Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
dcpp::scene::ISceneManager Class Referenceabstract

The Scene Manager manages scene nodes, mesh resources, cameras and all the other stuff. More...

#include <duckcpp/core/engine/ISceneManager.hpp>

Inheritance diagram for dcpp::scene::ISceneManager:
Inheritance graph
Collaboration diagram for dcpp::scene::ISceneManager:
Collaboration graph

Public Member Functions

virtual IAnimatedMeshgetMesh (const dcpp::io::path &filename, const dcpp::io::path &alternativeCacheName=dcpp::io::path(""))=0
 Get pointer to an animateable mesh. Loads the file if not loaded already.
 
virtual IAnimatedMeshgetMesh (dcpp::io::IReadFile *file)=0
 Get pointer to an animateable mesh. Loads the file if not loaded already.
 
virtual IMeshCachegetMeshCache ()=0
 Get interface to the mesh cache which is shared between all existing scene managers.
 
virtual dcpp::video::IVideoDrivergetVideoDriver ()=0
 Get the video driver.
 
virtual dcpp::gui::IGUIEnvironmentgetGUIEnvironment ()=0
 Get the active GUIEnvironment.
 
virtual dcpp::io::IFileSystemgetFileSystem ()=0
 Get the active FileSystem.
 
virtual IVolumeLightSceneNodeaddVolumeLightSceneNode (ISceneNode *parent=0, dcpp::int32_kt id=-1, const dcpp::uint32_kt subdivU=32, const dcpp::uint32_kt subdivV=32, const dcpp::video::SColor foot=dcpp::video::SColor(51, 0, 230, 180), const dcpp::video::SColor tail=dcpp::video::SColor(0, 0, 0, 0), const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &rotation=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &scale=dcpp::nub::vector3df(1.0f, 1.0f, 1.0f))=0
 adds Volume Lighting Scene Node.
 
virtual IMeshSceneNodeaddCubeSceneNode (dcpp::float32_kt size=10.0f, ISceneNode *parent=0, dcpp::int32_kt id=-1, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &rotation=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &scale=dcpp::nub::vector3df(1.0f, 1.0f, 1.0f), ECUBE_MESH_TYPE type=ECMT_1BUF_12VTX_NA)=0
 Adds a cube scene node.
 
virtual IMeshSceneNodeaddSphereSceneNode (dcpp::float32_kt radius=5.0f, dcpp::int32_kt polyCount=16, ISceneNode *parent=0, dcpp::int32_kt id=-1, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &rotation=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &scale=dcpp::nub::vector3df(1.0f, 1.0f, 1.0f))=0
 Adds a sphere scene node of the given radius and detail.
 
virtual IAnimatedMeshSceneNodeaddAnimatedMeshSceneNode (IAnimatedMesh *mesh, ISceneNode *parent=0, dcpp::int32_kt id=-1, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &rotation=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &scale=dcpp::nub::vector3df(1.0f, 1.0f, 1.0f), bool alsoAddIfMeshPointerZero=false)=0
 Adds a scene node for rendering an animated mesh model.
 
virtual IMeshSceneNodeaddMeshSceneNode (IMesh *mesh, ISceneNode *parent=0, dcpp::int32_kt id=-1, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &rotation=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &scale=dcpp::nub::vector3df(1.0f, 1.0f, 1.0f), bool alsoAddIfMeshPointerZero=false)=0
 Adds a scene node for rendering a static mesh.
 
virtual ISceneNodeaddWaterSurfaceSceneNode (IMesh *mesh, dcpp::float32_kt waveHeight=2.0f, dcpp::float32_kt waveSpeed=300.0f, dcpp::float32_kt waveLength=10.0f, ISceneNode *parent=0, dcpp::int32_kt id=-1, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &rotation=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &scale=dcpp::nub::vector3df(1.0f, 1.0f, 1.0f))=0
 Adds a scene node for rendering a animated water surface mesh.
 
virtual IOctreeSceneNodeaddOctreeSceneNode (IAnimatedMesh *mesh, ISceneNode *parent=0, dcpp::int32_kt id=-1, dcpp::int32_kt minimalPolysPerNode=512, bool alsoAddIfMeshPointerZero=false)=0
 Adds a scene node for rendering using a octree to the scene graph.
 
virtual IOctreeSceneNodeaddOctreeSceneNode (IMesh *mesh, ISceneNode *parent=0, dcpp::int32_kt id=-1, dcpp::int32_kt minimalPolysPerNode=256, bool alsoAddIfMeshPointerZero=false)=0
 Adds a scene node for rendering using a octree to the scene graph.
 
virtual ICameraSceneNodeaddCameraSceneNode (ISceneNode *parent=0, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &lookat=dcpp::nub::vector3df(0, 0, 100), dcpp::int32_kt id=-1, bool makeActive=true)=0
 Adds a camera scene node to the scene graph and sets it as active camera.
 
virtual ICameraSceneNodeaddCameraSceneNodeMaya (ISceneNode *parent=0, dcpp::float32_kt rotateSpeed=-1500.f, dcpp::float32_kt zoomSpeed=200.f, dcpp::float32_kt translationSpeed=1500.f, dcpp::int32_kt id=-1, dcpp::float32_kt distance=70.f, bool makeActive=true, dcpp::float32_kt rotX=0.f, dcpp::float32_kt rotY=0.f)=0
 Adds a maya style user controlled camera scene node to the scene graph.
 
virtual ICameraSceneNodeaddCameraSceneNodeFPS (ISceneNode *parent=0, dcpp::float32_kt rotateSpeed=100.0f, dcpp::float32_kt moveSpeed=0.5f, dcpp::int32_kt id=-1, SKeyMap *keyMapArray=0, dcpp::int32_kt keyMapSize=0, bool noVerticalMovement=false, dcpp::float32_kt jumpSpeed=0.f, bool invertMouse=false, bool makeActive=true)=0
 Adds a camera scene node with an animator which provides mouse and keyboard control appropriate for first person shooters (FPS).
 
virtual ILightSceneNodeaddLightSceneNode (ISceneNode *parent=0, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), dcpp::video::SColorf color=dcpp::video::SColorf(1.0f, 1.0f, 1.0f), dcpp::float32_kt radius=100.0f, dcpp::int32_kt id=-1)=0
 Adds a dynamic light scene node to the scene graph.
 
virtual IBillboardSceneNodeaddBillboardSceneNode (ISceneNode *parent=0, const dcpp::nub::dimension2df &size=dcpp::nub::dimension2df(10.0f, 10.0f), const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), dcpp::int32_kt id=-1, dcpp::video::SColor colorTop=0xFFFFFFFF, dcpp::video::SColor colorBottom=0xFFFFFFFF)=0
 Adds a billboard scene node to the scene graph.
 
virtual ISceneNodeaddSkyBoxSceneNode (dcpp::video::ITexture *top, dcpp::video::ITexture *bottom, dcpp::video::ITexture *left, dcpp::video::ITexture *right, dcpp::video::ITexture *front, dcpp::video::ITexture *back, ISceneNode *parent=0, dcpp::int32_kt id=-1)=0
 Adds a skybox scene node to the scene graph.
 
virtual ISceneNodeaddSkyDomeSceneNode (dcpp::video::ITexture *texture, dcpp::uint32_kt horiRes=16, dcpp::uint32_kt vertRes=8, dcpp::float32_kt texturePercentage=0.9, dcpp::float32_kt spherePercentage=2.0, dcpp::float32_kt radius=1000.f, ISceneNode *parent=0, dcpp::int32_kt id=-1)=0
 Adds a skydome scene node to the scene graph.
 
virtual IParticleSystemSceneNodeaddParticleSystemSceneNode (bool withDefaultEmitter=true, ISceneNode *parent=0, dcpp::int32_kt id=-1, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &rotation=dcpp::nub::vector3df(0, 0, 0), const dcpp::nub::vector3df &scale=dcpp::nub::vector3df(1.0f, 1.0f, 1.0f))=0
 Adds a particle system scene node to the scene graph.
 
virtual ITerrainSceneNodeaddTerrainSceneNode (const dcpp::io::path &heightMapFileName, ISceneNode *parent=0, dcpp::int32_kt id=-1, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0.0f, 0.0f, 0.0f), const dcpp::nub::vector3df &rotation=dcpp::nub::vector3df(0.0f, 0.0f, 0.0f), const dcpp::nub::vector3df &scale=dcpp::nub::vector3df(1.0f, 1.0f, 1.0f), dcpp::video::SColor vertexColor=dcpp::video::SColor(255, 255, 255, 255), dcpp::int32_kt maxLOD=5, E_TERRAIN_PATCH_SIZE patchSize=ETPS_17, dcpp::int32_kt smoothFactor=0, bool addAlsoIfHeightmapEmpty=false)=0
 Adds a terrain scene node to the scene graph.
 
virtual ITerrainSceneNodeaddTerrainSceneNode (dcpp::io::IReadFile *heightMapFile, ISceneNode *parent=0, dcpp::int32_kt id=-1, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0.0f, 0.0f, 0.0f), const dcpp::nub::vector3df &rotation=dcpp::nub::vector3df(0.0f, 0.0f, 0.0f), const dcpp::nub::vector3df &scale=dcpp::nub::vector3df(1.0f, 1.0f, 1.0f), dcpp::video::SColor vertexColor=dcpp::video::SColor(255, 255, 255, 255), dcpp::int32_kt maxLOD=5, E_TERRAIN_PATCH_SIZE patchSize=ETPS_17, dcpp::int32_kt smoothFactor=0, bool addAlsoIfHeightmapEmpty=false)=0
 Adds a terrain scene node to the scene graph.
 
virtual IMeshSceneNodeaddQuake3SceneNode (const IMeshBuffer *meshBuffer, const quake3::IShader *shader, ISceneNode *parent=0, dcpp::int32_kt id=-1)=0
 Adds a quake3 scene node to the scene graph.
 
virtual ISceneNodeaddEmptySceneNode (ISceneNode *parent=0, dcpp::int32_kt id=-1)=0
 Adds an empty scene node to the scene graph.
 
virtual IDummyTransformationSceneNodeaddDummyTransformationSceneNode (ISceneNode *parent=0, dcpp::int32_kt id=-1)=0
 Adds a dummy transformation scene node to the scene graph.
 
virtual ITextSceneNodeaddTextSceneNode (dcpp::gui::IGUIFont *font, const wchar_t *text, dcpp::video::SColor color=dcpp::video::SColor(100, 255, 255, 255), ISceneNode *parent=0, const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), dcpp::int32_kt id=-1)=0
 Adds a text scene node, which is able to display 2d text at a position in three dimensional space.
 
virtual IBillboardTextSceneNodeaddBillboardTextSceneNode (dcpp::gui::IGUIFont *font, const wchar_t *text, ISceneNode *parent=0, const dcpp::nub::dimension2df &size=dcpp::nub::dimension2df(10.0f, 10.0f), const dcpp::nub::vector3df &position=dcpp::nub::vector3df(0, 0, 0), dcpp::int32_kt id=-1, dcpp::video::SColor colorTop=0xFFFFFFFF, dcpp::video::SColor colorBottom=0xFFFFFFFF)=0
 Adds a text scene node, which uses billboards. The node, and the text on it, will scale with distance.
 
virtual IAnimatedMeshaddHillPlaneMesh (const dcpp::io::path &name, const dcpp::nub::dimension2df &tileSize, const dcpp::nub::dimension2du &tileCount, dcpp::video::SMaterial *material=0, dcpp::float32_kt hillHeight=0.0f, const dcpp::nub::dimension2df &countHills=dcpp::nub::dimension2df(0.0f, 0.0f), const dcpp::nub::dimension2df &textureRepeatCount=dcpp::nub::dimension2df(1.0f, 1.0f))=0
 Adds a Hill Plane mesh to the mesh pool.
 
virtual IAnimatedMeshaddTerrainMesh (const dcpp::io::path &meshname, dcpp::video::IImage *texture, dcpp::video::IImage *heightmap, const dcpp::nub::dimension2df &stretchSize=dcpp::nub::dimension2df(10.0f, 10.0f), dcpp::float32_kt maxHeight=200.0f, const dcpp::nub::dimension2du &defaultVertexBlockSize=dcpp::nub::dimension2du(64, 64))=0
 Adds a static terrain mesh to the mesh pool.
 
virtual IAnimatedMeshaddArrowMesh (const dcpp::io::path &name, dcpp::video::SColor vtxColorCylinder=0xFFFFFFFF, dcpp::video::SColor vtxColorCone=0xFFFFFFFF, dcpp::uint32_kt tesselationCylinder=4, dcpp::uint32_kt tesselationCone=8, dcpp::float32_kt height=1.f, dcpp::float32_kt cylinderHeight=0.6f, dcpp::float32_kt widthCylinder=0.05f, dcpp::float32_kt widthCone=0.3f)=0
 add a static arrow mesh to the meshpool
 
virtual IAnimatedMeshaddSphereMesh (const dcpp::io::path &name, dcpp::float32_kt radius=5.f, dcpp::uint32_kt polyCountX=16, dcpp::uint32_kt polyCountY=16)=0
 add a static sphere mesh to the meshpool
 
virtual IAnimatedMeshaddVolumeLightMesh (const dcpp::io::path &name, const dcpp::uint32_kt SubdivideU=32, const dcpp::uint32_kt SubdivideV=32, const dcpp::video::SColor FootColor=dcpp::video::SColor(51, 0, 230, 180), const dcpp::video::SColor TailColor=dcpp::video::SColor(0, 0, 0, 0))=0
 Add a volume light mesh to the meshpool.
 
virtual ISceneNodegetRootSceneNode ()=0
 Gets the root scene node.
 
virtual ISceneNodegetSceneNodeFromId (dcpp::int32_kt id, ISceneNode *start=0)=0
 Get the first scene node with the specified id.
 
virtual ISceneNodegetSceneNodeFromName (const dcpp::char_kt *name, ISceneNode *start=0)=0
 Get the first scene node with the specified name.
 
virtual ISceneNodegetSceneNodeFromType (dcpp::scene::ESCENE_NODE_TYPE type, ISceneNode *start=0)=0
 Get the first scene node with the specified type.
 
virtual void getSceneNodesFromType (ESCENE_NODE_TYPE type, dcpp::nub::array< dcpp::scene::ISceneNode * > &outNodes, ISceneNode *start=0)=0
 Get scene nodes by type.
 
virtual ICameraSceneNodegetActiveCamera () const =0
 Get the current active camera.
 
virtual void setActiveCamera (ICameraSceneNode *camera)=0
 Sets the currently active camera.
 
virtual void setShadowColor (dcpp::video::SColor color=dcpp::video::SColor(150, 0, 0, 0))=0
 Sets the color of stencil buffers shadows drawn by the scene manager.
 
virtual dcpp::video::SColor getShadowColor () const =0
 Get the current color of shadows.
 
virtual IShadowVolumeSceneNodecreateShadowVolumeSceneNode (const IMesh *shadowMesh, ISceneNode *parent, dcpp::int32_kt id, bool zfailmethod, dcpp::float32_kt infinity)=0
 Create a shadow volume scene node to be used with custom nodes.
 
virtual dcpp::uint32_kt registerNodeForRendering (ISceneNode *node, E_SCENE_NODE_RENDER_PASS pass=ESNRP_AUTOMATIC)=0
 Registers a node for rendering it at a specific time.
 
virtual void clearAllRegisteredNodesForRendering ()=0
 Clear all nodes which are currently registered for rendering.
 
virtual void drawAll ()=0
 Draws all the scene nodes.
 
virtual ISceneNodeAnimatorcreateRotationAnimator (const dcpp::nub::vector3df &rotationSpeed)=0
 Creates a rotation animator, which rotates the attached scene node around itself.
 
virtual ISceneNodeAnimatorcreateFlyCircleAnimator (const dcpp::nub::vector3df &center=dcpp::nub::vector3df(0.f, 0.f, 0.f), dcpp::float32_kt radius=100.f, dcpp::float32_kt speed=0.001f, const dcpp::nub::vector3df &direction=dcpp::nub::vector3df(0.f, 1.f, 0.f), dcpp::float32_kt startPosition=0.f, dcpp::float32_kt radiusEllipsoid=0.f)=0
 Creates a fly circle animator, which lets the attached scene node fly around a center.
 
virtual ISceneNodeAnimatorcreateFlyStraightAnimator (const dcpp::nub::vector3df &startPoint, const dcpp::nub::vector3df &endPoint, dcpp::uint32_kt timeForWay, bool loop=false, bool pingpong=false)=0
 Creates a fly straight animator, which lets the attached scene node fly or move along a line between two points.
 
virtual ISceneNodeAnimatorcreateTextureAnimator (const dcpp::nub::array< dcpp::video::ITexture * > &textures, dcpp::int32_kt timePerFrame, bool loop=true)=0
 Creates a texture animator, which switches the textures of the target scene node based on a list of textures.
 
virtual ISceneNodeAnimatorcreateDeleteAnimator (dcpp::uint32_kt timeMs)=0
 Creates a scene node animator, which deletes the scene node after some time automatically.
 
virtual ISceneNodeAnimatorCollisionResponsecreateCollisionResponseAnimator (ITriangleSelector *world, ISceneNode *sceneNode, const dcpp::nub::vector3df &ellipsoidRadius=dcpp::nub::vector3df(30, 60, 30), const dcpp::nub::vector3df &gravityPerSecond=dcpp::nub::vector3df(0,-10.0f, 0), const dcpp::nub::vector3df &ellipsoidTranslation=dcpp::nub::vector3df(0, 0, 0), dcpp::float32_kt slidingValue=0.0005f)=0
 Creates a special scene node animator for doing automatic collision detection and response.
 
virtual ISceneNodeAnimatorcreateFollowSplineAnimator (dcpp::int32_kt startTime, const dcpp::nub::array< dcpp::nub::vector3df > &points, dcpp::float32_kt speed=1.0f, dcpp::float32_kt tightness=0.5f, bool loop=true, bool pingpong=false, bool steer=false)=0
 Creates a follow spline animator.
 
virtual ITriangleSelectorcreateTriangleSelector (IMesh *mesh, ISceneNode *node, bool separateMeshBuffers=false)=0
 Creates a simple ITriangleSelector, based on a mesh.
 
virtual ITriangleSelectorcreateTriangleSelector (const IMeshBuffer *meshBuffer, dcpp::uint32_kt materialIndex, ISceneNode *node)=0
 Creates a simple ITriangleSelector, based on a meshbuffer.
 
virtual ITriangleSelectorcreateTriangleSelector (IAnimatedMeshSceneNode *node, bool separateMeshBuffers=false)=0
 Creates a simple ITriangleSelector, based on an animated mesh scene node.
 
virtual ITriangleSelectorcreateTriangleSelectorFromBoundingBox (ISceneNode *node)=0
 Creates a simple dynamic ITriangleSelector, based on a axis aligned bounding box.
 
virtual ITriangleSelectorcreateOctreeTriangleSelector (IMesh *mesh, ISceneNode *node, dcpp::int32_kt minimalPolysPerNode=32)=0
 Creates a Triangle Selector, optimized by an octree.
 
virtual ITriangleSelectorcreateOctreeTriangleSelector (IMeshBuffer *meshBuffer, dcpp::uint32_kt materialIndex, ISceneNode *node, dcpp::int32_kt minimalPolysPerNode=32)=0
 Creates a Triangle Selector for a single meshbuffer, optimized by an octree.
 
DCPP_DEPRECATED ITriangleSelectorcreateOctTreeTriangleSelector (IMesh *mesh, ISceneNode *node, dcpp::int32_kt minimalPolysPerNode=32)
 //! Creates a Triangle Selector, optimized by an octree.
 
virtual IMetaTriangleSelectorcreateMetaTriangleSelector ()=0
 Creates a meta triangle selector.
 
virtual ITriangleSelectorcreateTerrainTriangleSelector (ITerrainSceneNode *node, dcpp::int32_kt LOD=0)=0
 Creates a triangle selector which can select triangles from a terrain scene node.
 
virtual void addExternalMeshLoader (IMeshLoader *externalLoader)=0
 Adds an external mesh loader for extending the engine with new file formats.
 
virtual dcpp::uint32_kt getMeshLoaderCount () const =0
 Returns the number of mesh loaders supported by Duckcpp at this time.
 
virtual IMeshLoadergetMeshLoader (dcpp::uint32_kt index) const =0
 Retrieve the given mesh loader.
 
virtual void addExternalSceneLoader (ISceneLoader *externalLoader)=0
 Adds an external scene loader for extending the engine with new file formats.
 
virtual dcpp::uint32_kt getSceneLoaderCount () const =0
 Returns the number of scene loaders supported by Duckcpp at this time.
 
virtual ISceneLoadergetSceneLoader (dcpp::uint32_kt index) const =0
 Retrieve the given scene loader.
 
virtual ISceneCollisionManagergetSceneCollisionManager ()=0
 Get pointer to the scene collision manager.
 
virtual IMeshManipulatorgetMeshManipulator ()=0
 Get pointer to the mesh manipulator.
 
virtual void addToDeletionQueue (ISceneNode *node)=0
 Adds a scene node to the deletion queue.
 
virtual bool postEventFromUser (const SEvent &event)=0
 Posts an input event to the environment.
 
virtual void clear ()=0
 Clears the whole scene.
 
virtual dcpp::io::IAttributesgetParameters ()=0
 Get interface to the parameters set in this scene.
 
virtual E_SCENE_NODE_RENDER_PASS getSceneNodeRenderPass () const =0
 Get current render pass.
 
virtual ISceneNodeFactorygetDefaultSceneNodeFactory ()=0
 Get the default scene node factory which can create all built in scene nodes.
 
virtual void registerSceneNodeFactory (ISceneNodeFactory *factoryToAdd)=0
 Adds a scene node factory to the scene manager.
 
virtual dcpp::uint32_kt getRegisteredSceneNodeFactoryCount () const =0
 Get amount of registered scene node factories.
 
virtual ISceneNodeFactorygetSceneNodeFactory (dcpp::uint32_kt index)=0
 Get a scene node factory by index.
 
virtual ISceneNodeAnimatorFactorygetDefaultSceneNodeAnimatorFactory ()=0
 Get the default scene node animator factory which can create all built-in scene node animators.
 
virtual void registerSceneNodeAnimatorFactory (ISceneNodeAnimatorFactory *factoryToAdd)=0
 Adds a scene node animator factory to the scene manager.
 
virtual dcpp::uint32_kt getRegisteredSceneNodeAnimatorFactoryCount () const =0
 Get amount of registered scene node animator factories.
 
virtual ISceneNodeAnimatorFactorygetSceneNodeAnimatorFactory (dcpp::uint32_kt index)=0
 Get scene node animator factory by index.
 
virtual const dcpp::char_ktgetSceneNodeTypeName (ESCENE_NODE_TYPE type)=0
 Get typename from a scene node type or null if not found.
 
virtual const dcpp::char_ktgetAnimatorTypeName (ESCENE_NODE_ANIMATOR_TYPE type)=0
 Returns a typename from a scene node animator type or null if not found.
 
virtual ISceneNodeaddSceneNode (const char *sceneNodeTypeName, ISceneNode *parent=0)=0
 Adds a scene node to the scene by name.
 
virtual ISceneNodeAnimatorcreateSceneNodeAnimator (const char *typeName, ISceneNode *target=0)=0
 creates a scene node animator based on its type name
 
virtual ISceneManagercreateNewSceneManager (bool cloneContent=false)=0
 Creates a new scene manager.
 
virtual bool saveScene (const dcpp::io::path &filename, ISceneUserDataSerializer *userDataSerializer=0, ISceneNode *node=0)=0
 Saves the current scene into a file.
 
virtual bool saveScene (dcpp::io::IWriteFile *file, ISceneUserDataSerializer *userDataSerializer=0, ISceneNode *node=0)=0
 Saves the current scene into a file.
 
virtual bool saveScene (dcpp::io::IXMLWriter *writer, const dcpp::io::path &currentPath, ISceneUserDataSerializer *userDataSerializer=0, ISceneNode *node=0)=0
 Saves the current scene into a file.
 
virtual bool loadScene (const dcpp::io::path &filename, ISceneUserDataSerializer *userDataSerializer=0, ISceneNode *rootNode=0)=0
 Loads a scene. Note that the current scene is not cleared before.
 
virtual bool loadScene (dcpp::io::IReadFile *file, ISceneUserDataSerializer *userDataSerializer=0, ISceneNode *rootNode=0)=0
 Loads a scene. Note that the current scene is not cleared before.
 
virtual IMeshWritercreateMeshWriter (EMESH_WRITER_TYPE type)=0
 Get a mesh writer implementation if available.
 
virtual ISkinnedMeshcreateSkinnedMesh ()=0
 Get a skinned mesh, which is not available as header-only code.
 
virtual void setAmbientLight (const dcpp::video::SColorf &ambientColor)=0
 Sets ambient color of the scene.
 
virtual const dcpp::video::SColorfgetAmbientLight () const =0
 Get ambient color of the scene.
 
virtual void setLightManager (ILightManager *lightManager)=0
 Register a custom callbacks manager which gets callbacks during scene rendering.
 
virtual E_SCENE_NODE_RENDER_PASS getCurrentRenderPass () const =0
 Get current render pass.
 
virtual void setCurrentRenderPass (E_SCENE_NODE_RENDER_PASS nextPass)=0
 Set current render pass.
 
virtual const IGeometryCreatorgetGeometryCreator (void) const =0
 Get an instance of a geometry creator.
 
virtual bool isCulled (const ISceneNode *node) const =0
 Check if node is culled in current view frustum.
 
- Public Member Functions inherited from dcpp::IReferenceCounted
 IReferenceCounted ()
 Constructor.
 
