Skip to content

Instantly share code, notes, and snippets.

View GreyWorks's full-sized avatar

Michael Grau GreyWorks

View GitHub Profile
@GreyWorks
GreyWorks / BabylonArcRotateCameraSlideInput.ts
Last active June 13, 2019 12:55
Babylon Arc Rotate Camera Slide Input
import { Nullable } from '@babylonjs/core/types';
import { CameraInputTypes } from '@babylonjs/core/Cameras/cameraInputsManager';
import { ArcRotateCameraPointersInput } from '@babylonjs/core/Cameras';
interface PointerTouch {
/**
* X coordinate of touch.
*/
x: number;
/**