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 get_class_type() TypeHandle
get_node() PandaNode

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

set_node(node: PandaNode)

Sets the node that this object will adjust.