9 Data Structures
TQ3ViewAngleAspectCameraData
data type.
typedef struct TQ3ViewAngleAspectCameraData { TQ3CameraData cameraData; float fov; float aspectRatioXToY; } TQ3ViewAngleAspectCameraData;cameraData
A camera data structure specifying basic information about the aspect ratio camera.fov
The camera's maximum field of view. This parameter should contain a positive floating-point value specified in radians. If the value in theaspectRatioXToY
field is greater than 1.0, the field of view is vertical; if the value in theaspectRatioXToY
field is less than 1.0, the field of view is horizontal.aspectRatioXToY
The camera's horizontal-to-vertical aspect ratio. To avoid distortion, this ratio should be the same as the ratio of the width to the height of the camera's view port.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker