9 Data Structures
TQ3CameraRange
data type.
typedef struct TQ3CameraRange { float hither; float yon; } TQ3CameraRange;hither
The distance (measured along the camera vector) from the camera's location to the near clipping plane. The value in this field should always be greater than 0.yon
The distance (measured along the camera vector) from the camera's location to the far clipping plane. The value in this field should always be greater than the value in thehither
field.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker