Explorar o código

I'm sorry! It was missing!

Jey-en %!s(int64=7) %!d(string=hai) anos
pai
achega
2ea22ca057
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      examples/webgl_loader_x.html

+ 2 - 2
examples/webgl_loader_x.html

@@ -245,7 +245,7 @@
             } else {
 
                 var loader2 = new THREE.XLoader( manager, Texloader );
-                loader2.load( [ 'models/xfile/' + animeName + '.x', { zflag: false, putPos: false, putScl: false } ], function () {
+                loader2.load( [ 'models/xfile/' + animeName + '.x', { putPos: false, putScl: false } ], function () {
 
                     // !! important!
                     // associate divided model and animation.
@@ -307,4 +307,4 @@
 
 </body>
 
-</html>
+</html>