Clutter.Perspective¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
aspect |
r/w |
the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height) |
|
fovy |
r/w |
the field of view angle, in degrees, in the y direction |
|
z_far |
r/w |
the distance from the viewer to the far clipping plane (always positive) |
|
z_near |
r/w |
the distance from the viewer to the near clipping plane (always positive) |
Methods¶
None
Details¶
- class Clutter.Perspective¶
Stage perspective definition.
Clutter.Perspective
is only used by the fixed point version ofClutter.Stage.set_perspective
().New in version 0.4.