Showing results for

scene graph

on docs.panda3d.org
docs.panda3d.org › 1.10 › python › programming
Multithreaded Render Pipeline — Panda3D Manual
...This phase includes all processing of the scene graph needed to identify the objects that are going to be rendered this frame and their...
docs.panda3d.org › 1.10 › cpp › programming
Multithreaded Render Pipeline — Panda3D Manual
...This phase includes all processing of the scene graph needed to identify the objects that are going to be rendered this frame and their...
docs.panda3d.org › 1.10 › cpp › programming
Lighting — Panda3D Manual
...Each of these is a node that should be attached
somewhere within the scene graph. Like anything you put into the scene, lights
have...
docs.panda3d.org › 1.10 › python › reference
LoaderFileType — Panda3D Manual
...TypedObject
This is the base class for a family of scene-graph file types that the Loader supports. Each kind of loader thatâs available...
docs.panda3d.org › 1.10 › python › reference
direct.directbase.DirectStart — Panda3D Manual
...Doing so opens a graphical window, sets up the
scene graph, and many other subsystems of Panda3D.
This example demonstrates its use:
import direct...
docs.panda3d.org › 1.10 › python › programming
Subclassing — Panda3D Manual
...In the context of Panda, if you create an instance of a new ânodeâ class and store it in the scene graph, you are...
docs.panda3d.org › 1.10 › cpp › programming
Subclassing — Panda3D Manual
...In the context of Panda, if you create an instance of a new ânodeâ class and store it in the scene graph, you are...
docs.panda3d.org › 1.10 › cpp › programming
Collision Traversers — Panda3D Manual
...On the other hand, every object that you put in the scene graph, whether it is added to a CollisionTraverser or not, is automatically...
docs.panda3d.org › 1.10 › python › programming
Collision Traversers — Panda3D Manual
...On the other hand, every object that you put in the scene graph, whether it is added to a CollisionTraverser or not, is automatically...
docs.panda3d.org › 1.10 › python › programming
Particle Renderers — Panda3D Manual
Particle Renderers
Particle renderers add particles to the visible scene graph according to the
information stored in the particle objects and the type of...