Skip to main content

History: MovableType

Source of version: 2 (current)

Copy to clipboard
            The method ''Ogre::MovableObject::__getMovableType()__'' returns the String of the MovableType, which is useful e.g. with ray queries.

Possible movable types:
{CODE(wrap="1", colors="c++")}
"BillboardChain"
"BillboardSet"
"Camera"
"Entity"
"Frustum"
"Light"
"ManualObject"
"MovablePlane"
"ParticleSystem"
"RibbonTrail"
"SimpleRenderable"
"TerrainMipMap"     // related to TerrainSceneManager?
{CODE}

Unknown strings for return of:
{CODE(wrap="1")}
InstancedGeometry::BatchInstance
StaticGeometry::Region
TerrainQuadTreeNode::Movable
{CODE}

Possible return of plugins:
{CODE(wrap="1")}
"TerrainSceneManager"
"OctreeSceneManager"
"BspSceneManager"
"DefaultSceneManager"
{CODE}

Unknown return of ''Ogre Terrain Component'' and possible ''Ogre Paging Component''.