Browse Source

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

Bart McLeod 11 years ago
parent
commit
8fac438f87
1 changed files with 1 additions and 1 deletions
  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 ) ) {