Изменения от Главреда ГитЖС | Changes of GitJS Glavred
This commit is contained in:
@@ -82,7 +82,7 @@ html, body {
|
|||||||
мир.сцена = new THREE.Scene();
|
мир.сцена = new THREE.Scene();
|
||||||
мир.сцена.background = new THREE.Color(0x333366);
|
мир.сцена.background = new THREE.Color(0x333366);
|
||||||
мир.камера = new THREE.PerspectiveCamera(45, 1, 0.1, 1000);
|
мир.камера = new THREE.PerspectiveCamera(45, 1, 0.1, 1000);
|
||||||
мир.отрисовщик = new THREE.WebGLRenderer();
|
мир.отрисовщик = new THREE.WebGLRenderer({antialias: true});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user