CrystalSpace

Public API Reference

csScreenBoxResult Struct Reference
[Mesh support]

Return structure for iMeshWrapper::GetScreenBoundingBox(). More...

#include <iengine/mesh.h>

List of all members.

Public Attributes

csBox3 cbox
 3D box in camera space.
float distance
 -1 if object behind the camera or else the distance between the camera and the furthest point of the 3D box.
csBox2 sbox
 2D box in screen space.

Detailed Description

Return structure for iMeshWrapper::GetScreenBoundingBox().

Definition at line 220 of file mesh.h.


Member Data Documentation

3D box in camera space.

Definition at line 225 of file mesh.h.

-1 if object behind the camera or else the distance between the camera and the furthest point of the 3D box.

Definition at line 230 of file mesh.h.

2D box in screen space.

Definition at line 223 of file mesh.h.


The documentation for this struct was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1