Transform2SG

from panda3d.core import Transform2SG
class Transform2SG

Bases:

Bases: DataNode

input: Transform (matrix)

output: none, but applies the matrix as the transform transition for a given arc of the scene graph.

Inheritance diagram

Inheritance diagram of Transform2SG

__init__(param0: Transform2SG)
__init__(name: str)
static getClassType() TypeHandle
getNode() PandaNode

Returns the node that this object will adjust, or NULL if the node has not yet been set.

setNode(node: PandaNode)

Sets the node that this object will adjust.