A3DL::Billboard Class Reference
[libmetaobject_a3dl]
#include <vos/metaobjects/a3dl/billboard.hh>
Inheritance diagram for A3DL::Billboard:

Detailed Description
Billboard objects are two dimensional images that have a position in 3D space.The first two components of the object's scaling property define the X and Y dimensions. The Z scaling is ignored. The orientation is also ignored: billboard objects always face the viewer, and are always "right side up".
Definition at line 45 of file billboard.hh.
Public Member Functions
- Billboard (VOS::VobjectBase *superobject)
- virtual ~Billboard ()
- virtual const std::string getVOSType ()
Static Public Member Functions
- static VOS::MetaObject * new_Billboard (VOS::VobjectBase *superobject, const std::string &type)
Constructor & Destructor Documentation
| A3DL::Billboard::Billboard | ( | VOS::VobjectBase * | superobject | ) |
| virtual A3DL::Billboard::~Billboard | ( | ) | [virtual] |
Member Function Documentation
| virtual const std::string A3DL::Billboard::getVOSType | ( | ) | [virtual] |
- Returns:
- the specific VOS type name that represents the VOS interface this object is supplying. This should always be overridden by the subclass.
Reimplemented from A3DL::Object3D.
| static VOS::MetaObject* A3DL::Billboard::new_Billboard | ( | VOS::VobjectBase * | superobject, | |
| const std::string & | type | |||
| ) | [static] |
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/metaobjects/a3dl/billboard.hh