RenderWCamera Class Reference

Inheritance diagram for RenderWCamera:

List of all members.

Public Member Functions

 RenderWCamera (WObject *wobj, RenderWObjectContainer *container)
virtual void calculateAABB (wVector &minPoint, wVector &maxPoint, const wMatrix tm)
 Returns the min and max points of the Axis-Aligned Bounding Box (AABB)
virtual void calculateOBB (wVector &dimension, wVector &minPoint, wVector &maxPoint)
 Returns the dimension of the Oriented Bounding Box (OBB) in the object local frame.
virtual void render (QGLContext *gw)
virtual void renderAABB (RenderWorld *gw)
 The function rendering the Axis-Aligned Bounding Box (AABB)

Protected Attributes

real dx
real dy
real dz
WCamerawcam

Detailed Description

Definition at line 600 of file renderwobjecthierarchy.cpp.


Member Function Documentation

virtual void calculateAABB ( wVector minPoint,
wVector maxPoint,
const wMatrix  tm 
) [inline, virtual]

Returns the min and max points of the Axis-Aligned Bounding Box (AABB)

Parameters:
minPointthe minimum point of the AABB
maxPointthe maximum point of the AABB
tmthe transformation matrix with respect to which the minPoint and maxPoint of AABB have to be calculated

Reimplemented from RenderWObject.

Definition at line 671 of file renderwobjecthierarchy.cpp.

Referenced by RenderWCamera::renderAABB().

virtual void calculateOBB ( wVector dimension,
wVector minPoint,
wVector maxPoint 
) [inline, virtual]

Returns the dimension of the Oriented Bounding Box (OBB) in the object local frame.

Parameters:
dimensionthe dimension of the OBB
minPointthe minimum point of the OBB
maxPointthe maximum point of the OBB

Reimplemented from RenderWObject.

Definition at line 679 of file renderwobjecthierarchy.cpp.

virtual void renderAABB ( RenderWorld gw) [inline, virtual]

The function rendering the Axis-Aligned Bounding Box (AABB)

Reimplemented from RenderWObject.

Definition at line 666 of file renderwobjecthierarchy.cpp.

References RenderWCamera::calculateAABB(), and RenderWObjectContainer::drawWireBox().


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