kottore / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

when use FrustumClipping md2 cannot animation #134

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
view=new View3D({x: stage.width / 2, y: stage.height / 2, camera: 
cam,clipping:new FrustumClipping({minZ:10}) });
                view.renderer=Renderer.BASIC;

    animator = mesh.animationLibrary.getAnimation(animation).animator;
            animator.delay=10;
            animator.fps=13;
            animator.play();

Original issue reported on code.google.com by www....@gmail.com on 6 Oct 2010 at 7:36

GoogleCodeExporter commented 8 years ago
please fix this.

Original comment by Avol...@gmail.com on 26 Nov 2010 at 11:17