Hi G.M.

Welcome to Away3D.

You should convert your object in Blender to Triangles before
exporting it to Collada and viewing it in Away3D.
Select the object and enter Edit Mode. Select All faces, press CTRL-T
or press SPACE + menu Edit -> Faces -> Convert To Triangles.
And export it to Collada again.

Aji Pamungkas.

On Sep 18, 5:52 pm, "G.M." <[email protected]> wrote:
> 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