浏览代码

- Warning that Background node is not yet implemented (need more research to mimic original VRML player behaviors)

Bart McLeod 11 年之前
父节点
当前提交
8fac438f87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/VRMLLoader.js

+ 1 - 1
examples/js/loaders/VRMLLoader.js

@@ -400,7 +400,7 @@ THREE.VRMLLoader.prototype = {
 
 				} else if ( 'Background' === data.nodeType ) {
 
-                    console.warn('Implement hemisphere light here');
+                    console.warn ('Background node is not implemented.');
 
 				} else if ( /geometry/.exec( data.string ) ) {