vizicities/src/engine/DOMScene3D.js

10 wiersze
246 B
JavaScript
Czysty Zwykły widok Historia

2016-03-03 17:05:06 +00:00
import THREE from 'three';
// This can be imported from anywhere and will still reference the same scene,
// though there is a helper reference in Engine.scene
export default (function() {
var scene = new THREE.Scene();
return scene;
})();