Explorar o código

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

Bart McLeod %!s(int64=12) %!d(string=hai) anos
pai
achega
8fac438f87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ) ) {