Blender export for Sandy3D available

January 2nd, 2008 by kiroukou :: General, Resources, en :: No Comments

Dennis Ippel, one of the Sandy3D developers, just released his Blender export script. for Sandy3D, but also Away3D and Papervision 1.7.

Check it here and let your comments there!

This Blender (free 3D modelisation tool) export script is a possibility to generate native 3D objects (no parsing required), as the Seraf AS3 geom exporter is doing with 3DS Max .

Good job Dennis!

Sandy3D - material tiling feature demo

December 24th, 2007 by kiroukou :: Must see, demos, en :: 2 Comments

Few days after the release of a technical solution for tiled textures from the very innovative 3D library Away3D, allowing some very cool features, we are proud to show you that Sandy3D is supporting this too.

Click on the picture below, and click on the planes to augment the tiling. Once 10 has been reached, it loops back to 1 which is the default behaviour.

image-1.png

The source code is in the svn and will be included in the coming 3.0.2.

Merry christmas to everyone!

ExtraLight cell shading demo

December 17th, 2007 by kiroukou :: Must see, demos, en :: 1 Comment

Cédric presents a new demo of the ExtraLight package capabilities with this cell shading renderer.

In few days a complete documentation of ExtraLight will be available, withsource code!

Check this out!

ExtraLight package for Sandy3D is out!

December 13th, 2007 by kiroukou :: Contributions, Project, Releases, demos, en :: No Comments

I’m very happy to announce the release of Extralight package from Cedric Jules for Sandy.

ExtraLight offers a texture based lightening, which is by definition a bit heavier in file size but also much more CPU friendly.  Get all the information from its dedicated webpage clicking on the banner above.

 

Cedric offers a new demo to celebrate this release, very impressive as always!

Good job Cedric :)

MediumAttributes: filling the void

December 4th, 2007 by makc :: Contributions, demos, en :: 3 Comments

The space around your objects is no longer empty thanks to new attributes class, MediumAttributes. You can already use it to create wide range of optical effects, such as fog:

Fog Demo

All you have to do is to add the attribute to your objects with few lines of code - click on the link above to see simple demo (with source). I really hope people will appreciate the potential of this little addition.

[UPDATE] Sandy 3.0.1 release

November 26th, 2007 by kiroukou :: General, Project, Releases, en :: 2 Comments

We are pleased to announce the 3.0.1 official release!

From the previous release announcement the team worked a lot to bring new cool stuff and fix the few bugs users have found.

The complete list of changes is available here : http://www.flashsandy.org/changes_3_0_1

Go to the download page, and grab the very latest version: DOWNLOAD (backward compatible) 

Update note: Some errors were introduced in the first archive zip, we have fixed that. Sorry about that. Archives are updated.

But here are the major modifications:

  • Addition of the GouraudAttribute to simulate a smooth light shading to your objects. Can be used, as all attributes, with any material.
  • Addition of the material interactivity. From now if you set the new enableInteractivity property to true and if you use a MovieMaterial, you’ll be able to have a basic interaction with that material content. You can use any of your movieclips or flex components as material. Mind that this is still a work in progress.

New demos are coming but for now you can see an update of the gouraud demo and a small demo of material interaction in Xavier’s blog.

Petit and Max have worked a lot of tutorials and Sandy offers now more than 25 tutorials (with sources and examples) concerning the AS3 release. You have anything you need to start with Sandy 3.0 from now.

The team and the contributors list has grown during the last month.
I’m very pleased to see the community sharing experience and ideas. That’s the real beauty of open source projects!Please read this page : how to contribute to Sandy3D project, in case you are interessted in helping and wonder how to help. 

Happy 3D flash community :)

Sandy 3.0 Gouraud shading

November 12th, 2007 by kiroukou :: Must see, Project, demos, en :: No Comments

Here we are! Now we have a new Material Attribute object, the GouraudAttribute.

Basically this attribute brings some gouraud shading to your objects.

gouraud demo 

This little demo shows you the simplicity required to obtain that result.

Oh I almost forgot to say that the source code is attached to the demo, right under the swf :)

Important: This new GouraudAttribute isn’t available in the official 3.0 package, but in the SVN trunk!

Update: The effect has been improved a bit, so screenshot, demo and svn are updated.

Thomas PFEIFFER