virtual ~IReferenceCounted ()
 Destructor.
 
void grab () const
 Grabs the object. Increments the reference counter by one.
 
bool drop () const
 Drops the object. Decrements the reference counter by one.
 
dcpp::int32_kt getReferenceCount () const
 Get the reference count.
 
const dcpp::char_ktgetDebugName () const
 Returns the debug name of the object.
 

Additional Inherited Members

- Protected Member Functions inherited from dcpp::IReferenceCounted
void setDebugName (const dcpp::char_kt *newName)
 Sets the debug name of the object.
 

Detailed Description

The Scene Manager manages scene nodes, mesh resources, cameras and all the other stuff.

All Scene nodes can be created only here. There is a always growing list of scene nodes for lots of purposes: Indoor rendering scene nodes like the Octree (addOctreeSceneNode()) or the terrain renderer (addTerrainSceneNode()), different Camera scene nodes (addCameraSceneNode(), addCameraSceneNodeMaya()), scene nodes for Light (addLightSceneNode()), Billboards (addBillboardSceneNode()) and so on. A scene node is a node in the hierarchical scene graph. Every scene node may have children, which are other scene nodes. Children move relative the their parents position. If the parent of a node is not visible, its children won't be visible, too. In this way, it is for example easily possible to attach a light to a moving car or to place a walking character on a moving platform on a moving ship. The SceneManager is also able to load 3d mesh files of different formats. Take a look at getMesh() to find out what formats are supported. If these formats are not enough, use addExternalMeshLoader() to add new formats to the engine.

Member Function Documentation

◆ addAnimatedMeshSceneNode()

virtual IAnimatedMeshSceneNode * dcpp::scene::ISceneManager::addAnimatedMeshSceneNode ( IAnimatedMesh mesh,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df rotation = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df scale = dcpp::nub::vector3df(1.0f, 1.0f, 1.0f),
bool  alsoAddIfMeshPointerZero = false 
)
pure virtual

Adds a scene node for rendering an animated mesh model.

Parameters
meshPointer to the loaded animated mesh to be displayed.
parentParent of the scene node. Can be NULL if no parent.
idId of the node. This id can be used to identify the scene node.
positionPosition of the space relative to its parent where the scene node will be placed.
rotationInitial rotation of the scene node.
scaleInitial scale of the scene node.
alsoAddIfMeshPointerZeroAdd the scene node even if a 0 pointer is passed.
Returns
Pointer to the created scene node. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addArrowMesh()

virtual IAnimatedMesh * dcpp::scene::ISceneManager::addArrowMesh ( const dcpp::io::path name,
dcpp::video::SColor  vtxColorCylinder = 0xFFFFFFFF,
dcpp::video::SColor  vtxColorCone = 0xFFFFFFFF,
dcpp::uint32_kt  tesselationCylinder = 4,
dcpp::uint32_kt  tesselationCone = 8,
dcpp::float32_kt  height = 1.f,
dcpp::float32_kt  cylinderHeight = 0.6f,
dcpp::float32_kt  widthCylinder = 0.05f,
dcpp::float32_kt  widthCone = 0.3f 
)
pure virtual

add a static arrow mesh to the meshpool

Parameters
nameName of the mesh
vtxColorCylindercolor of the cylinder
vtxColorConecolor of the cone
tesselationCylinderNumber of quads the cylinder side consists of
tesselationConeNumber of triangles the cone's roof consists of
heightTotal height of the arrow
cylinderHeightTotal height of the cylinder, should be lesser than total height
widthCylinderDiameter of the cylinder
widthConeDiameter of the cone's base, should be not smaller than the cylinder's diameter
Returns
Pointer to the arrow mesh if successful, otherwise 0. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addBillboardSceneNode()

virtual IBillboardSceneNode * dcpp::scene::ISceneManager::addBillboardSceneNode ( ISceneNode parent = 0,
const dcpp::nub::dimension2df size = dcpp::nub::dimension2df(10.0f, 10.0f),
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
dcpp::int32_kt  id = -1,
dcpp::video::SColor  colorTop = 0xFFFFFFFF,
dcpp::video::SColor  colorBottom = 0xFFFFFFFF 
)
pure virtual

Adds a billboard scene node to the scene graph.

A billboard is like a 3d sprite: A 2d element, which always looks to the camera. It is usually used for things like explosions, fire, lensflares and things like that.

Parameters
parentParent scene node of the billboard. Can be null. If the parent moves, the billboard will move too.
sizeSize of the billboard. This size is 2 dimensional because a billboard only has width and height.
positionPosition of the space relative to its parent where the billboard will be placed.
idAn id of the node. This id can be used to identify the node.
colorTopThe color of the vertices at the top of the billboard (default: white).
colorBottomThe color of the vertices at the bottom of the billboard (default: white).
Returns
Pointer to the billboard if successful, otherwise NULL. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addBillboardTextSceneNode()

virtual IBillboardTextSceneNode * dcpp::scene::ISceneManager::addBillboardTextSceneNode ( dcpp::gui::IGUIFont font,
const wchar_t *  text,
ISceneNode parent = 0,
const dcpp::nub::dimension2df size = dcpp::nub::dimension2df(10.0f, 10.0f),
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
dcpp::int32_kt  id = -1,
dcpp::video::SColor  colorTop = 0xFFFFFFFF,
dcpp::video::SColor  colorBottom = 0xFFFFFFFF 
)
pure virtual

Adds a text scene node, which uses billboards. The node, and the text on it, will scale with distance.

Parameters
fontThe font to use on the billboard. Pass 0 to use the GUI environment's default font.
textThe text to display on the billboard.
parentThe billboard's parent. Pass 0 to use the root scene node.
sizeThe billboard's width and height.
positionThe billboards position relative to its parent.
idAn id of the node. This id can be used to identify the node.
colorTopThe color of the vertices at the top of the billboard (default: white).
colorBottomThe color of the vertices at the bottom of the billboard (default: white).
Returns
Pointer to the billboard if successful, otherwise NULL. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addCameraSceneNode()

virtual ICameraSceneNode * dcpp::scene::ISceneManager::addCameraSceneNode ( ISceneNode parent = 0,
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df lookat = dcpp::nub::vector3df(0, 0, 100),
dcpp::int32_kt  id = -1,
bool  makeActive = true 
)
pure virtual

Adds a camera scene node to the scene graph and sets it as active camera.

This camera does not react on user input like for example the one created with addCameraSceneNodeFPS(). If you want to move or animate it, use animators or the ISceneNode::setPosition(), ICameraSceneNode::setTarget() etc methods. By default, a camera's look at position (set with setTarget()) and its scene node rotation (set with setRotation()) are independent. If you want to be able to control the direction that the camera looks by using setRotation() then call ICameraSceneNode::bindTargetAndRotation(true) on it.

Parameters
positionPosition of the space relative to its parent where the camera will be placed.
lookatPosition where the camera will look at. Also known as target.
parentParent scene node of the camera. Can be null. If the parent moves, the camera will move too.
idid of the camera. This id can be used to identify the camera.
makeActiveFlag whether this camera should become the active one. Make sure you always have one active camera.
Returns
Pointer to interface to camera if successful, otherwise 0. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addCameraSceneNodeFPS()

virtual ICameraSceneNode * dcpp::scene::ISceneManager::addCameraSceneNodeFPS ( ISceneNode parent = 0,
dcpp::float32_kt  rotateSpeed = 100.0f,
dcpp::float32_kt  moveSpeed = 0.5f,
dcpp::int32_kt  id = -1,
SKeyMap keyMapArray = 0,
dcpp::int32_kt  keyMapSize = 0,
bool  noVerticalMovement = false,
dcpp::float32_kt  jumpSpeed = 0.f,
bool  invertMouse = false,
bool  makeActive = true 
)
pure virtual

Adds a camera scene node with an animator which provides mouse and keyboard control appropriate for first person shooters (FPS).

This FPS camera is intended to provide a demonstration of a camera that behaves like a typical First Person Shooter. It is useful for simple demos and prototyping but is not intended to provide a full solution for a production quality game. It binds the camera scene node rotation to the look-at target;

See also
ICameraSceneNode::bindTargetAndRotation(). With this camera, you look with the mouse, and move with cursor keys. If you want to change the key layout, you can specify your own keymap. For example to make the camera be controlled by the cursor keys AND the keys W,A,S, and D, do something like this:
SKeyMap keyMap[8];
keyMap[0].Action = EKA_MOVE_FORWARD;
keyMap[0].KeyCode = KEY_UP;
keyMap[1].Action = EKA_MOVE_FORWARD;
keyMap[1].KeyCode = KEY_KEY_W;
keyMap[2].Action = EKA_MOVE_BACKWARD;
keyMap[2].KeyCode = KEY_DOWN;
keyMap[3].Action = EKA_MOVE_BACKWARD;
keyMap[3].KeyCode = KEY_KEY_S;
keyMap[4].Action = EKA_STRAFE_LEFT;
keyMap[4].KeyCode = KEY_LEFT;
keyMap[5].Action = EKA_STRAFE_LEFT;
keyMap[5].KeyCode = KEY_KEY_A;
keyMap[6].Action = EKA_STRAFE_RIGHT;
keyMap[6].KeyCode = KEY_RIGHT;
keyMap[7].Action = EKA_STRAFE_RIGHT;
keyMap[7].KeyCode = KEY_KEY_D;
camera = sceneManager->addCameraSceneNodeFPS(0, 100, 500, -1, keyMap, 8);
Class storing which key belongs to which action.
Definition SKeyMap.hpp:32
Parameters
parentParent scene node of the camera. Can be null.
rotateSpeedSpeed in degrees with which the camera is rotated. This can be done only with the mouse.
moveSpeedSpeed in units per millisecond with which the camera is moved. Movement is done with the cursor keys.
idid of the camera. This id can be used to identify the camera.
keyMapArrayOptional pointer to an array of a keymap, specifying what keys should be used to move the camera. If this is null, the default keymap is used. You can define actions more then one time in the array, to bind multiple keys to the same action.
keyMapSizeAmount of items in the keymap array.
noVerticalMovementSetting this to true makes the camera only move within a horizontal plane, and disables vertical movement as known from most ego shooters. Default is 'false', with which it is possible to fly around in space, if no gravity is there.
jumpSpeedSpeed with which the camera is moved when jumping.
invertMouseSetting this to true makes the camera look up when the mouse is moved down and down when the mouse is moved up, the default is 'false' which means it will follow the movement of the mouse cursor.
makeActiveFlag whether this camera should become the active one. Make sure you always have one active camera.
Returns
Pointer to the interface of the camera if successful, otherwise 0. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addCameraSceneNodeMaya()

virtual ICameraSceneNode * dcpp::scene::ISceneManager::addCameraSceneNodeMaya ( ISceneNode parent = 0,
dcpp::float32_kt  rotateSpeed = -1500.f,
dcpp::float32_kt  zoomSpeed = 200.f,
dcpp::float32_kt  translationSpeed = 1500.f,
dcpp::int32_kt  id = -1,
dcpp::float32_kt  distance = 70.f,
bool  makeActive = true,
dcpp::float32_kt  rotX = 0.f,
dcpp::float32_kt  rotY = 0.f 
)
pure virtual

Adds a maya style user controlled camera scene node to the scene graph.

This is a standard camera with an animator that provides mouse control similar to camera in the 3D Software Maya by Alias Wavefront. The camera does not react on setPosition anymore after applying this animator. Instead use setTarget, to fix the target the camera the camera hovers around. And setDistance to set the current distance from that target, i.e. the radius of the orbit the camera hovers on.

Parameters
parentParent scene node of the camera. Can be null.
rotateSpeedRotation speed of the camera.
zoomSpeedZoom speed of the camera.
translationSpeedTranslationSpeed of the camera.
idid of the camera. This id can be used to identify the camera.
distanceInitial distance of the camera from the object
makeActiveFlag whether this camera should become the active one. Make sure you always have one active camera.
Returns
Returns a pointer to the interface of the camera if successful, otherwise 0. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addCubeSceneNode()

virtual IMeshSceneNode * dcpp::scene::ISceneManager::addCubeSceneNode ( dcpp::float32_kt  size = 10.0f,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df rotation = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df scale = dcpp::nub::vector3df(1.0f, 1.0f, 1.0f),
ECUBE_MESH_TYPE  type = ECMT_1BUF_12VTX_NA 
)
pure virtual

Adds a cube scene node.

Parameters
sizeSize of the cube, uniformly in each dimension.
parentParent of the scene node. Can be 0 if no parent.
idId of the node. This id can be used to identify the scene node.
positionPosition of the space relative to its parent where the scene node will be placed.
rotationInitial rotation of the scene node.
scaleInitial scale of the scene node.
typeType of cube-mesh to create. Check ECUBE_MESH_TYPE documentation for more info
Returns
Pointer to the created test scene node. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addDummyTransformationSceneNode()

