| Top |
GthreeOrthographicCamera * gthree_orthographic_camera_new (float left,float right,float top,float bottom,float near,float far);
void gthree_orthographic_camera_set_bottom (GthreeOrthographicCamera *orthographic,float bottom);
float
gthree_orthographic_camera_get_bottom (GthreeOrthographicCamera *orthographic);
void gthree_orthographic_camera_set_left (GthreeOrthographicCamera *orthographic,float left);
float
gthree_orthographic_camera_get_left (GthreeOrthographicCamera *orthographic);
void gthree_orthographic_camera_set_right (GthreeOrthographicCamera *orthographic,float right);
float
gthree_orthographic_camera_get_right (GthreeOrthographicCamera *orthographic);
void gthree_orthographic_camera_set_top (GthreeOrthographicCamera *orthographic,float top);
float
gthree_orthographic_camera_get_top (GthreeOrthographicCamera *orthographic);
“bottom” property “bottom” float
Bottom.
Owner: GthreeOrthographicCamera
Flags: Read / Write
Default value: -1
“left” property “left” float
Left.
Owner: GthreeOrthographicCamera
Flags: Read / Write
Default value: -1
“right” property “right” float
Right.
Owner: GthreeOrthographicCamera
Flags: Read / Write
Default value: 1