VOS TYPE: a3dl:portal
CLASS: A3DL::Portal
ANCESTORS:
DESCENDANTS:
PROPERTIES:
a3dl:warpMatrix (list: float -- m11 m12 m13 m21 m22 m23 m31 m32 m33)
a3dl:warpTranslate (list: float -- tx ty yz)
CHILD OBJECTS:
a3dl:targetsector (A3dlSector)
a3dl:material (A3dlMaterial)
UPDATE MESSAGES:
OTHER MESSAGES:
ACCESS CONTROL POLICIES:
PUBLIC MEMBER FUNCTIONS:
static VOS::MetaObject* new_Portal(VOS::VobjectBase* superobject, const std::string& type)
virtual const std::string getVOSType()
virtual void setTargetSector(Sector* sector)
virtual VUtil::vRef<Sector> getTargetSector()
virtual void setWarpingTransform(float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33, float tx, float ty, float tz)
virtual void getWarpingTransform(float& m11, float& m12, float& m13, float& m21, float& m22, float& m23, float& m31, float& m32, float& m33, float& tx, float& ty, float& tz)
virtual VUtil::vRef<Material> getMaterial(bool createIfNone = true)
virtual void setMaterialObj(Material* material)
Go back to MetaObjectDocumentation
