Versions in this module Expand all Collapse all v0 v0.1.0 Mar 14, 2019 Changes in this version + type OrbitControl struct + EnableKeys bool + EnablePan bool + EnableRotate bool + EnableZoom bool + Enabled bool + KeyPanSpeed float32 + KeyRotateSpeed float32 + MaxAzimuthAngle float32 + MaxDistance float32 + MaxPolarAngle float32 + MinAzimuthAngle float32 + MinDistance float32 + MinPolarAngle float32 + RotateSpeed float32 + ZoomSpeed float32 + func NewOrbitControl(icam camera.ICamera, win window.IWindow) *OrbitControl + func (oc *OrbitControl) Dispose() + func (oc *OrbitControl) Pan(deltaX, deltaY float32) + func (oc *OrbitControl) Reset() + func (oc *OrbitControl) RotateLeft(angle float32) + func (oc *OrbitControl) RotateUp(angle float32) + func (oc *OrbitControl) Zoom(delta float32)