Clutter.Perspective

Fields

Name

Type

Access

Description

aspect

float

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

float

r/w

the field of view angle, in degrees, in the y direction

z_far

float

r/w

the distance from the viewer to the far clipping plane (always positive)

z_near

float

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 of Clutter.Stage.set_perspective().

New in version 0.4.