mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
6 lines
189 B
JavaScript
6 lines
189 B
JavaScript
import * as THREE from 'three';
|
|
window.THREE = THREE;
|
|
require('../../lib/three/TrackballControls');
|
|
require('../../lib/three/OrbitControls');
|
|
require('../../lib/three/TransformControls');
|
|
|