axis(...)
axis(val:number[]) : this;
Sets the axis to billboard around.
Default value: [0, 0, 0]
Parameters
Parameter | Type | Description |
---|---|---|
val | array | The value to set the axis to, in the following form: [x, y, z] . A value of [0, 0, 0] results in billboarding around all axes. |
Returns
this