提交 1c368102 编写于 作者: M Mr.doob

Examples: Reverted sigma usage in webgl_materials_car

上级 6d131f95
......@@ -83,7 +83,7 @@
scene = new THREE.Scene();
scene.background = new THREE.Color( 0xeeeeee );
scene.environment = pmremGenerator.fromScene( new RoomEnvironment(), 0.04 ).texture;
scene.environment = pmremGenerator.fromScene( new RoomEnvironment() ).texture;
scene.fog = new THREE.Fog( 0xeeeeee, 10, 50 );
grid = new THREE.GridHelper( 100, 40, 0x000000, 0x000000 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册