提交 66ee0cb6 编写于 作者: G gero3

rename compileMaterials to compile

上级 2073aae5
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
if ( hash.length === 0 ) { if ( hash.length === 0 ) {
renderer.compileMaterials(scene,camera); renderer.compile(scene,camera);
} }
......
...@@ -1037,7 +1037,7 @@ function WebGLRenderer( parameters ) { ...@@ -1037,7 +1037,7 @@ function WebGLRenderer( parameters ) {
} }
this.compileMaterials = function(scene, camera){ this.compile = function(scene, camera){
lights = []; lights = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册