Note: Because BabylonJS is using a left handed coordinate sytem we have to invert z-axis. That means the meaning of NZ and PZ is inverted.

Hierarchy

Constructors

Properties

eventStarted: ListenableEvent<void, Tool> = ...
eventStopped: ListenableEvent<void, Tool> = ...

Methods

  • Should return true if the tool is running. False should be returned after a call to stop() or if the tool is finished with its operations.

    Returns boolean

  • Starts the tool. Returns false if the start was canceled/aborted.

    Parameters

    • pParameter: unknown

    Returns boolean

  • Parameters

    • pPos: Vector3
    • pView: View

    Returns Vector3

Generated using TypeDoc