Showing results for

scene graph

on docs.panda3d.org
docs.panda3d.org › 1.10 › cpp › programming
Bullet Softbody Rope — Panda3D Manual
...We only need to wrap the Geom
in a GeomNode
, and insert
it into the scene graph. Since we want the visualisation of the...
docs.panda3d.org › 1.10 › python › reference
BaseParticleRenderer — Panda3D Manual
...scale might be inherited from above the render node in the scene graph.
This flag is mainly useful to support legacy code that was...
docs.panda3d.org › 1.10 › python › reference
OccluderNode — Panda3D Manual
...PandaNode
A node in the scene graph that can hold an occluder polygon, which must be a rectangle. When the occluder is activated with...
docs.panda3d.org › 1.10 › cpp › programming
Render Attributes — Panda3D Manual
...Propagation of Attributesï
Attributes can be stored on any node of the scene graph; setting an attribute on a node automatically applies it to...
docs.panda3d.org › 1.10 › python › programming
Render Attributes — Panda3D Manual
...Propagation of Attributesï
Attributes can be stored on any node of the scene graph; setting an attribute on a node automatically applies it to...
docs.panda3d.org › 1.10 › cpp › reference
AudioVolumeAttrib — Panda3D Manual
...RenderAttrib
Applies a scale to audio volume for positional sounds in the scene graph.
Inheritance diagram
-
static int get_class_slot(void)ï
docs.panda3d.org › 1.10 › python › reference
CullTraverser — Panda3D Manual
...TypedReferenceCount
This object performs a depth-first traversal of the scene graph, with optional view-frustum culling, collecting CullState and searching for
GeomNodes
. Each...
docs.panda3d.org › 1.10 › python › reference
direct.gui.OnscreenImage — Panda3D Manual
...from string or a
NodePath
, put it into the 2-D scene graph and set it up with all the indicated parameters.- Parameters
image...
docs.panda3d.org › 1.10 › python › reference
direct.interval.ParticleInterval — Panda3D Manual
...â this is where the effect will be parented in the scene graph
worldRelative (bool) â this will override ârenderParentâ with render
renderParent (NodePath...
docs.panda3d.org › 1.10 › python › reference
direct.showbase.ShowBase — Panda3D Manual
...DirectObject
- __init__(self, fStartDirect=True, windowType=None)[source]ï
Opens a window, sets up a 3-D and several 2-D scene graphs, and...