Showing results for

scene graph

on docs.panda3d.org
docs.panda3d.org › 1.10 › cpp › 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...
docs.panda3d.org › 1.10 › python › reference
PartBundleNode — Panda3D Manual
...LikeAnimBundleNode
, it exists to make it easy to storePartBundles
in the scene graph.(Unlike
AnimBundleNode
, however, PartBundleNode has an additional function: it is also...
docs.panda3d.org › 1.10 › python › reference
RescaleNormalAttrib — Panda3D Manual
...RescaleNormalAttrib
object thatâs suitable for putting at the top of a scene graph. This will contain whatever attrib was suggested by the userâs rescale...
docs.panda3d.org › 1.10 › python › reference
Fog — Panda3D Manual
...This is done by specifying 3-d onset and opaque points, and parenting the Fog object somewhere within the scene graph. In this mode...
docs.panda3d.org › 1.10 › python › debugging
Utility Functions — Panda3D Manual
...The explore()
opens the scene graph
explorer, which allows you to inspect the hierarchy of a NodePath. Finally, in
order to change the color...
docs.panda3d.org › 1.10 › cpp › debugging
Utility Functions — Panda3D Manual
...The explore()
opens the scene graph
explorer, which allows you to inspect the hierarchy of a NodePath. Finally, in
order to change the color...
docs.panda3d.org › 1.10 › python › reference
EggFilenameNode — Panda3D Manual
...that are generated in-memory and then immediately converted to a scene graph.
- setFilename(filename: panda3d.core.Filename)ï
- setFullpath(fullpath: panda3d.core.Filename...
docs.panda3d.org › 1.10 › python › reference
TextGraphic — Panda3D Manual
...When this is true, the graphic is directly instanced to the scene graph whenever it appears; when it is false, the graphic is copied...
docs.panda3d.org › 1.10 › python › optimization
Too Many Text Updates — Panda3D Manual
...slower, since you will be dealing with more meshes in
your scene graph.
If you have a lot of different glyphs, Panda may spend...
docs.panda3d.org › 1.10 › cpp › optimization
Too Many Text Updates — Panda3D Manual
...slower, since you will be dealing with more meshes in
your scene graph.
If you have a lot of different glyphs, Panda may spend...