interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

A3DL::Billboard Class Reference
[libmetaobject_a3dl]

#include <vos/metaobjects/a3dl/billboard.hh>

Inheritance diagram for A3DL::Billboard:

A3DL::Object3D VOS::MetaObject VOS::Vobject VOS::Dispatchable VUtil::RefCounted csMetaBillboard List of all members.

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

Static Public Member Functions


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: