hi,
i'm new to away3d and tried to import a simple collada file from
blender 2.54 into away3d.
have a look: http://www.coderlabs.at/screenshots/screen1.jpg
the cylinder isn't shown correctly, same problem with other primitives
and polygons

i used that code:
var collada:Collada = new Collada();
_loader = new Loader3D();
_loader.addEventListener(Loader3DEvent.LOAD_SUCCESS, _onLoadSuccess);
_loader.loadGeometry('test15.dae', collada);
_view.scene.addChild(_loader);

what did i wrong? i used the latest version of away3d

Reply via email to