You need the model, created in 3ds max, maya or whatever and export it
in .obj or .3ds. Then you can load it in away.
Here is a code to load .obj:
var obj_loader2:Loader3D = Obj.load("../assets/
ogre_house/myModel.obj");
obj_loader2.bothsides = true;
obj_loader2.scale(0.01);
var house_mesh:Mesh = obj_loader2.handle;
house_mesh.position = new Number3D(-400,0,150);
house_mesh.rotationY -=180;
scene.addChild(house_mesh);
On 17 Май, 00:04, Michael Iv <[email protected]> wrote:
> I can't see why it should be a problem to "visualize" such a model?
> Do you have a model itself ?
>
> 2010/5/16 E <[email protected]>
>
>
>
>
>
> > Hola, somos nuevos en esto de flash 3D engines, vimos en Away 3D una
> > buena opción. Ahora, luego de buscar y buscar. Quiero saber si alguien
> > tiene alguna forma sencilla de visualizar un modelo como este,
> >http://www.ark-plus.com/#/Es/main/experience/mall/, mediante el uso
> > de Away.
>
> > Gracias
>
> > Hello, we are new to this flash 3D engines, saw in Away 3D a good
> > choice. Now, after searching and searching. I want to know if anyone
> > has any easy way to visualize such a model,
> >http://www.ark-plus.com/#/Es/main/experience/mall/,
> > using Away.
>
> > Thanks
>
> --
> Michael Ivanov ,Programmer
> Neurotech Solutions Ltd.
> Flex|Air |3D|Unity|www.neurotechresearch.com
> Tel:054-4962254
> [email protected]
> [email protected]