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

A model of a decal ribbon effect. More...

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

List of all members.

Public Member Functions

 DtDecalModel (DtDe &de, DtUniqueID id)
 CTOR.
virtual ~DtDecalModel ()
 DTOR.
virtual void setModelDefinition (const std::string &str)=0
 Override the default model definition function.
virtual std::string className () const =0
 Get the class name of the model instance owner.
virtual void setOcclusionEnabled (bool enabled)=0
 Enable or disable occlusion of the ribbon by other objects in the scene.
virtual void update ()=0
 Update the ribbon.

Detailed Description

A model of a decal ribbon effect.


Constructor & Destructor Documentation

CTOR.

virtual makVrv::DtDecalModel::~DtDecalModel ( ) [virtual]

DTOR.


Member Function Documentation

virtual void makVrv::DtDecalModel::setModelDefinition ( const std::string &  str) [pure virtual]

Override the default model definition function.

Reimplemented from makVrv::DtModel.

Implemented in makVrv::DtOsgDecalModel.

virtual std::string makVrv::DtDecalModel::className ( ) const [pure virtual]

Get the class name of the model instance owner.

This is used to control how model instances are created.

Reimplemented from makVrv::DtModel.

Implemented in makVrv::DtOsgDecalModel.

virtual void makVrv::DtDecalModel::setOcclusionEnabled ( bool  enabled) [pure virtual]

Enable or disable occlusion of the ribbon by other objects in the scene.

Implemented in makVrv::DtOsgDecalModel.

virtual void makVrv::DtDecalModel::update ( ) [pure virtual]

Update the ribbon.

Implemented in makVrv::DtOsgDecalModel.


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)