View on GitHub

3DreamEngine

3DreamEngine is an *awesome* 3d engine for LÖVE.

Bone

Extends Clonable, IsNamed

Constructors

Bone:newBone(id, transform)

Creates a new bone with given initial transform

Arguments

id (string)

transform (Mat4)

Returns

(Bone)


Fields

transform (Mat4)

children (<string, Bone>)