this is my code for load Obj and Md2 Models:

modelLoader = Obj.load(modelURL, { material:texture, scaling:0.233,
loadersize:300, rotationX: 90, ownCanvas:true, mouseEnabled: !isTemp,
useHandCursor:true } );

modelLoader = Md2.load(modelURL, { material:texture, scaling:0.023,
loadersize:300, rotationX: 0, ownCanvas:true, mouseEnabled: !isTemp,
useHandCursor:true } );

I think that the ini:Object is no more working.

please help.

On 30 Ago, 12:17, Beka Master <[EMAIL PROTECTED]> wrote:
> Hi everybody,
>
> I got all things messed up with the last SVN update (revision 655):
> - all Obj model bigger, rotated in X of 90°, random color textured
> instead of my BitmapMaterial
> - all MD2 animated totaly not working, throw an error on loading at
> away3d.loaders::Object3DLoader/onParserComplete()[D:\Away3D_SVN\trunk
> \src\away3d\loaders\Object3DLoader.as:235]
>
> What's happening???
>
> please helppppppp.
>
> -Beka

Reply via email to