Showing results for

scene graph

on docs.panda3d.org
docs.panda3d.org › 1.10 › cpp › programming
The 2D Display Region — Panda3D Manual
...This probably doesnât matter too much since we expect that everything we parent to this scene graph will have a Y value of 0...
docs.panda3d.org › 1.10 › cpp › programming
Model Files — Panda3D Manual
...The default 3D scene graph is called render
, and this is how to
reparent the model to this scene graph:
myModel.reparent_to(window->get_render...
docs.panda3d.org › 1.10 › python › programming
Model Files — Panda3D Manual
...The default 3D scene graph is called render
, and this is how to
reparent the model to this scene graph:
myModel.reparentTo(render)
It...
docs.panda3d.org › 1.10 › python › reference
direct.distributed.DistributedObjectBase — Panda3D Manual
...For example, we may want to scene graph reparent the child to some subnode we own.
- handleChildArriveZone(self, childObj, zoneId)[source]ï
A child...
docs.panda3d.org › 1.10 › cpp › programming
Multi-Pass Rendering — Panda3D Manual
...However, this method assumes you have two independent scene graphs. If you use this method to render the same scene graph, it is only...
docs.panda3d.org › 1.10 › cpp › reference
BamFile — Panda3D Manual
...See also
BamReader
andBamWriter
, the more general implementation of this class.Bam files are most often used to store scene graphs or subgraphs, and...
docs.panda3d.org › 1.10 › python › programming
Multi-Pass Rendering — Panda3D Manual
...However, this method assumes you have two independent scene graphs. If you use this method to render the same scene graph, it is only...
docs.panda3d.org › 1.10 › python › reference
CullTraverserData — Panda3D Manual
...This collects together the pieces of data that are accumulated for each node while walking the scene graph during the cull traversal.
Having this...
docs.panda3d.org › 1.10 › cpp › programming
Depth Test and Depth Write — Panda3D Manual
Depth Test and Depth Writeï
Enabling or Disabling the Depth Bufferï
By default, Panda3D renders the render scene graph with Z-buffering enabled. This...
docs.panda3d.org › 1.10 › python › programming
Depth Test and Depth Write — Panda3D Manual
Depth Test and Depth Writeï
Enabling or Disabling the Depth Bufferï
By default, Panda3D renders the render scene graph with Z-buffering enabled. This...