virtual IDummyTransformationSceneNode * dcpp::scene::ISceneManager::addDummyTransformationSceneNode ( ISceneNode parent = 0,
dcpp::int32_kt  id = -1 
)
pure virtual

Adds a dummy transformation scene node to the scene graph.

This scene node does not render itself, and does not respond to set/getPosition, set/getRotation and set/getScale. Its just a simple scene node that takes a matrix as relative transformation, making it possible to insert any transformation anywhere into the scene graph.

Returns
Pointer to the created scene node. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addEmptySceneNode()

virtual ISceneNode * dcpp::scene::ISceneManager::addEmptySceneNode ( ISceneNode parent = 0,
dcpp::int32_kt  id = -1 
)
pure virtual

Adds an empty scene node to the scene graph.

Can be used for doing advanced transformations or structuring the scene graph.

Returns
Pointer to the created scene node. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addExternalMeshLoader()

virtual void dcpp::scene::ISceneManager::addExternalMeshLoader ( IMeshLoader externalLoader)
pure virtual

Adds an external mesh loader for extending the engine with new file formats.

If you want the engine to be extended with file formats it currently is not able to load (e.g. .cob), just implement the IMeshLoader interface in your loading class and add it with this method. Using this method it is also possible to override built-in mesh loaders with newer or updated versions without the need to recompile the engine.

Parameters
externalLoaderImplementation of a new mesh loader.

◆ addExternalSceneLoader()

virtual void dcpp::scene::ISceneManager::addExternalSceneLoader ( ISceneLoader externalLoader)
pure virtual

Adds an external scene loader for extending the engine with new file formats.

If you want the engine to be extended with file formats it currently is not able to load (e.g. .vrml), just implement the ISceneLoader interface in your loading class and add it with this method. Using this method it is also possible to override the built-in scene loaders with newer or updated versions without the need to recompile the engine.

Parameters
externalLoaderImplementation of a new mesh loader.

◆ addHillPlaneMesh()

virtual IAnimatedMesh * dcpp::scene::ISceneManager::addHillPlaneMesh ( const dcpp::io::path name,
const dcpp::nub::dimension2df tileSize,
const dcpp::nub::dimension2du tileCount,
dcpp::video::SMaterial material = 0,
dcpp::float32_kt  hillHeight = 0.0f,
const dcpp::nub::dimension2df countHills = dcpp::nub::dimension2df(0.0f, 0.0f),
const dcpp::nub::dimension2df textureRepeatCount = dcpp::nub::dimension2df(1.0f, 1.0f) 
)
pure virtual

Adds a Hill Plane mesh to the mesh pool.

The mesh is generated on the fly and looks like a plane with some hills on it. It is uses mostly for quick tests of the engine only. You can specify how many hills there should be on the plane and how high they should be. Also you must specify a name for the mesh, because the mesh is added to the mesh pool, and can be retrieved again using ISceneManager::getMesh() with the name as parameter.

Parameters
nameThe name of this mesh which must be specified in order to be able to retrieve the mesh later with ISceneManager::getMesh().
tileSizeSize of a tile of the mesh. (10.0f, 10.0f) would be a good value to start, for example.
tileCountSpecifies how much tiles there will be. If you specify for example that a tile has the size (10.0f, 10.0f) and the tileCount is (10,10), than you get a field of 100 tiles which has the dimension 100.0f x 100.0f.
materialMaterial of the hill mesh.
hillHeightHeight of the hills. If you specify a negative value you will get holes instead of hills. If the height is 0, no hills will be created.
countHillsAmount of hills on the plane. There will be countHills.X hills along the X axis and countHills.Y along the Y axis. So in total there will be countHills.X * countHills.Y hills.
textureRepeatCountDefines how often the texture will be repeated in x and y direction. return Null if the creation failed. The reason could be that you specified some invalid parameters or that a mesh with that name already exists. If successful, a pointer to the mesh is returned. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addLightSceneNode()

virtual ILightSceneNode * dcpp::scene::ISceneManager::addLightSceneNode ( ISceneNode parent = 0,
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
dcpp::video::SColorf  color = dcpp::video::SColorf(1.0f, 1.0f, 1.0f),
dcpp::float32_kt  radius = 100.0f,
dcpp::int32_kt  id = -1 
)
pure virtual

Adds a dynamic light scene node to the scene graph.

The light will cast dynamic light on all other scene nodes in the scene, which have the material flag dcpp::video::MTF_LIGHTING turned on. (This is the default setting in most scene nodes).

Parameters
parentParent scene node of the light. Can be null. If the parent moves, the light will move too.
positionPosition of the space relative to its parent where the light will be placed.
colorDiffuse color of the light. Ambient or Specular colors can be set manually with the ILightSceneNode::getLightData() method.
radiusRadius of the light.
idid of the node. This id can be used to identify the node.
Returns
Pointer to the interface of the light if successful, otherwise NULL. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addMeshSceneNode()

virtual IMeshSceneNode * dcpp::scene::ISceneManager::addMeshSceneNode ( IMesh mesh,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df rotation = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df scale = dcpp::nub::vector3df(1.0f, 1.0f, 1.0f),
bool  alsoAddIfMeshPointerZero = false 
)
pure virtual

Adds a scene node for rendering a static mesh.

Parameters
meshPointer to the loaded static mesh to be displayed.
parentParent of the scene node. Can be NULL if no parent.
idId of the node. This id can be used to identify the scene node.
positionPosition of the space relative to its parent where the scene node will be placed.
rotationInitial rotation of the scene node.
scaleInitial scale of the scene node.
alsoAddIfMeshPointerZeroAdd the scene node even if a 0 pointer is passed.
Returns
Pointer to the created scene node. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addOctreeSceneNode() [1/2]

virtual IOctreeSceneNode * dcpp::scene::ISceneManager::addOctreeSceneNode ( IAnimatedMesh mesh,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
dcpp::int32_kt  minimalPolysPerNode = 512,
bool  alsoAddIfMeshPointerZero = false 
)
pure virtual

Adds a scene node for rendering using a octree to the scene graph.

This a good method for rendering scenes with lots of geometry. The octree is built on the fly from the mesh.

Parameters
meshThe mesh containing all geometry from which the octree will be build. If this animated mesh has more than one frames in it, the first frame is taken.
parentParent node of the octree node.
idid of the node. This id can be used to identify the node.
minimalPolysPerNodeSpecifies the minimal polygons contained a octree node. If a node gets less polys than this value it will not be split into smaller nodes.
alsoAddIfMeshPointerZeroAdd the scene node even if a 0 pointer is passed.
Returns
Pointer to the octree if successful, otherwise 0. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addOctreeSceneNode() [2/2]

virtual IOctreeSceneNode * dcpp::scene::ISceneManager::addOctreeSceneNode ( IMesh mesh,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
dcpp::int32_kt  minimalPolysPerNode = 256,
bool  alsoAddIfMeshPointerZero = false 
)
pure virtual

Adds a scene node for rendering using a octree to the scene graph.

This a good method for rendering scenes with lots of geometry. The octree is built on the fly from the mesh, much faster then a bsp tree.

Parameters
meshThe mesh containing all geometry from which the octree will be build.
parentParent node of the octree node.
idid of the node. This id can be used to identify the node.
minimalPolysPerNodeSpecifies the minimal polygons contained a octree node. If a node gets less polys than this value it will not be split into smaller nodes.
alsoAddIfMeshPointerZeroAdd the scene node even if a 0 pointer is passed.
Returns
Pointer to the octree if successful, otherwise 0. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addParticleSystemSceneNode()

virtual IParticleSystemSceneNode * dcpp::scene::ISceneManager::addParticleSystemSceneNode ( bool  withDefaultEmitter = true,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df rotation = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df scale = dcpp::nub::vector3df(1.0f, 1.0f, 1.0f) 
)
pure virtual

Adds a particle system scene node to the scene graph.

Parameters
withDefaultEmitterCreates a default working point emitter which emits some particles. Set this to true to see a particle system in action. If set to false, you'll have to set the emitter you want by calling IParticleSystemSceneNode::setEmitter().
parentParent of the scene node. Can be NULL if no parent.
idId of the node. This id can be used to identify the scene node.
positionPosition of the space relative to its parent where the scene node will be placed.
rotationInitial rotation of the scene node.
scaleInitial scale of the scene node.
Returns
Pointer to the created scene node. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addQuake3SceneNode()

virtual IMeshSceneNode * dcpp::scene::ISceneManager::addQuake3SceneNode ( const IMeshBuffer meshBuffer,
const quake3::IShader shader,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1 
)
pure virtual

Adds a quake3 scene node to the scene graph.

A Quake3 Scene renders multiple meshes for a specific HighLanguage Shader (Quake3 Style )

Returns
Pointer to the quake3 scene node if successful, otherwise NULL. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addSceneNode()

virtual ISceneNode * dcpp::scene::ISceneManager::addSceneNode ( const char *  sceneNodeTypeName,
ISceneNode parent = 0 
)
pure virtual

Adds a scene node to the scene by name.

Returns
Pointer to the scene node added by a factory This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addSkyBoxSceneNode()

virtual ISceneNode * dcpp::scene::ISceneManager::addSkyBoxSceneNode ( dcpp::video::ITexture top,
dcpp::video::ITexture bottom,
dcpp::video::ITexture left,
dcpp::video::ITexture right,
dcpp::video::ITexture front,
dcpp::video::ITexture back,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1 
)
pure virtual

Adds a skybox scene node to the scene graph.

A skybox is a big cube with 6 textures on it and is drawn around the camera position.

Parameters
topTexture for the top plane of the box.
bottomTexture for the bottom plane of the box.
leftTexture for the left plane of the box.
rightTexture for the right plane of the box.
frontTexture for the front plane of the box.
backTexture for the back plane of the box.
parentParent scene node of the skybox. A skybox usually has no parent, so this should be null. Note: If a parent is set to the skybox, the box will not change how it is drawn.
idAn id of the node. This id can be used to identify the node.
Returns
Pointer to the sky box if successful, otherwise NULL. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addSkyDomeSceneNode()

virtual ISceneNode * dcpp::scene::ISceneManager::addSkyDomeSceneNode ( dcpp::video::ITexture texture,
dcpp::uint32_kt  horiRes = 16,
dcpp::uint32_kt  vertRes = 8,
dcpp::float32_kt  texturePercentage = 0.9,
dcpp::float32_kt  spherePercentage = 2.0,
dcpp::float32_kt  radius = 1000.f,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1 
)
pure virtual

Adds a skydome scene node to the scene graph.

A skydome is a large (half-) sphere with a panoramic texture on the inside and is drawn around the camera position.

Parameters
textureTexture for the dome.
horiResNumber of vertices of a horizontal layer of the sphere.
vertResNumber of vertices of a vertical layer of the sphere.
texturePercentageHow much of the height of the texture is used. Should be between 0 and 1.
spherePercentageHow much of the sphere is drawn. Value should be between 0 and 2, where 1 is an exact half-sphere and 2 is a full sphere.
radiusThe Radius of the sphere
parentParent scene node of the dome. A dome usually has no parent, so this should be null. Note: If a parent is set, the dome will not change how it is drawn.
idAn id of the node. This id can be used to identify the node.
Returns
Pointer to the sky dome if successful, otherwise NULL. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addSphereMesh()

virtual IAnimatedMesh * dcpp::scene::ISceneManager::addSphereMesh ( const dcpp::io::path name,
dcpp::float32_kt  radius = 5.f,
dcpp::uint32_kt  polyCountX = 16,
dcpp::uint32_kt  polyCountY = 16 
)
pure virtual

add a static sphere mesh to the meshpool

Parameters
nameName of the mesh
radiusRadius of the sphere
polyCountXNumber of quads used for the horizontal tiling
polyCountYNumber of quads used for the vertical tiling
Returns
Pointer to the sphere mesh if successful, otherwise 0. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addSphereSceneNode()

virtual IMeshSceneNode * dcpp::scene::ISceneManager::addSphereSceneNode ( dcpp::float32_kt  radius = 5.0f,
dcpp::int32_kt  polyCount = 16,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df rotation = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df scale = dcpp::nub::vector3df(1.0f, 1.0f, 1.0f) 
)
pure virtual

Adds a sphere scene node of the given radius and detail.

Parameters
radiusRadius of the sphere.
polyCountThe number of vertices in horizontal and vertical direction. The total polyCount of the sphere is polyCount*polyCount. This parameter must be less than 256 to stay within the 16-bit limit of the indices of a meshbuffer.
parentParent of the scene node. Can be 0 if no parent.
idId of the node. This id can be used to identify the scene node.
positionPosition of the space relative to its parent where the scene node will be placed.
rotationInitial rotation of the scene node.
scaleInitial scale of the scene node.
Returns
Pointer to the created test scene node. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addTerrainMesh()

