Преглед изворни кода

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

Bart McLeod пре 12 година
родитељ
комит
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 ) ) {