mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 02:13:58 +01:00
6 lines
199 B
JavaScript
6 lines
199 B
JavaScript
import THREE from '../../lib/three/three'
|
|
window.THREE = THREE;
|
|
require('../../lib/three/TrackballControls');
|
|
require('../../lib/three/OrbitControls');
|
|
require('../../lib/three/TransformControls');
|
|
|