Showing results for

scene graph

on docs.panda3d.org
docs.panda3d.org › 1.10 › cpp › programming
GUI — Panda3D Manual
GUIï
The 2D Scene Graphsï
By default, there are two different scene graphs created automatically when you start up Panda3D. These graphs are referred...
docs.panda3d.org › 1.10 › python › reference
direct — Panda3D Manual
...direct.directtools
This package contains the DIRECT tools, a set of tkinter tools for exploring and manipulating the Panda3D scene graph. By default, these...
docs.panda3d.org › 1.10 › python › reference
SceneGraphReducer — Panda3D Manual
...int)
Walks the scene graph, accumulating attribs of the indicated types, applying them to the vertices, and removing them from the scene graph. This...
docs.panda3d.org › 1.10 › python › programming
GUI — Panda3D Manual
GUIï
The 2D Scene Graphsï
By default, there are two different scene graphs created automatically when you start up Panda3D. These graphs are referred...
docs.panda3d.org › 1.10 › python › reference
direct.directbase — Panda3D Manual
...Merely importing
one of these modules will create a ShowBase
instance, opening
a graphical window and setting up the scene graph.
The most commonly...
docs.panda3d.org › 1.10 › python › reference
EggBin — Panda3D Manual
...from an egg file, but can only exist in the egg scene graph if it is created via the use of an
EggBinMaker
.Inheritance...
docs.panda3d.org › 1.10 › python › reference
direct.showbase.DistancePhasedNode — Panda3D Manual
...PhasedObject
,DirectObject
,NodePath
This class defines a PhasedObject,NodePath object that will handle the phasing of an object in the scene graph according to...
docs.panda3d.org › 1.10 › cpp › programming
Common State Changes — Panda3D Manual
...myNodePath.look_at(otherObject);
Changing the Parentï
One of the most fundamental scene graph manipulations is changing a nodeâs parent. You need to do this...
docs.panda3d.org › 1.10 › python › reference
ForceNode — Panda3D Manual
...PandaNode
A force that lives in the scene graph and is therefore subject to local coordinate systems. An example of this would be simulating...
docs.panda3d.org › 1.10 › python › reference
GeomNode — Panda3D Manual
...This is the primary kind of leaf node in the scene graph; almost all visible objects will be contained in a GeomNode somewhere.
Inheritance...