torque Torque Game Engine Documentation
TGE Version 1.5.2

CameraScopeQuery Struct Reference

#include <netObject.h>


Data Fields

NetObjectcamera
 Pointer to the viewing object.
Point3F pos
 Position in world space.
Point3F orientation
 Viewing vector in world space.
F32 fov
 Viewing angle/2.
F32 sinFov
 sin(fov/2);
F32 cosFov
 cos(fov/2);
F32 visibleDistance
 Visible distance.


Field Documentation

Pointer to the viewing object.

Position in world space.

Viewing vector in world space.

Viewing angle/2.




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen