Showing results for

scene graph

on docs.panda3d.org
docs.panda3d.org › 1.10 › python › programming
Cg Shader Tutorial — Panda3D Manual
...You should also have a good understanding of how the scene graph works. If youâre interested in writing a shadow mapping shader, it helps...
docs.panda3d.org › 1.10 › cpp › programming
Cg Shader Tutorial — Panda3D Manual
...You should also have a good understanding of how the scene graph works. If youâre interested in writing a shadow mapping shader, it helps...
docs.panda3d.org › 1.10 › python › programming
Manipulating a Piece of a Model — Panda3D Manual
Manipulating a Piece of a Modelï
Every model, when loaded, becomes a ModelNode
in the scene graph.
Beneath the ModelNode
are one or more...
docs.panda3d.org › 1.10 › cpp › programming
Manipulating a Piece of a Model — Panda3D Manual
Manipulating a Piece of a Modelï
Every model, when loaded, becomes a ModelNode
in the scene graph.
Beneath the ModelNode
are one or more...
docs.panda3d.org › 1.10 › python › programming
Programming with Panda3D — Panda3D Manual
...In time, though, you will need to supplement the knowledge provided by this manual by studying the Reference Section.
- The Scene Graph
- Animated Models...
docs.panda3d.org › 1.10 › cpp › programming
Programming with Panda3D — Panda3D Manual
...In time, though, you will need to supplement the knowledge provided by this manual by studying the Reference Section.
- The Scene Graph
- Animated Models...
docs.panda3d.org › 1.10 › cpp › reference
ColorScaleAttrib — Panda3D Manual
...RenderAttrib
Applies a scale to colors in the scene graph and on vertices.
Inheritance diagram
-
static int get_class_slot(void)ï
docs.panda3d.org › 1.10 › cpp › optimization
Too Many Meshes — Panda3D Manual
...Independently Moving Objectsï
Flattening a node will cause that scene graph to become one static unit. This means that you will no longer be...
docs.panda3d.org › 1.10 › python › optimization
Too Many Meshes — Panda3D Manual
...Independently Moving Objectsï
Flattening a node will cause that scene graph to become one static unit. This means that you will no longer be...
docs.panda3d.org › 1.10 › python › 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...