Bonjour,

I wanted to share with the group a couple of classes I created and use
for most of my Away3D projects. It's 2 base classes to setup basic
Away3D scenes quickly.

Basic3DScene:
- Extends Sprite and sets up all the players for you (view, scene,
camera);
- Uses a timer to render the scene and can be controlled via
startRendering() and stopRendering();
- Use the add3DObject() method to add 3D Children.
- Just Extend and override the public function render() to quickly
customize and build complex scenes.

BasicHover3DScene:
- Same as above.
- Adds basic Mouse behaviors for a Hover camera.

I am sure similar classes are probably floating around, but just in
case feel free to use these.

svn: http://code.google.com/p/wemakedotcoms/source/checkout

I will also upload the Class files here.

Cheers,

Jerome.

Reply via email to