vizicities/src/engine/DOMScene2D.js

10 wiersze
251 B
JavaScript
Czysty Zwykły widok Historia

import * as THREE from 'three';
2016-03-03 17:05:06 +00:00
// 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;
})();