UNPKG

react-three

Version:

Construct three.js scenes using React

10 lines (6 loc) 177 B
import * as THREE from 'three'; export default { X_AXIS: new THREE.Vector3(1,0,0), Y_AXIS: new THREE.Vector3(0,1,0), Z_AXIS: new THREE.Vector3(0,0,1) };