Home
last modified time | relevance | path

Searched refs:mSkyPlaneNode (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreSkyRenderer.cpp38 mSkyPlaneNode(0), in SkyRenderer()
55 mSkyBoxNode = mSkyPlaneNode = mSkyDomeNode = 0; in clear()
138 if (!mSkyPlaneNode) in setSkyPlane()
140 mSkyPlaneNode = mSceneManager->createSceneNode(meshName + "Node"); in setSkyPlane()
144 mSkyPlaneNode->detachAllObjects(); in setSkyPlane()
146 mSkyPlaneNode->attachObject(mSkyPlaneEntity); in setSkyPlane()
594 if (mSkyPlaneNode) in queueSkiesForRendering()
597 mSkyPlaneNode->setPosition(cam->getDerivedPosition()); in queueSkiesForRendering()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/PCZSceneManager/src/
H A DOgrePCZSceneManager.cpp449 mSkyBoxNode = mSkyPlaneNode = mSkyDomeNode = 0; in clearScene()
502 else if (mSkyPlaneNode) in enableSky()
528 if (mSkyPlaneNode) in setSkyZone()
530 ((PCZSceneNode*)mSkyPlaneNode)->setHomeZone(zone); in setSkyZone()
531 ((PCZSceneNode*)mSkyPlaneNode)->anchorToHomeZone(zone); in setSkyZone()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/PCZSceneManager/src/
H A DOgrePCZSceneManager.cpp500 else if (mSkyRenderer.mSkyPlaneNode) in enableSky()
526 if (mSkyRenderer.mSkyPlaneNode) in setSkyZone()
528 ((PCZSceneNode*)mSkyRenderer.mSkyPlaneNode)->setHomeZone(zone); in setSkyZone()
529 ((PCZSceneNode*)mSkyRenderer.mSkyPlaneNode)->anchorToHomeZone(zone); in setSkyZone()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreSceneManager.cpp99 mSkyPlaneNode(0), in SceneManager()
809 mSkyBoxNode = mSkyPlaneNode = mSkyDomeNode = 0; in clearScene()
1724 if (!mSkyPlaneNode) in _setSkyPlane()
1726 mSkyPlaneNode = createSceneNode(meshName + "Node"); in _setSkyPlane()
1730 mSkyPlaneNode->detachAllObjects(); in _setSkyPlane()
1732 mSkyPlaneNode->attachObject(mSkyPlaneEntity); in _setSkyPlane()
3973 if (mSkyPlaneNode) in _queueSkiesForRendering()
3976 mSkyPlaneNode->setPosition(cam->getDerivedPosition()); in _queueSkiesForRendering()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreSceneManager.h447 SceneNode* mSkyPlaneNode; member
1982 SceneNode* getSkyPlaneNode(void) const { return mSkyRenderer.mSkyPlaneNode; } in getSkyPlaneNode()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreSceneManager.h447 SceneNode* mSkyPlaneNode; variable
1984 virtual SceneNode* getSkyPlaneNode(void) const { return mSkyPlaneNode; } in getSkyPlaneNode()