Class CBone

default Bone data container

Hierarchy

  • CBone

Implements

Constructors

Properties

AdditionalNodes: CAdditionalNode[]
Description: string
Geometry?: string
Material?: string
PosX: number
PosY: number
PosZ: number
RotX: number
RotY: number
RotZ: number
ScaleX: number
ScaleY: number
ScaleZ: number
Tail: number
TailAxis: string
TailX: number
TailY: number
TailZ: number

Methods

  • Builds given bone: (path) - HeadNode - Head + x-rotation + position (path).e1 - YRotNode - y-rotation (path).e1.e1 - ZRotNode - z-rotation (+ geometry) (path).e1.e1.e1 - TailNode - Tail

    Returns

    The path count after pushing the bone into the response

    Parameters

    • bone: IBone

      The bone to build

    • path: string

      The current path

    • pathCount: number

      Current path count

    • response: EvalResponse

      The initialized response where this functions pushes the bones into

    Returns number

Generated using TypeDoc