Type Alias ArcballControlsParams
ArcballControlsParams: { camera: Camera; distance?: number; eventSource: HTMLElement; frictionCoefficient?: number; rotationSpeed?: number; zoomSpeed?: number;} Type declaration
Optional
distance?: number
eventSource: HTMLElement
Optional
frictionCoefficient?: number
Optional
rotationSpeed?: number
Optional
zoomSpeed?: number