mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 17:33:15 +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');
|
|
|