mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-11 19:05:07 +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');
|
|
|