Li : Dev Actionscript Development Blog

19Sep/080

Shadows Sample

A little experiment I made while working with shadows. It's simply a thin cube with the Away logo in it (PhongMovieMaterial) and 3 hovering lights spinning around its top. Each light projects a shadow on the floor, which is simply a large plane that has the same color as the background. Shadow projection is almost done at this point, I just need to optimize the projection of faces, that is, the decision of which faces should be drawn on the surface, and which drawings would be redundant. Besides that, it looks pretty nice so far!

Filed under: 3D No Comments
18Sep/083

Preliminary Shadows and Reflections

I'm currently working on standalone shadows and reflections classes for Away3D. Shadows should be handled by a light object with the ability to project registered objects into a given plane, and reflections should be handled by reflective planes that should support reflections, refractions and bumpmapping. The techniques used do not rely on secondary cameras or viewports and were inspired on zupko's raycasting technique explained here. Hopefully, if all goes well, these features might be included in future versions of the Away3D engine.

Click on the image to see one demo and here for another one.

Filed under: 3D 3 Comments
17Sep/088

Away3D Piclens Tutorial

The Tech Labs just published this new 3 part tutorial I made that carefully explains the basics of simulating a PicLens sort of application with Away3D. It is an attempt to reveal the core of what was used for the Nikon Coolclub site, but very simplified. Part 1 is already published, and the other two should be ready really soon.

Filed under: 3D, Tutorials 8 Comments
16Sep/08Off

Nikon Coolclub Website

Nikon Coolclub website

3D photo gallery based on a Piclens type of navigation. Developed in Piar Studio for Nikon Argentina using Away3D.

Filed under: 3D, Portfolio Comments Off
16Sep/081

Away3D Gettingstarted

I recently submitted a basic Away3D tutorial at The Tech Labs. The site is pretty new, and I believe it's going to become a very cool resource and learning center for developers.

The tutorial is basically an introduction to Away3D (an open source Actionscript 3D engine) and Flex (a very powerful Actionscript and MXML development environment). So if you don't know these two, and you're interested in developing some web based 3D, or knowing an AS3 editor much more powerful than the one used in the Flash IDE, or both, I recommend checking it out: http://www.thetechlabs.com/3d/setting-up-away3d-with-flex/

Filed under: 3D, Tutorials 1 Comment
16Sep/080

Blog!

So, I finally decided to open a blog. The idea behind it is pretty simple: As a web developer specialized in Actionscript, I want to have a place to show my work, and also share, discuss and spread anything interesting regarding Actionscript development.

Filed under: General No Comments