mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 02:13:58 +01:00
5 lines
165 B
JavaScript
5 lines
165 B
JavaScript
import * as THREE from 'three';
|
|
window.THREE = THREE;
|
|
require('three/examples/js/controls/OrbitControls');
|
|
require('three/examples/js/controls/TransformControls');
|
|
|