NodeAnimation

Qualified name: algan.mobs.three\_d\_models.scene\_data.NodeAnimation

class NodeAnimation(node_name='', position_times=None, positions=None, rotation_times=None, rotations=None, scaling_times=None, scalings=None)[source]

Bases: object

Keyframed local transform track for a single node (rigid / node animation, and the per-bone tracks skeletal animation reads). Times are in seconds; each channel may key independently.

Methods

Attributes

node_name

position_times

positions

rotation_times

rotations

scaling_times

scalings

Parameters:
  • node_name (str)

  • position_times (Tensor | None)

  • positions (Tensor | None)

  • rotation_times (Tensor | None)

  • rotations (Tensor | None)

  • scaling_times (Tensor | None)

  • scalings (Tensor | None)