Comments: open
11
19 Dec 2007

Away3D POPPY! The fun demo

by Peter Kapelyan

Gosh, I never knew coding can be fun! Of course I am interested in making games, so I needed some smoke and particles. I made my last demo ALOT better, but because I spent like 1 week staring at it (yes time wasted), instead of coding- just staring! I have…

READ MORE

Comments: open
14
17 Dec 2007

Away3D Tiling

by Fabrice Closier Away3D Tiling

One of the things I was missing the most in the API was the ability to tile the textures. This allows you to repeat an image on a model with no overlaps and no gaps. The best illusion can be of course achieved by using a seamless image. Sea surface,…

READ MORE

Comments: open
8
11 Dec 2007

Away3D Filters, Depth of Field, and Particles

by Peter Kapelyan

This shows Away3D version 1.9 in action with REALTIME filters (blurring) on each object. Make sure you get the latest version, which has the ownCanvas property. This feature is pretty awesome, so check out what I made! Click to make an explosion! BlendMode Version!

READ MORE

Comments: open
4
01 Nov 2007

Away3D Animated MD2 to AS3

by Fabrice Closier Away3D Animated MD2 to AS3

Broken link, file corrupted etc... we all have experienced those things... In Away3D there is a native export to AS3, you can export any model loaded in your project to the AS3 format: .as. This allows you to compile the final version of your work in Flash without using the…

READ MORE

Comments: open
4
18 Oct 2007

Away3D fast animated bitmap material

by Alexander Zadorozhny Away3D fast animated bitmap material

While working on the next demo for the new improved PhongMaterial, i wanted to add some animated texture on a model... but the MovieMaterial was just eating my cpu resources! So I've reused a concept I had in my bitmapdata engine. I think that the animators among us will love…

READ MORE