Showing results for

scene graph

on docs.panda3d.org
docs.panda3d.org › 1.10 › cpp › reference
CallbackNode — Panda3D Manual
...data to examine the current node and its place within the scene graph. The callback replaces the normal cull behavior, so if your callback...
docs.panda3d.org › 1.10 › python › optimization
Basic Performance Diagnostics — Panda3D Manual
...frame-rate-meter-milliseconds true
The Scene Graph Analyzerï
To inspect the complexity of a scene or object, the NodePath.analyze()
method is extremely...
docs.panda3d.org › 1.10 › python › reference
Trackball — Panda3D Manual
...ï
Returns the actual transform that will be applied to the scene graph. This is the same as
getMat()
, unless invert is in effect...
docs.panda3d.org › 1.10 › python › programming
Portal Culling — Panda3D Manual
...How are Cells and Portals handled in Panda3D?ï
Cells in Panda3D are just NodePaths parented under the top level of the scene graph...
docs.panda3d.org › 1.10 › cpp › programming
Portal Culling — Panda3D Manual
...How are Cells and Portals handled in Panda3D?ï
Cells in Panda3D are just NodePaths parented under the top level of the scene graph...
docs.panda3d.org › 1.10 › python › reference
AttribNodeRegistry — Panda3D Manual
...This global object records
NodePaths
that are referenced by scene graph attribs, such asClipPlaneAttribs
andLightAttribs
.Its primary purpose is to unify attribs that are...
docs.panda3d.org › 1.10 › python › reference
GeomEnums — Panda3D Manual
...This is the most common case, since typically vertex data is not directly animated (this is not related to scene graph animation, e.g...
docs.panda3d.org › 1.10 › cpp › optimization
Basic Performance Diagnostics — Panda3D Manual
...frame-rate-meter-milliseconds true
The Scene Graph Analyzerï
To inspect the complexity of a scene or object, the NodePath.analyze()
method is extremely...
docs.panda3d.org › 1.10 › python › reference
Light — Panda3D Manual
...The actual light objects also inherit from
PandaNode
, and can therefore be added to the scene graph at some arbitrary point to define the...
docs.panda3d.org › 1.10 › python › reference
PNMTextMaker — Panda3D Manual
...It is different from the TextNode/DynamicTextFont interface, which use the Freetype library to generate text in the scene graph, to be rendered onscreen...