Viewing a 3D model in Flash or Java

I want to show a box in 3d on my website and I was thinking of doing it in Flash. How can I show a 3d model? I need something very simple, this is a textured cube, no interaction required, just let the user pan and zoom. Does flash have a 3ds viewer or something like that?

Java is ok too (but flash is preferred)

+2


a source to share


1 answer


Flash is much simpler. Java can outperform Flash when using JOGL, but if you plan on having over 200 polygons, Flash is great. You can use one of the big Flash engine. Sandy will probably be easier, as the gritty SkyBox is exactly what you need. Alternatively, you can just change this little thing: http://www.advance-media.com/flash_10_as3_rotating_cube_3D.html



+3


a source







All Articles