RenderCompoundObject Class Reference

Inheritance diagram for RenderCompoundObject:

List of all members.

Public Member Functions

 RenderCompoundObject (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

PhyCompoundObjectco
QVector< RenderWObject * > robjv

Detailed Description

Definition at line 528 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 554 of file renderwobjecthierarchy.cpp.

Referenced by RenderCompoundObject::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 562 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 549 of file renderwobjecthierarchy.cpp.

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


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