UNPKG

@react-three/drei

Version:

useful add-ons for react-three-fiber

8 lines (7 loc) 310 B
import * as React from 'react'; import * as THREE from 'three'; export declare const calculateOffset: (clickPoint: THREE.Vector3, normal: THREE.Vector3, rayStart: THREE.Vector3, rayDir: THREE.Vector3) => number; export declare const AxisArrow: React.FC<{ direction: THREE.Vector3; axis: 0 | 1 | 2; }>;