virtual IAnimatedMesh * dcpp::scene::ISceneManager::addTerrainMesh ( const dcpp::io::path meshname,
dcpp::video::IImage texture,
dcpp::video::IImage heightmap,
const dcpp::nub::dimension2df stretchSize = dcpp::nub::dimension2df(10.0f, 10.0f),
dcpp::float32_kt  maxHeight = 200.0f,
const dcpp::nub::dimension2du defaultVertexBlockSize = dcpp::nub::dimension2du(64, 64) 
)
pure virtual

Adds a static terrain mesh to the mesh pool.

The mesh is generated on the fly from a texture file and a height map file. Both files may be huge (8000x8000 pixels would be no problem) because the generator splits the files into smaller textures if necessary. You must specify a name for the mesh, because the mesh is added to the mesh pool, and can be retrieved again using ISceneManager::getMesh() with the name as parameter.

Parameters
meshnameThe name of this mesh which must be specified in order to be able to retrieve the mesh later with ISceneManager::getMesh().
textureTexture for the terrain. Please note that this is not a hardware texture as usual (ITexture), but an IImage software texture. You can load this texture with IVideoDriver::createImageFromFile().
heightmapA grayscaled heightmap image. Like the texture, it can be created with IVideoDriver::createImageFromFile(). The amount of triangles created depends on the size of this texture, so use a small heightmap to increase rendering speed.
stretchSizeParameter defining how big a is pixel on the heightmap.
maxHeightDefines how high a white pixel on the heightmap is.
defaultVertexBlockSizeDefines the initial dimension between vertices.
Returns
Null if the creation failed. The reason could be that you specified some invalid parameters, that a mesh with that name already exists, or that a texture could not be found. If successful, a pointer to the mesh is returned. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addTerrainSceneNode() [1/2]

virtual ITerrainSceneNode * dcpp::scene::ISceneManager::addTerrainSceneNode ( const dcpp::io::path heightMapFileName,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0.0f, 0.0f, 0.0f),
const dcpp::nub::vector3df rotation = dcpp::nub::vector3df(0.0f, 0.0f, 0.0f),
const dcpp::nub::vector3df scale = dcpp::nub::vector3df(1.0f, 1.0f, 1.0f),
dcpp::video::SColor  vertexColor = dcpp::video::SColor(255, 255, 255, 255),
dcpp::int32_kt  maxLOD = 5,
E_TERRAIN_PATCH_SIZE  patchSize = ETPS_17,
dcpp::int32_kt  smoothFactor = 0,
bool  addAlsoIfHeightmapEmpty = false 
)
pure virtual

Adds a terrain scene node to the scene graph.

This node implements is a simple terrain renderer which uses a technique known as geo mip mapping for reducing the detail of triangle blocks which are far away. The code for the TerrainSceneNode is based on the terrain renderer by Soconne and the GeoMipMapSceneNode developed by Spintz. They made their code available for Irrlicht and allowed it to be distributed under this licence. I only modified some parts. A lot of thanks go to them.

This scene node is capable of loading terrains and updating the indices at runtime to enable viewing very large terrains very quickly. It uses a CLOD (Continuous Level of Detail) algorithm which updates the indices for each patch based on a LOD (Level of Detail) which is determined based on a patch's distance from the camera.

The patch size of the terrain must always be a size of 2^N+1, i.e. 8+1(9), 16+1(17), etc. The MaxLOD available is directly dependent on the patch size of the terrain. LOD 0 contains all of the indices to draw all the triangles at the max detail for a patch. As each LOD goes up by 1 the step taken, in generating indices increases by -2^LOD, so for LOD 1, the step taken is 2, for LOD 2, the step taken is 4, LOD 3 - 8, etc. The step can be no larger than the size of the patch, so having a LOD of 8, with a patch size of 17, is asking the algorithm to generate indices every 2^8 ( 256 ) vertices, which is not possible with a patch size of 17. The maximum LOD for a patch size of 17 is 2^4 ( 16 ). So, with a MaxLOD of 5, you'll have LOD 0 ( full detail ), LOD 1 ( every 2 vertices ), LOD 2 ( every 4 vertices ), LOD 3 ( every 8 vertices ) and LOD 4 ( every 16 vertices ).

Parameters
heightMapFileNameThe name of the file on disk, to read vertex data from. This should be a gray scale bitmap.
parentParent of the scene node. Can be 0 if no parent.
idId of the node. This id can be used to identify the scene node.
positionThe absolute position of this node.
rotationThe absolute rotation of this node. ( NOT YET IMPLEMENTED )
scaleThe scale factor for the terrain. If you're using a heightmap of size 129x129 and would like your terrain to be 12900x12900 in game units, then use a scale factor of ( dcpp::nub::vector ( 100.0f, 100.0f, 100.0f ). If you use a Y scaling factor of 0.0f, then your terrain will be flat.
vertexColorThe default color of all the vertices. If no texture is associated with the scene node, then all vertices will be this color. Defaults to white.
maxLODThe maximum LOD (level of detail) for the node. Only change if you know what you are doing, this might lead to strange behavior.
patchSizepatch size of the terrain. Only change if you know what you are doing, this might lead to strange behavior.
smoothFactorThe number of times the vertices are smoothed.
addAlsoIfHeightmapEmptyAdd terrain node even with empty heightmap.
Returns
Pointer to the created scene node. Can be null if the terrain could not be created, for example because the heightmap could not be loaded. The returned pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addTerrainSceneNode() [2/2]

virtual ITerrainSceneNode * dcpp::scene::ISceneManager::addTerrainSceneNode ( dcpp::io::IReadFile heightMapFile,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0.0f, 0.0f, 0.0f),
const dcpp::nub::vector3df rotation = dcpp::nub::vector3df(0.0f, 0.0f, 0.0f),
const dcpp::nub::vector3df scale = dcpp::nub::vector3df(1.0f, 1.0f, 1.0f),
dcpp::video::SColor  vertexColor = dcpp::video::SColor(255, 255, 255, 255),
dcpp::int32_kt  maxLOD = 5,
E_TERRAIN_PATCH_SIZE  patchSize = ETPS_17,
dcpp::int32_kt  smoothFactor = 0,
bool  addAlsoIfHeightmapEmpty = false 
)
pure virtual

Adds a terrain scene node to the scene graph.

Just like the other addTerrainSceneNode() method, but takes an IReadFile pointer as parameter for the heightmap. For more information take a look at the other function.

Parameters
heightMapFileThe file handle to read vertex data from. This should be a gray scale bitmap.
parentParent of the scene node. Can be 0 if no parent.
idId of the node. This id can be used to identify the scene node.
positionThe absolute position of this node.
rotationThe absolute rotation of this node. ( NOT YET IMPLEMENTED )
scaleThe scale factor for the terrain. If you're using a heightmap of size 129x129 and would like your terrain to be 12900x12900 in game units, then use a scale factor of ( dcpp::nub::vector ( 100.0f, 100.0f, 100.0f ). If you use a Y scaling factor of 0.0f, then your terrain will be flat.
vertexColorThe default color of all the vertices. If no texture is associated with the scene node, then all vertices will be this color. Defaults to white.
maxLODThe maximum LOD (level of detail) for the node. Only change if you know what you are doing, this might lead to strange behavior.
patchSizepatch size of the terrain. Only change if you know what you are doing, this might lead to strange behavior.
smoothFactorThe number of times the vertices are smoothed.
addAlsoIfHeightmapEmptyAdd terrain node even with empty heightmap.
Returns
Pointer to the created scene node. Can be null if the terrain could not be created, for example because the heightmap could not be loaded. The returned pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addToDeletionQueue()

virtual void dcpp::scene::ISceneManager::addToDeletionQueue ( ISceneNode node)
pure virtual

Adds a scene node to the deletion queue.

The scene node is immediately deleted when it's secure. Which means when the scene node does not execute animators and things like that. This method is for example used for deleting scene nodes by their scene node animators. In most other cases, a ISceneNode::remove() call is enough, using this deletion queue is not necessary. See ISceneManager::createDeleteAnimator() for details.

Parameters
nodeNode to delete.

◆ addVolumeLightMesh()

virtual IAnimatedMesh * dcpp::scene::ISceneManager::addVolumeLightMesh ( const dcpp::io::path name,
const dcpp::uint32_kt  SubdivideU = 32,
const dcpp::uint32_kt  SubdivideV = 32,
const dcpp::video::SColor  FootColor = dcpp::video::SColor(51, 0, 230, 180),
const dcpp::video::SColor  TailColor = dcpp::video::SColor(0, 0, 0, 0) 
)
pure virtual

Add a volume light mesh to the meshpool.

Parameters
nameName of the mesh
SubdivideUHorizontal subdivision count
SubdivideVVertical subdivision count
FootColorColor of the bottom of the light
TailColorColor of the top of the light
Returns
Pointer to the volume light mesh if successful, otherwise 0. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addVolumeLightSceneNode()

virtual IVolumeLightSceneNode * dcpp::scene::ISceneManager::addVolumeLightSceneNode ( ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
const dcpp::uint32_kt  subdivU = 32,
const dcpp::uint32_kt  subdivV = 32,
const dcpp::video::SColor  foot = dcpp::video::SColor(51, 0, 230, 180),
const dcpp::video::SColor  tail = dcpp::video::SColor(0, 0, 0, 0),
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df rotation = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df scale = dcpp::nub::vector3df(1.0f, 1.0f, 1.0f) 
)
pure virtual

adds Volume Lighting Scene Node.

