提交 774519eb 编写于 作者: P Pontus Leitzler

Removed shading property for MeshNormalMaterial

上级 05d638ab
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
scene = new THREE.Scene(); scene = new THREE.Scene();
var material = new THREE.MeshNormalMaterial( { } ); var material = new THREE.MeshNormalMaterial();
var loader = new THREE.JSONLoader(); var loader = new THREE.JSONLoader();
loader.load( 'obj/Suzanne.js', function ( geometry ) { loader.load( 'obj/Suzanne.js', function ( geometry ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册