提交 afe89065 编写于 作者: D Don McCurdy

Example: reinhard tone mapping

上级 d5800a49
......@@ -61,7 +61,7 @@
background: false,
exposure: 1,
bloomStrength: 1.5,
bloomThreshold: 0.2,
bloomThreshold: 0,
bloomRadius: 0
};
......@@ -74,7 +74,7 @@
renderer = new THREE.WebGLRenderer( { antialias: true } );
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
renderer.toneMapping = THREE.CineonToneMapping;
renderer.toneMapping = THREE.ReinhardToneMapping;
container.appendChild( renderer.domElement );
scene = new THREE.Scene();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册