CameraScopeQuery Struct Reference

#include <netObject.h>

List of all members.

Public Attributes

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.


Member Data Documentation

Pointer to the viewing object.

Position in world space.

Viewing vector in world space.

Viewing angle/2.