Function: defaultForward()
function defaultForward(rightHanded?: boolean): Vec3Tuple;
Defined in: babylon-interactions/src/babylon-types.ts:249
The world-space forward axis for a scene: +Z in Babylon's default
left-handed system, the opposite of three.js and of a raw WebXR target
ray, and -Z when the scene sets useRightHandedSystem.
Parameters
| Parameter | Type | Default value |
|---|---|---|
rightHanded | boolean | false |
Returns
Vec3Tuple