- Comments: open
- 11
Away3D POPPY! The fun demo
by Peter KapelyanGosh, 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…
- Comments: open
- 14
Away3D Tiling
by Fabrice ClosierOne 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,…
- Comments: open
- 8
Away3D Filters, Depth of Field, and Particles
by Peter KapelyanThis 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!
- Comments: open
- 4
Away3D Animated MD2 to AS3
by Fabrice ClosierBroken 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…
- Comments: open
- 4
Away3D fast animated bitmap material
by Alexander ZadorozhnyWhile 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…