Showing results for

scene graph

on docs.panda3d.org
docs.panda3d.org › 1.10 › python › reference
RenderEffect — Panda3D Manual
...TypedWritableReferenceCount
This is the base class for a number of special render effects that may be set on scene graph nodes to change the...
docs.panda3d.org › 1.10 › cpp › reference
AmbientLight — Panda3D Manual
...This kind of light need not actually be part of the scene graph, since it has no meaningful position.
Inheritance diagram
-
explicit AmbientLight(std...
docs.panda3d.org › 1.10 › python › reference
API Reference — 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 › programming
Common State Changes — Panda3D Manual
...myNodePath.place()
Changing the Parentï
One of the most fundamental scene graph manipulations is changing a nodeâs parent. You need to do this at...
docs.panda3d.org › 1.10 › cpp › programming
Low-Level Render to Texture — Panda3D Manual
...The new hidden window is not automatically connected to the scene graph. In this example, we create a separate scene graph rooted at myscene...
docs.panda3d.org › 1.10 › python › programming
Low-Level Render to Texture — Panda3D Manual
...The new hidden window is not automatically connected to the scene graph. In this example, we create a separate scene graph rooted at myscene...
docs.panda3d.org › 1.10 › python › reference
JointVertexTransform — Panda3D Manual
...The geometry itself should be parented to the scene graph at the level of the characterâs root joint; that is, it should not be...
docs.panda3d.org › 1.10 › python › reference
PartBundleHandle — Panda3D Manual
...Its purpose is to hold the actualPartBundle
pointer contained within thePartBundleNode
, so that scene graph flatten operations can safely combine or duplicatePartBundles
as necessary...
docs.panda3d.org › 1.10 › python › programming
Lighting — Panda3D Manual
...Each of these is a node that should be attached
somewhere within the scene graph. Like anything you put into the scene, lights
have...
docs.panda3d.org › 1.10 › python › reference
direct.tkwidgets — Panda3D Manual
...direct.tkwidgets.SceneGraphExplorer
This module defines a widget used to display a graphical overview of the scene graph using the tkinter GUI system.
direct...