ThreeJS: Сетка исчезает, если я изменю ее положение
#three.js Вопрос: var orientation = {dim1: 100, dim2: 100, dim3: 100} geom = new THREE.BoxGeometry(orientation.dim1, orientation.dim2, orientation.dim3); //geom.translate(orientation.dim1 / 2, orientation.dim2 / 2, orientation.dim3 / 2); box_material = new THREE.MeshPhongMaterial({…