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