Example Usage: dcpp::scene::IVolumeLightSceneNode * n = smgr->addVolumeLightSceneNode(0, -1, 32, 32, //Subdivide U/V dcpp::video::SColor(0, 180, 180, 180), //foot color dcpp::video::SColor(0, 0, 0, 0) //tail color ); if (n) { n->setScale(dcpp::nub::vector3df(46.0f, 45.0f, 46.0f)); n->getMaterial(0).setTexture(0, smgr->getVideoDriver()->getTexture("lightFalloff.png")); }

Returns
Pointer to the volumeLight if successful, otherwise NULL. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ addWaterSurfaceSceneNode()

virtual ISceneNode * dcpp::scene::ISceneManager::addWaterSurfaceSceneNode ( IMesh mesh,
dcpp::float32_kt  waveHeight = 2.0f,
dcpp::float32_kt  waveSpeed = 300.0f,
dcpp::float32_kt  waveLength = 10.0f,
ISceneNode parent = 0,
dcpp::int32_kt  id = -1,
const dcpp::nub::vector3df position = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df rotation = dcpp::nub::vector3df(0, 0, 0),
const dcpp::nub::vector3df scale = dcpp::nub::vector3df(1.0f, 1.0f, 1.0f) 
)
pure virtual

Adds a scene node for rendering a animated water surface mesh.

Looks really good when the Material type EMT_TRANSPARENT_REFLECTION is used.

Parameters
waveHeightHeight of the water waves.
waveSpeedSpeed of the water waves.
waveLengthLength of a water wave.
meshPointer to the loaded static mesh to be displayed with water waves on it.
parentParent of the scene node. Can be NULL if no parent.
idId of the node. This id can be used to identify the scene node.
positionPosition of the space relative to its parent where the scene node will be placed.
rotationInitial rotation of the scene node.
scaleInitial scale of the scene node.
Returns
Pointer to the created scene node. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ clear()

virtual void dcpp::scene::ISceneManager::clear ( )
pure virtual

Clears the whole scene.

All scene nodes are removed.

◆ clearAllRegisteredNodesForRendering()

virtual void dcpp::scene::ISceneManager::clearAllRegisteredNodesForRendering ( )
pure virtual

Clear all nodes which are currently registered for rendering.

Usually you don't have to care about this as drawAll will clear nodes after rendering them. But sometimes you might have to manully reset this. For example when you deleted nodes between registering and rendering.

◆ createCollisionResponseAnimator()

virtual ISceneNodeAnimatorCollisionResponse * dcpp::scene::ISceneManager::createCollisionResponseAnimator ( ITriangleSelector world,
ISceneNode sceneNode,
const dcpp::nub::vector3df ellipsoidRadius = dcpp::nub::vector3df(30, 60, 30),
const dcpp::nub::vector3df gravityPerSecond = dcpp::nub::vector3df(0,-10.0f, 0),
const dcpp::nub::vector3df ellipsoidTranslation = dcpp::nub::vector3df(0, 0, 0),
dcpp::float32_kt  slidingValue = 0.0005f 
)
pure virtual

Creates a special scene node animator for doing automatic collision detection and response.

See ISceneNodeAnimatorCollisionResponse for details.

Parameters
worldTriangle selector holding all triangles of the world with which the scene node may collide. You can create a triangle selector with ISceneManager::createTriangleSelector();
sceneNodeSceneNode which should be manipulated. After you added this animator to the scene node, the scene node will not be able to move through walls and is affected by gravity. If you need to teleport the scene node to a new position without it being effected by the collision geometry, then call sceneNode->setPosition(); then animator->setTargetNode(sceneNode);
ellipsoidRadiusRadius of the ellipsoid with which collision detection and response is done. If you have got a scene node, and you are unsure about how big the radius should be, you could use the following code to determine it:
const dcpp::nub::aabbox3df& box = yourSceneNode->getBoundingBox();
dcpp::nub::vector3df radius = box.MaxEdge - box.getCenter();
Axis aligned bounding box in 3d dimensional space.
Definition aabbox3d.hpp:22
vector3d< T > MaxEdge
The far edge.
Definition aabbox3d.hpp:418
vector3d< T > getCenter() const
Get center of the bounding box.
Definition aabbox3d.hpp:106
3d vector template class with lots of operators and methods.
Definition vector3d.hpp:32
gravityPerSecondSets the gravity of the environment, as an acceleration in units per second per second. If your units are equivalent to meters, then dcpp::nub::vector3df(0,-10.0f,0) would give an approximately realistic gravity. You can disable gravity by setting it to dcpp::nub::vector3df(0,0,0).
ellipsoidTranslationBy default, the ellipsoid for collision detection is created around the center of the scene node, which means that the ellipsoid surrounds it completely. If this is not what you want, you may specify a translation for the ellipsoid.
slidingValueDOCUMENTATION NEEDED.
Returns
The animator. Attach it to a scene node with ISceneNode::addAnimator() and the animator will cause it to do collision detection and response. If you no longer need the animator, you should call ISceneNodeAnimator::drop(). See IReferenceCounted::drop() for more information.

◆ createDeleteAnimator()

virtual ISceneNodeAnimator * dcpp::scene::ISceneManager::createDeleteAnimator ( dcpp::uint32_kt  timeMs)
pure virtual

Creates a scene node animator, which deletes the scene node after some time automatically.

Parameters
timeMsTime in milliseconds, after when the node will be deleted.
Returns
The animator. Attach it to a scene node with ISceneNode::addAnimator() and the animator will animate it. If you no longer need the animator, you should call ISceneNodeAnimator::drop(). See IReferenceCounted::drop() for more information.

◆ createFlyCircleAnimator()

virtual ISceneNodeAnimator * dcpp::scene::ISceneManager::createFlyCircleAnimator ( const dcpp::nub::vector3df center = dcpp::nub::vector3df(0.f, 0.f, 0.f),
dcpp::float32_kt  radius = 100.f,
dcpp::float32_kt  speed = 0.001f,
const dcpp::nub::vector3df direction = dcpp::nub::vector3df(0.f, 1.f, 0.f),
dcpp::float32_kt  startPosition = 0.f,
dcpp::float32_kt  radiusEllipsoid = 0.f 
)
pure virtual

Creates a fly circle animator, which lets the attached scene node fly around a center.

Parameters
centerCenter of the circle.
radiusRadius of the circle.
speedThe orbital speed, in radians per millisecond.
directionSpecifies the upvector used for alignment of the mesh.
startPositionThe position on the circle where the animator will begin. Value is in multiples of a circle, i.e. 0.5 is half way around. (phase)
radiusEllipsoidif radiusEllipsoid != 0 then radius2 from a ellipsoid begin. Value is in multiples of a circle, i.e. 0.5 is half way around. (phase)
Returns
The animator. Attach it to a scene node with ISceneNode::addAnimator() and the animator will animate it. If you no longer need the animator, you should call ISceneNodeAnimator::drop(). See IReferenceCounted::drop() for more information.

◆ createFlyStraightAnimator()

virtual ISceneNodeAnimator * dcpp::scene::ISceneManager::createFlyStraightAnimator ( const dcpp::nub::vector3df startPoint,
const dcpp::nub::vector3df endPoint,
dcpp::uint32_kt  timeForWay,
bool  loop = false,
bool  pingpong = false 
)
pure virtual

Creates a fly straight animator, which lets the attached scene node fly or move along a line between two points.

Parameters
startPointStart point of the line.
endPointEnd point of the line.
timeForWayTime in milliseconds how long the node should need to move from the start point to the end point.
loopIf set to false, the node stops when the end point is reached. If loop is true, the node begins again at the start.
pingpongFlag to set whether the animator should fly back from end to start again.
Returns
The animator. Attach it to a scene node with ISceneNode::addAnimator() and the animator will animate it. If you no longer need the animator, you should call ISceneNodeAnimator::drop(). See IReferenceCounted::drop() for more information.

◆ createFollowSplineAnimator()

virtual ISceneNodeAnimator * dcpp::scene::ISceneManager::createFollowSplineAnimator ( dcpp::int32_kt  startTime,
const dcpp::nub::array< dcpp::nub::vector3df > &  points,
dcpp::float32_kt  speed = 1.0f,
dcpp::float32_kt  tightness = 0.5f,
bool  loop = true,
bool  pingpong = false,
bool  steer = false 
)
pure virtual

Creates a follow spline animator.

The animator modifies the position of the attached scene node to make it follow a Hermite spline. It uses a subset of Hermite splines: either cardinal splines (tightness != 0.5) or Catmull-Rom-splines (tightness == 0.5). The animator moves from one control point to the next in 1/speed seconds. This code was sent in by Matthias Gall. If you no longer need the animator, you should call ISceneNodeAnimator::drop(). See IReferenceCounted::drop() for more information.

◆ createMeshWriter()

virtual IMeshWriter * dcpp::scene::ISceneManager::createMeshWriter ( EMESH_WRITER_TYPE  type)
pure virtual

Get a mesh writer implementation if available.

Note: You need to drop() the pointer after use again, see IReferenceCounted::drop() for details.

◆ createMetaTriangleSelector()

virtual IMetaTriangleSelector * dcpp::scene::ISceneManager::createMetaTriangleSelector ( )
pure virtual

Creates a meta triangle selector.

A meta triangle selector is nothing more than a collection of one or more triangle selectors providing together the interface of one triangle selector. In this way, collision tests can be done with different triangle soups in one pass.

Returns
The selector, or null if not successful. If you no longer need the selector, you should call ITriangleSelector::drop(). See IReferenceCounted::drop() for more information.

◆ createNewSceneManager()

virtual ISceneManager * dcpp::scene::ISceneManager::createNewSceneManager ( bool  cloneContent = false)
pure virtual

Creates a new scene manager.

This can be used to easily draw and/or store two independent scenes at the same time. The mesh cache will be shared between all existing scene managers, which means if you load a mesh in the original scene manager using for example getMesh(), the mesh will be available in all other scene managers too, without loading. The original/main scene manager will still be there and accessible via DuckcppDevice::getSceneManager(). If you need input event in this new scene manager, for example for FPS cameras, you'll need to forward input to this manually: Just implement an IEventReceiver and call yourNewSceneManager->postEventFromUser(), and return true so that the original scene manager doesn't get the event. Otherwise, all input will go to the main scene manager automatically. If you no longer need the new scene manager, you should call ISceneManager::drop(). See IReferenceCounted::drop() for more information.

◆ createOctreeTriangleSelector() [1/2]

virtual ITriangleSelector * dcpp::scene::ISceneManager::createOctreeTriangleSelector ( IMesh mesh,
ISceneNode node,
dcpp::int32_kt  minimalPolysPerNode = 32 
)
pure virtual

Creates a Triangle Selector, optimized by an octree.

Triangle selectors can be used for doing collision detection. This triangle selector is optimized for huge amounts of triangle, it organizes them in an octree. Please note that the created triangle selector is not automatically attached to the scene node. You will have to call ISceneNode::setTriangleSelector() for this. To create and attach a triangle selector is done like this:

ITriangleSelector* s = sceneManager->createOctreeTriangleSelector(yourMesh,
yourSceneNode);
yourSceneNode->setTriangleSelector(s);
s->drop();
Interface to return triangles with specific properties.
Definition ITriangleSelector.hpp:74

For more information and examples on this, take a look at the collision tutorial in the SDK.

Parameters
meshMesh of which the triangles are taken.
nodeScene node of which visibility and transformation is used.
minimalPolysPerNodeSpecifies the minimal polygons contained a octree node. If a node gets less polys than this value, it will not be split into smaller nodes.
Returns
The selector, or null if not successful. If you no longer need the selector, you should call ITriangleSelector::drop(). See IReferenceCounted::drop() for more information.

◆ createOctreeTriangleSelector() [2/2]

virtual ITriangleSelector * dcpp::scene::ISceneManager::createOctreeTriangleSelector ( IMeshBuffer meshBuffer,
dcpp::uint32_kt  materialIndex,
ISceneNode node,
dcpp::int32_kt  minimalPolysPerNode = 32 
)
pure virtual

Creates a Triangle Selector for a single meshbuffer, optimized by an octree.

Triangle selectors can be used for doing collision detection. This triangle selector is optimized for huge amounts of triangle, it organizes them in an octree. Please note that the created triangle selector is not automatically attached to the scene node. You will have to call ISceneNode::setTriangleSelector() for this. To create and attach a triangle selector is done like this:

ITriangleSelector* s = sceneManager->createOctreeTriangleSelector(yourMesh,
yourSceneNode);
yourSceneNode->setTriangleSelector(s);
s->drop();

For more information and examples on this, take a look at the collision tutorial in the SDK.

Parameters
meshBufferMeshBuffer of which the triangles are taken.
materialIndexSetting this value allows the triangle selector to return the material index
nodeScene node of which visibility and transformation is used.
minimalPolysPerNodeSpecifies the minimal polygons contained a octree node. If a node gets less polys than this value, it will not be split into smaller nodes.
Returns
The selector, or null if not successful. If you no longer need the selector, you should call ITriangleSelector::drop(). See IReferenceCounted::drop() for more information.

◆ createOctTreeTriangleSelector()

DCPP_DEPRECATED ITriangleSelector * dcpp::scene::ISceneManager::createOctTreeTriangleSelector ( IMesh mesh,
ISceneNode node,
dcpp::int32_kt  minimalPolysPerNode = 32 
)
inline

//! Creates a Triangle Selector, optimized by an octree.

Deprecated:
Use createOctreeTriangleSelector instead. This method may be removed by Duckcpp 1.9.

◆ createRotationAnimator()

virtual ISceneNodeAnimator * dcpp::scene::ISceneManager::createRotationAnimator ( const dcpp::nub::vector3df rotationSpeed)
pure virtual

Creates a rotation animator, which rotates the attached scene node around itself.

Parameters
rotationSpeedSpecifies the speed of the animation in degree per 10 milliseconds.
Returns
The animator. Attach it to a scene node with ISceneNode::addAnimator() and the animator will animate it. If you no longer need the animator, you should call ISceneNodeAnimator::drop(). See IReferenceCounted::drop() for more information.

◆ createSceneNodeAnimator()

virtual ISceneNodeAnimator * dcpp::scene::ISceneManager::createSceneNodeAnimator ( const char *  typeName,
ISceneNode target = 0 
)
pure virtual

creates a scene node animator based on its type name

Parameters
typeNameType of the scene node animator to add.
targetTarget scene node of the new animator.
Returns
Returns pointer to the new scene node animator or null if not successful. You need to drop this pointer after calling this, see IReferenceCounted::drop() for details.

◆ createShadowVolumeSceneNode()

virtual IShadowVolumeSceneNode * dcpp::scene::ISceneManager::createShadowVolumeSceneNode ( const IMesh shadowMesh,
ISceneNode parent,
dcpp::int32_kt  id,
bool  zfailmethod,
dcpp::float32_kt  infinity 
)
pure virtual

Create a shadow volume scene node to be used with custom nodes.

Use this if you implement your own SceneNodes and need shadow volumes in them. Otherwise you should generally use addShadowVolumeSceneNode functions from IMeshSceneNode or IAnimatedMeshSceneNode.

◆ createSkinnedMesh()

virtual ISkinnedMesh * dcpp::scene::ISceneManager::createSkinnedMesh ( )
pure virtual

Get a skinned mesh, which is not available as header-only code.

Note: You need to drop() the pointer after use again, see IReferenceCounted::drop() for details.

◆ createTerrainTriangleSelector()

virtual ITriangleSelector * dcpp::scene::ISceneManager::createTerrainTriangleSelector ( ITerrainSceneNode node,
dcpp::int32_kt  LOD = 0 
)
pure virtual

Creates a triangle selector which can select triangles from a terrain scene node.

Parameters
nodePointer to the created terrain scene node
LODLevel of detail, 0 for highest detail.
Returns
The selector, or null if not successful. If you no longer need the selector, you should call ITriangleSelector::drop(). See IReferenceCounted::drop() for more information.

◆ createTextureAnimator()

virtual ISceneNodeAnimator * dcpp::scene::ISceneManager::createTextureAnimator ( const dcpp::nub::array< dcpp::video::ITexture * > &  textures,
dcpp::int32_kt  timePerFrame,
bool  loop = true 
)
pure virtual

Creates a texture animator, which switches the textures of the target scene node based on a list of textures.

Parameters
texturesList of textures to use.
timePerFrameTime in milliseconds, how long any texture in the list should be visible.
loopIf set to to false, the last texture remains set, and the animation stops. If set to true, the animation restarts with the first texture.
Returns
The animator. Attach it to a scene node with ISceneNode::addAnimator() and the animator will animate it. If you no longer need the animator, you should call ISceneNodeAnimator::drop(). See IReferenceCounted::drop() for more information.

◆ createTriangleSelector() [1/3]

virtual ITriangleSelector * dcpp::scene::ISceneManager::createTriangleSelector ( const IMeshBuffer meshBuffer,
dcpp::uint32_kt  materialIndex,
ISceneNode node 
)
pure virtual

Creates a simple ITriangleSelector, based on a meshbuffer.

This is a static selector which won't update when the mesh changes.

Parameters
meshBufferTriangles of that meshbuffer are used
materialIndexIf you pass a material index that index can be returned by the triangle selector. \para node: Scene node of which transformation is used.

◆ createTriangleSelector() [2/3]

virtual ITriangleSelector * dcpp::scene::ISceneManager::createTriangleSelector ( IAnimatedMeshSceneNode node,
bool  separateMeshBuffers = false 
)
pure virtual

Creates a simple ITriangleSelector, based on an animated mesh scene node.

Details of the mesh associated with the node will be extracted internally.

Parameters
nodeThe animated mesh scene node from which to build the selector
separateMeshBuffersWhen true it's possible to get information which meshbuffer got hit in collision tests. But has a slight speed cost.

◆ createTriangleSelector() [3/3]

virtual ITriangleSelector * dcpp::scene::ISceneManager::createTriangleSelector ( IMesh mesh,
ISceneNode node,
bool  separateMeshBuffers = false 
)
pure virtual

Creates a simple ITriangleSelector, based on a mesh.

Triangle selectors can be used for doing collision detection. Don't use this selector for a huge amount of triangles like in Quake3 maps. Instead, use for example ISceneManager::createOctreeTriangleSelector(). Please note that the created triangle selector is not automatically attached to the scene node. You will have to call ISceneNode::setTriangleSelector() for this. To create and attach a triangle selector is done like this:

ITriangleSelector* s = sceneManager->createTriangleSelector(yourMesh,
yourSceneNode);
yourSceneNode->setTriangleSelector(s);
s->drop();
Parameters
meshMesh of which the triangles are taken.
nodeScene node of which transformation is used.
separateMeshBuffersWhen true it's possible to get information which meshbuffer got hit in collision tests. But has a slight speed cost.
Returns
The selector, or null if not successful. If you no longer need the selector, you should call ITriangleSelector::drop(). See IReferenceCounted::drop() for more information.

◆ createTriangleSelectorFromBoundingBox()

virtual ITriangleSelector * dcpp::scene::ISceneManager::createTriangleSelectorFromBoundingBox ( ISceneNode node)
pure virtual

Creates a simple dynamic ITriangleSelector, based on a axis aligned bounding box.

Triangle selectors can be used for doing collision detection. Every time when triangles are queried, the triangle selector gets the bounding box of the scene node, an creates new triangles. In this way, it works good with animated scene nodes.

Parameters
nodeScene node of which the bounding box, visibility and transformation is used.
Returns
The selector, or null if not successful. If you no longer need the selector, you should call ITriangleSelector::drop(). See IReferenceCounted::drop() for more information.

◆ drawAll()

virtual void dcpp::scene::ISceneManager::drawAll ( )
pure virtual

Draws all the scene nodes.

This can only be invoked between IVideoDriver::beginScene() and IVideoDriver::endScene(). Please note that the scene is not only drawn when calling this, but also animated by existing scene node animators, culling of scene nodes is done, etc.

◆ getActiveCamera()

virtual ICameraSceneNode * dcpp::scene::ISceneManager::getActiveCamera ( ) const
pure virtual

Get the current active camera.

Returns
The active camera is returned. Note that this can be NULL, if there was no camera created yet. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getDefaultSceneNodeAnimatorFactory()

virtual ISceneNodeAnimatorFactory * dcpp::scene::ISceneManager::getDefaultSceneNodeAnimatorFactory ( )
pure virtual

Get the default scene node animator factory which can create all built-in scene node animators.

Returns
Pointer to the default scene node animator factory This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getDefaultSceneNodeFactory()

virtual ISceneNodeFactory * dcpp::scene::ISceneManager::getDefaultSceneNodeFactory ( )
pure virtual

Get the default scene node factory which can create all built in scene nodes.

Returns
Pointer to the default scene node factory This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getFileSystem()

virtual dcpp::io::IFileSystem * dcpp::scene::ISceneManager::getFileSystem ( )
pure virtual

Get the active FileSystem.

Returns
Pointer to the FileSystem This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getGeometryCreator()

virtual const IGeometryCreator * dcpp::scene::ISceneManager::getGeometryCreator ( void  ) const
pure virtual

Get an instance of a geometry creator.

The geometry creator provides some helper methods to create various types of basic geometry. This can be useful for custom scene nodes.

◆ getGUIEnvironment()

virtual dcpp::gui::IGUIEnvironment * dcpp::scene::ISceneManager::getGUIEnvironment ( )
pure virtual

Get the active GUIEnvironment.

Returns
Pointer to the GUIEnvironment This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getMesh() [1/2]

virtual IAnimatedMesh * dcpp::scene::ISceneManager::getMesh ( const dcpp::io::path filename,
const dcpp::io::path alternativeCacheName = dcpp::io::path("") 
)
pure virtual

Get pointer to an animateable mesh. Loads the file if not loaded already.

If you want to remove a loaded mesh from the cache again, use removeMesh(). Currently there are the following mesh formats supported:

Format Description
3D Studio (.3ds) Loader for 3D-Studio files which lots of 3D packages are able to export. Only static meshes are currently supported by this importer.
3D World Studio (.smf) Loader for Leadwerks SMF mesh files, a simple mesh format containing static geometry for games. The proprietary .STF texture format is not supported yet. This loader was originally written by Joseph Ellis.
Bliz Basic B3D (.b3d) Loader for blitz basic files, developed by Mark Sibly. This is the ideal animated mesh format for game characters as it is both rigidly defined and widely supported by modeling and animation software. As this format supports skeletal animations, an ISkinnedMesh will be returned by this importer.
Cartography shop 4 (.csm) Cartography Shop is a modeling program for creating architecture and calculating lighting. Duckcpp can directly import .csm files thanks to the IrrCSM library created by Saurav Mohapatra which is now integrated directly in Duckcpp.
COLLADA (.dae, .xml)

COLLADA is an open Digital Asset Exchange Schema for the interactive 3D industry. There are exporters and importers for this format available for most of the big 3d packagesat http://collada.org. Irrlicht can import COLLADA files by using the ISceneManager::getMesh() method. COLLADA files need not contain only one single mesh but multiple meshes and a whole scene setup with lights, cameras and mesh instances, this loader can set up a scene as described by the COLLADA file instead of loading and returning one single mesh. By default, this loader behaves like the other loaders and does not create instances, but it can be switched into this mode by using SceneManager->getParameters()->setAttribute(COLLADA_CREATE_SCENE_INSTANCES, true); Created scene nodes will be named as the names of the nodes in the COLLADA file. The returned mesh is just a dummy object in this mode. Meshes included in the scene will be added into the scene manager with the following naming scheme: "path/to/file/file.dea#meshname". The loading of such meshes is logged. Currently, this loader is able to

   create meshes (made of only polygons), lights, and
   cameras. Materials and animations are currently not
   supported but this will change with future releases.
Delgine DeleD (.dmf) DeleD (delgine.com) is a 3D editor and level-editor combined into one and is specifically designed for 3D game-development. With this loader, it is possible to directly load all geometry is as well as textures and lightmaps from .dmf files. To set texture and material paths, see dcpp::scene::DMF_USE_MATERIALS_DIRS. It is also possible to flip the alpha texture by setting dcpp::scene::DMF_FLIP_ALPHA_TEXTURES to true and to set the material transparent reference value by setting dcpp::scene::DMF_ALPHA_CHANNEL_REF to a float between 0 and
  1. The loader is based on Salvatore Russo's .dmf loader, I just changed some parts of it. Thanks to Salvatore for his work and for allowing me to use his code in Irrlicht and put it under Irrlicht's license. For newer and more enhanced versions of the loader, take a look at delgine.com.
DirectX (.x) Platform independent importer (so not D3D-only) for .x files. Most 3D packages can export these natively and there are several tools for them available, e.g. the Maya exporter included in the DX SDK. .x files can include skeletal animations and Duckcpp is able to play and display them, users can manipulate the joints via the ISkinnedMesh interface. Currently, Duckcpp only supports uncompressed .x files.
Half-Life model (.mdl) This loader opens Half-life 1 models, it was contributed by Fabio Concas and adapted by Thomas Alten.
Irrlicht Mesh (.irrMesh) This is a static mesh format written in XML, native to Irrlicht and written by the irr mesh writer. This format is exported by the CopperCube engine's lightmapper.
LightWave (.lwo) Native to NewTek's LightWave 3D, the LWO format is well known and supported by many exporters. This loader will import LWO2 models including lightmaps, bumpmaps and reflection textures.
Maya (.obj) Most 3D software can create .obj files which contain static geometry without material data. The material files .mtl are also supported. This importer for Duckcpp can load them directly.
Milkshape (.ms3d) .MS3D files contain models and sometimes skeletal animations from the Milkshape 3D modeling and animation software. Like the other skeletal mesh loaders, joints are exposed via the ISkinnedMesh animated mesh type.
My3D (.my3d) .my3D is a flexible 3D file format. The My3DTools contains plug-ins to export .my3D files from several 3D packages. With this built-in importer, Duckcpp can read and display those files directly. This loader was written by Zhuck Dimitry who also created the whole My3DTools package.
OCT (.oct) The oct file format contains 3D geometry and lightmaps and can be loaded directly by Duckcpp. OCT files
can be created by FSRad, Paul Nette's radiosity processor or exported from Blender using OCTTools which can be found in the exporters/OCTTools directory of the SDK. Thanks to Murphy McCauley for creating all this.
OGRE Meshes (.mesh) Ogre .mesh files contain 3D data for the OGRE 3D engine. Duckcpp can read and display them directly with this importer. To define materials for the mesh, copy a .material file named like the corresponding .mesh file where the .mesh file is. (For example ogrehead.material for ogrehead.mesh). Thanks to Christian Stehno who wrote and contributed this loader.
Pulsar LMTools (.lmts) LMTools is a set of tools (Windows & Linux) for creating lightmaps. Duckcpp can directly read .lmts files thanks to
the importer created by Jonas Petersen. Notes for
this version of the loader:
  • It does not recognize/support user data in the *.lmts files.
  • The TGAs generated by LMTools don't work in Duckcpp for some reason (the textures are upside down). Opening and resaving them in a graphics app will solve the problem.
Quake 3 levels (.bsp) Quake 3 is a popular game by IDSoftware, and .pk3 files contain .bsp files and textures/lightmaps describing huge prelighted levels. Irrlicht can read .pk3 and .bsp files directly and thus render Quake 3 levels directly. Written by Nikolaus Gebhardt enhanced by Dean P. Macri with the curved surfaces feature.
Quake 2 models (.md2) Quake 2 models are characters with morph target animation. Duckcpp can read, display and animate them directly with this importer.
Quake 3 models (.md3) Quake 3 models are characters with morph target animation, they contain mount points for weapons and body parts and are typically made of several sections which are manually joined together.
Stanford Triangle (.ply) Invented by Stanford University and known as the native format of the infamous "Stanford Bunny" model, this is a popular static mesh format used by 3D scanning hardware and software. This loader supports extremely large models in both ASCII and binary format, but only has rudimentary material support in the form of vertex colors and texture coordinates.
Stereolithography (.stl) The STL format is used for rapid prototyping and computer-aided manufacturing, thus has no support for materials.

To load and display a mesh quickly, just do this:

SceneManager->addAnimatedMeshSceneNode(
SceneManager->getMesh("yourmesh.3ds"));

If you would like to implement and add your own file format loader to Duckcpp, see addExternalMeshLoader().

Parameters
filenameFilename of the mesh to load.
alternativeCacheNameIn case you want to have the mesh under another name in the cache (to create real copies)
Returns
Null if failed, otherwise pointer to the mesh. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getMesh() [2/2]

virtual IAnimatedMesh * dcpp::scene::ISceneManager::getMesh ( dcpp::io::IReadFile file)
pure virtual

Get pointer to an animateable mesh. Loads the file if not loaded already.

Works just as getMesh(const char* filename). If you want to remove a loaded mesh from the cache again, use removeMesh().

Parameters
fileFile handle of the mesh to load.
Returns
NULL if failed and pointer to the mesh if successful. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getMeshCache()

virtual IMeshCache * dcpp::scene::ISceneManager::getMeshCache ( )
pure virtual

Get interface to the mesh cache which is shared between all existing scene managers.

With this interface, it is possible to manually add new loaded meshes (if ISceneManager::getMesh() is not sufficient), to remove them and to iterate through already loaded meshes.

◆ getMeshLoader()

virtual IMeshLoader * dcpp::scene::ISceneManager::getMeshLoader ( dcpp::uint32_kt  index) const
pure virtual

Retrieve the given mesh loader.

Parameters
indexThe index of the loader to retrieve. This parameter is an 0-based array index.
Returns
A pointer to the specified loader, 0 if the index is incorrect.

◆ getMeshManipulator()

virtual IMeshManipulator * dcpp::scene::ISceneManager::getMeshManipulator ( )
pure virtual

Get pointer to the mesh manipulator.

Returns
Pointer to the mesh manipulator This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getParameters()

virtual dcpp::io::IAttributes * dcpp::scene::ISceneManager::getParameters ( )
pure virtual

Get interface to the parameters set in this scene.

String parameters can be used by plugins and mesh loaders. See COLLADA_CREATE_SCENE_INSTANCES and DMF_USE_MATERIALS_DIRS

◆ getRootSceneNode()

virtual ISceneNode * dcpp::scene::ISceneManager::getRootSceneNode ( )
pure virtual

Gets the root scene node.

This is the scene node which is parent of all scene nodes. The root scene node is a special scene node which only exists to manage all scene nodes. It will not be rendered and cannot be removed from the scene.

Returns
Pointer to the root scene node. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getSceneCollisionManager()

virtual ISceneCollisionManager * dcpp::scene::ISceneManager::getSceneCollisionManager ( )
pure virtual

Get pointer to the scene collision manager.

Returns
Pointer to the collision manager This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getSceneLoader()

virtual ISceneLoader * dcpp::scene::ISceneManager::getSceneLoader ( dcpp::uint32_kt  index) const
pure virtual

Retrieve the given scene loader.

Parameters
indexThe index of the loader to retrieve. This parameter is an 0-based array index.
Returns
A pointer to the specified loader, 0 if the index is incorrect.

◆ getSceneNodeAnimatorFactory()

virtual ISceneNodeAnimatorFactory * dcpp::scene::ISceneManager::getSceneNodeAnimatorFactory ( dcpp::uint32_kt  index)
pure virtual

Get scene node animator factory by index.

Returns
Pointer to the requested scene node animator factory, or 0 if it does not exist. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getSceneNodeFactory()

virtual ISceneNodeFactory * dcpp::scene::ISceneManager::getSceneNodeFactory ( dcpp::uint32_kt  index)
pure virtual

Get a scene node factory by index.

Returns
Pointer to the requested scene node factory, or 0 if it does not exist. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getSceneNodeFromId()

virtual ISceneNode * dcpp::scene::ISceneManager::getSceneNodeFromId ( dcpp::int32_kt  id,
ISceneNode start = 0 
)
pure virtual

Get the first scene node with the specified id.

Parameters
idThe id to search for
startScene node to start from. All children of this scene node are searched. If null is specified, the root scene node is taken.
Returns
Pointer to the first scene node with this id, and null if no scene node could be found. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getSceneNodeFromName()

virtual ISceneNode * dcpp::scene::ISceneManager::getSceneNodeFromName ( const dcpp::char_kt name,
ISceneNode start = 0 
)
pure virtual

Get the first scene node with the specified name.

Parameters
nameThe name to search for
startScene node to start from. All children of this scene node are searched. If null is specified, the root scene node is taken.
Returns
Pointer to the first scene node with this id, and null if no scene node could be found. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getSceneNodeFromType()

virtual ISceneNode * dcpp::scene::ISceneManager::getSceneNodeFromType ( dcpp::scene::ESCENE_NODE_TYPE  type,
ISceneNode start = 0 
)
pure virtual

Get the first scene node with the specified type.

Parameters
typeThe type to search for
startScene node to start from. All children of this scene node are searched. If null is specified, the root scene node is taken.
Returns
Pointer to the first scene node with this type, and null if no scene node could be found. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ getSceneNodeRenderPass()

virtual E_SCENE_NODE_RENDER_PASS dcpp::scene::ISceneManager::getSceneNodeRenderPass ( ) const
pure virtual

Get current render pass.

All scene nodes are being rendered in a specific order. First lights, cameras, sky boxes, solid geometry, and then transparent stuff. During the rendering process, scene nodes may want to know what the scene manager is rendering currently, because for example they registered for rendering twice, once for transparent geometry and once for solid. When knowing what rendering pass currently is active they can render the correct part of their geometry.

◆ getSceneNodesFromType()

virtual void dcpp::scene::ISceneManager::getSceneNodesFromType ( ESCENE_NODE_TYPE  type,
dcpp::nub::array< dcpp::scene::ISceneNode * > &  outNodes,
ISceneNode start = 0 
)
pure virtual

Get scene nodes by type.

Parameters
typeType of scene node to find (ESNT_ANY will return all child nodes).
outNodesresults will be added to this array (outNodes is not cleared).
startScene node to start from. This node and all children of this scene node are checked (recursively, so also children of children, etc). If null is specified, the root scene node is taken as start-node.

◆ getVideoDriver()

virtual dcpp::video::IVideoDriver * dcpp::scene::ISceneManager::getVideoDriver ( )
pure virtual

Get the video driver.

Returns
Pointer to the video Driver. This pointer should not be dropped. See IReferenceCounted::drop() for more information.

◆ isCulled()

virtual bool dcpp::scene::ISceneManager::isCulled ( const ISceneNode node) const
pure virtual

Check if node is culled in current view frustum.

Please note that depending on the used culling method this check can be rather coarse, or slow. A positive result is correct, though, i.e. if this method returns true the node is positively not visible. The node might still be invisible even if this method returns false.

Parameters
nodeThe scene node which is checked for culling.
Returns
True if node is not visible in the current scene, else false.

◆ loadScene() [1/2]

virtual bool dcpp::scene::ISceneManager::loadScene ( const dcpp::io::path filename,
ISceneUserDataSerializer userDataSerializer = 0,
ISceneNode rootNode = 0 
)
pure virtual

Loads a scene. Note that the current scene is not cleared before.

The scene is usually loaded from an .irr file, an xml based format, but other scene formats can be added to the engine via ISceneManager::addExternalSceneLoader. .irr files can Be edited with the Irrlicht Engine Editor, irrEdit (http://www.ambiera.com/irredit/) or saved directly by the engine using ISceneManager::saveScene().

Parameters
filenameName of the file to load from.
userDataSerializerIf you want to load user data possibily saved in that file for some scene nodes in the file, implement the ISceneUserDataSerializer interface and provide it as parameter here. Otherwise, simply specify 0 as this parameter.
rootNodeNode which is taken as the root node of the scene. Pass 0 to add the scene directly to the scene manager (which is also the default).
Returns
True if successful.

◆ loadScene() [2/2]

virtual bool dcpp::scene::ISceneManager::loadScene ( dcpp::io::IReadFile file,
ISceneUserDataSerializer userDataSerializer = 0,
ISceneNode rootNode = 0 
)
pure virtual

Loads a scene. Note that the current scene is not cleared before.

The scene is usually loaded from an .irr file, an xml based format, but other scene formats can be added to the engine via ISceneManager::addExternalSceneLoader. .irr files can Be edited with the Irrlicht Engine Editor, irrEdit (http://www.ambiera.com/irredit/) or saved directly by the engine using ISceneManager::saveScene().

Parameters
fileFile where the scene is loaded from.
userDataSerializerIf you want to load user data saved in that file for some scene nodes in the file, implement the ISceneUserDataSerializer interface and provide it as parameter here. Otherwise, simply specify 0 as this parameter.
rootNodeNode which is taken as the root node of the scene. Pass 0 to add the scene directly to the scene manager (which is also the default).
Returns
True if successful.

◆ postEventFromUser()

virtual bool dcpp::scene::ISceneManager::postEventFromUser ( const SEvent event)
pure virtual

Posts an input event to the environment.

Usually you do not have to use this method, it is used by the internal engine.

◆ registerNodeForRendering()

virtual dcpp::uint32_kt dcpp::scene::ISceneManager::registerNodeForRendering ( ISceneNode node,
E_SCENE_NODE_RENDER_PASS  pass = ESNRP_AUTOMATIC 
)
pure virtual

Registers a node for rendering it at a specific time.

This method should only be used by SceneNodes when they get a ISceneNode::OnRegisterSceneNode() call.

Parameters
nodeNode to register for drawing. Usually scene nodes would set 'this' as parameter here because they want to be drawn.
passSpecifies when the node wants to be drawn in relation to the other nodes. For example, if the node is a shadow, it usually wants to be drawn after all other nodes and will use ESNRP_SHADOW for this. See dcpp::scene::E_SCENE_NODE_RENDER_PASS for details. Note: This is not a bitfield. If you want to register a note for several render passes, then call this function once for each pass.
Returns
scene will be rendered ( passed culling )

◆ registerSceneNodeAnimatorFactory()

virtual void dcpp::scene::ISceneManager::registerSceneNodeAnimatorFactory ( ISceneNodeAnimatorFactory factoryToAdd)
pure virtual

Adds a scene node animator factory to the scene manager.

Use this to extend the scene manager with new scene node animator types which it should be able to create automatically, for example when loading data from xml files.

◆ registerSceneNodeFactory()

virtual void dcpp::scene::ISceneManager::registerSceneNodeFactory ( ISceneNodeFactory factoryToAdd)
pure virtual

Adds a scene node factory to the scene manager.

Use this to extend the scene manager with new scene node types which it should be able to create automatically, for example when loading data from xml files.

◆ saveScene() [1/3]

virtual bool dcpp::scene::ISceneManager::saveScene ( const dcpp::io::path filename,
ISceneUserDataSerializer userDataSerializer = 0,
ISceneNode node = 0 
)
pure virtual

Saves the current scene into a file.

Scene nodes with the option isDebugObject set to true are not being saved. The scene is usually written to an .irr file, an xml based format. .irr files can Be edited with the Irrlicht Engine Editor, irrEdit (http://www.ambiera.com/irredit/). To load .irr files again, see ISceneManager::loadScene().

Parameters
filenameName of the file.
userDataSerializerIf you want to save some user data for every scene node into the file, implement the ISceneUserDataSerializer interface and provide it as parameter here. Otherwise, simply specify 0 as this parameter.
nodeNode which is taken as the top node of the scene. This node and all of its descendants are saved into the scene file. Pass 0 or the scene manager to save the full scene (which is also the default).
Returns
True if successful.

◆ saveScene() [2/3]

virtual bool dcpp::scene::ISceneManager::saveScene ( dcpp::io::IWriteFile file,
ISceneUserDataSerializer userDataSerializer = 0,
ISceneNode node = 0 
)
pure virtual

Saves the current scene into a file.

Scene nodes with the option isDebugObject set to true are not being saved. The scene is usually written to an .irr file, an xml based format. .irr files can Be edited with the Irrlicht Engine Editor, irrEdit (http://www.ambiera.com/irredit/). To load .irr files again, see ISceneManager::loadScene().

Parameters
fileFile where the scene is saved into.
userDataSerializerIf you want to save some user data for every scene node into the file, implement the ISceneUserDataSerializer interface and provide it as parameter here. Otherwise, simply specify 0 as this parameter.
nodeNode which is taken as the top node of the scene. This node and all of its descendants are saved into the scene file. Pass 0 or the scene manager to save the full scene (which is also the default).
Returns
True if successful.

◆ saveScene() [3/3]

virtual bool dcpp::scene::ISceneManager::saveScene ( dcpp::io::IXMLWriter writer,
const dcpp::io::path currentPath,
ISceneUserDataSerializer userDataSerializer = 0,
ISceneNode node = 0 
)
pure virtual

Saves the current scene into a file.

Scene nodes with the option isDebugObject set to true are not being saved. The scene is usually written to an .irr file, an xml based format. .irr files can Be edited with the Irrlicht Engine Editor, irrEdit (http://www.ambiera.com/irredit/). To load .irr files again, see ISceneManager::loadScene().

Parameters
writerXMLWriter with which the scene is saved.
currentPathPath which is used for relative file names. Usually the directory of the file written into.
userDataSerializerIf you want to save some user data for every scene node into the file, implement the ISceneUserDataSerializer interface and provide it as parameter here. Otherwise, simply specify 0 as this parameter.
nodeNode which is taken as the top node of the scene. This node and all of its descendants are saved into the scene file. Pass 0 or the scene manager to save the full scene (which is also the default).
Returns
True if successful.

◆ setActiveCamera()

virtual void dcpp::scene::ISceneManager::setActiveCamera ( ICameraSceneNode camera)
pure virtual

Sets the currently active camera.

The previous active camera will be deactivated.

Parameters
cameraThe new camera which should be active.

◆ setLightManager()

virtual void dcpp::scene::ISceneManager::setLightManager ( ILightManager lightManager)
pure virtual

Register a custom callbacks manager which gets callbacks during scene rendering.

Parameters
[in]lightManagerthe new callbacks manager. You may pass 0 to remove the current callbacks manager and restore the default behavior.

The documentation for this class was generated from the following file:

Duckcpp    @cppfx.xyz