VR-Forces 4.0.4 Class Documentation
Public Member Functions
makVrv::DtCylinderModel Class Reference

Distributed model for drawing cylinders with attached endpoints. More...

Inheritance diagram for makVrv::DtCylinderModel:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtCylinderModel (DtDe &de, DtUniqueID id)
 CTOR.
virtual ~DtCylinderModel ()
 DTOR.
virtual void setUseTwoPositions (bool twoPoints)=0
 Set the whether to use two positions to control the cylinder location.
virtual void setDimensions (float length, float width, float height)=0
 Set the dimensions of the cylinder's cross section.
virtual void setColor (float r, float g, float b, float a)=0
 Set the color of the cylinder.
virtual void setLightingEnabled (bool enabled)=0
 Set lighting enabled or disabled (default disabled)

Detailed Description

Distributed model for drawing cylinders with attached endpoints.


Constructor & Destructor Documentation

CTOR.

DTOR.


Member Function Documentation

virtual void makVrv::DtCylinderModel::setUseTwoPositions ( bool  twoPoints) [pure virtual]

Set the whether to use two positions to control the cylinder location.

Implemented in makVrv::DtOsgCylinderModel.

virtual void makVrv::DtCylinderModel::setDimensions ( float  length,
float  width,
float  height 
) [pure virtual]

Set the dimensions of the cylinder's cross section.

Implemented in makVrv::DtOsgCylinderModel.

virtual void makVrv::DtCylinderModel::setColor ( float  r,
float  g,
float  b,
float  a 
) [pure virtual]

Set the color of the cylinder.

Reimplemented from makVrv::DtModel.

Implemented in makVrv::DtOsgCylinderModel.

virtual void makVrv::DtCylinderModel::setLightingEnabled ( bool  enabled) [pure virtual]

Set lighting enabled or disabled (default disabled)

Implemented in makVrv::DtOsgCylinderModel.


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)