Showing results for

scene graph

on docs.panda3d.org
docs.panda3d.org › 1.10 › python › programming
Orthographic Lenses — Panda3D Manual
...In
fact, the default camera created for the render2d scene graph, which is used
to draw all of the onscreen GUI elements in Panda...
docs.panda3d.org › 1.10 › python › reference
panda3d.physics — Panda3D Manual
...which particles are generated
ForceNode
A force that lives in the scene graph and is therefore subject to local coordinate systems.
GeomParticleRenderer
LineEmitter
docs.panda3d.org › 1.10 › cpp › programming
Orthographic Lenses — Panda3D Manual
...In
fact, the default camera created for the render2d scene graph, which is used
to draw all of the onscreen GUI elements in Panda...
docs.panda3d.org › 1.10 › python › reference
GraphicsThreadingModel — Panda3D Manual
...It simplifies the cull process but it forces the scene to render in scene graph order; state sorting and alpha sorting is lost.
- assign...
docs.panda3d.org › 1.10 › python › reference
direct.showutil.Rope — Panda3D Manual
...For each control vertex, the NodePath may refer to an arbitrary node in the scene graph, indicating the point should be interpreted in the...
docs.panda3d.org › 1.10 › cpp › reference
AttribNodeRegistry — Panda3D Manual
AttribNodeRegistryï
-
class AttribNodeRegistryï
This global object records
NodePaths
docs.panda3d.org › 1.10 › cpp › reference
CollisionNode — Panda3D Manual
...PandaNode
A node in the scene graph that can hold any number of
CollisionSolids
. This may either represent a bit of static geometry in...
docs.panda3d.org › 1.10 › python › reference
CardMaker — Panda3D Manual
...in the 2-d scene graph.
Inheritance diagram
- __init__(name: str)
- clearColor()ï
Unsets the color of the card.
docs.panda3d.org › 1.10 › python › programming
Clip Planes — Panda3D Manual
...as a clip plane, we need to place it in the scene graph.
This is done by creating a PlaneNode
:
plane = Plane(0, 0...
docs.panda3d.org › 1.10 › python › reference
RenderAttrib — Panda3D Manual
...TypedWritableReferenceCount
This is the base class for a number of render attributes (other than transform) that may be set on scene graph nodes to...