 | |  |
|
| |
October 3rd, 2008

The first Away3d training sessions kick off in London on the 22nd and 23rd of October. These are intensive workshop days organised by the LFPUG, full details of which can be found here. a brief synopsis follows:
Essential Away3d Techniques
Two days of practical tips and tricks for producing Flash 3D content using the Away3d engine.
Learn how to maximise the potential of Away3D with the co-founder and chief architect Rob Bateman. Old and new features will be covered in detail, including the latest updates available in the recently announced 2.2 release. Topics range from generic 3d concepts to detailed walkthroughs of real-world techniques designed to aid 3D design and development in Flash. Full source code is provided for all explanatory demos.
This course is aimed at developers and code-oriented designers interested in using real-time 3D in their flash work with the Away3D engine. Minimum requirements: Introductory or Intermediate level knowledge of Actionscript 3.0 and Flex Builder/FDT/CS3.
The course still uses the smaller class sizes found to work well in previous training sessions, and at £200+VAT should be within everyone’s budget ;). To book a place, please contact training AT lfpug.com.
September 27th, 2008

At the risk of starting something of a tradition, it’s time once again to take you for a little ride. RailAway Express is a ticket for a unique travel into the realm of Away3D 2.2 and it’s new runtime model generation and animation features. Its probably our last Flash 9 demo too.
Almost everything you see along your journey in this 780 kb all in demo is code generated.
A special thanks goes to Andre Michelle and Joa Ebert for their help on the sound dynamics.

Some of the new features in 2.2 include:
Collada bones support and improved features
Triangle caching
Bounding box and bounding sphere calculations
PathExtrude, PathAnimator and PathDuplicator
Simple shadows
Object based renderers
Obj Exporter
ElevationModifier
Elevation2AS3
Full update details have been posted on the AWAY3D mailing list. You can get the source files by accessing our svn repository or going to our downloads page.
Syntax highlight component for Flash CS3/CS4 added.
Documentation will be updated within the next few days

So turn up your speakers and enjoy a wild ride into the realm of Away3D 2.2!
The Away3D Team.
More info on our group here…



August 10th, 2008

At this year’s recent Assembly Summer 2008 Digital Computer Multimedia Festival, Away3d core member Jalava with his group Evoflash submitted their third entry for the browser demo competition, chasing a hat trick from their previous wins in 2006 and 2007. This year the browser demo categories were unified with flash competing directly with the other platforms such as mobile based Open GL ES, Microsoft plugin Silverlight and handheld consoles!
Evoflash won by clear margin with their demo 99er created from 10 hard days of production. In other news, Silverlight entries were last two positions :P.
The demo uses Away 2.1 source base with few improvements, including a DrawScaledBitmap fix to render particles properly with bitmap renderer without flicker that will be in v2.2. The Away3D engine was used in most of the parts of demo together with Evoflash’s own custom effect synchronization & post processing engine to create one of most visually exploding flash demos ever seen!
Click the image to view the production:

We hope this inspires more Away3d demos from other development teams - why not challenge yourself? It’s always great to see Flash being used in new areas, being pushed to it’s absolute limits, especially when the results are so visually stunning.
The Away3D Team
July 22nd, 2008
Away3D has the honor of being nominated as a FLASHFORWARD Film Festival 2008 Finalist!

Show your support by voting for us in the People’s Choice Award by clicking here:
http://www.flashforwardconference.com/peoples_choice
A huge round of applause for those of you who have made this possible!
The Away3D Team
July 11th, 2008
The brand-new Hellboy movie site employs Away3D for some fancy cinematic effects in this wonderfully crafted website. The folks at Crew Creative did a great job with Away3D and Flash, and deserve a round of applause from the Away3D Team!
Check out the site at http://www.hellboymovie.com/


July 3rd, 2008
As more and more people discover the potential of 3d in Flash, the versatility of the Away3D framework is beginning to show. Agencies and individuals alike are using it as their engine of choice, and producing some very cool content as illustrated by the following selection of projects!
Discovery Channel uses Away3D on a Flash Video Game “Solar Symphony”, where you interact with the Planets and sounds.

Away3D can be seen in use on the Square Enix (of Final Fantasy fame) members website. Now you can choose your avatar when you login in, and modify it realtime in 3D.

The Strangers Movie site uses a good dose of Away3D and video materials. Try the experience, it’s pretty spooky!

Cadbury’s “A Glass and a Half Full” website uses Away3D and 3D video renderings to drop you into a surreal world. A great concept for a 3D website, and the experience is pretty realistic!

As well as this, you can do some cool Truck modding in the Tricked Out Trucks section.

While we are on the subject of trucks, check out the revamped Brahmamobile.
A fantastic Away3D upgrade!

We’d like to thank Flashkit for the mention last month of the new Away3D 2.0 release on their homepage, and flashmagazine for running a great tutorial on their site for getting started with Away3D code. And of course, all of the people involved in the projects above for creating such cool showcase material!
The Away3D Team
May 28th, 2008

JSAway is a spin-off of Away3D which provides web developers access to the high performance graphics capabilities of the engine, through JavaScript. Currently based of V2.0, JSAway exposes implementations of the API and provides other supporting functionality to allow complex scenes to be created and animated providing full interaction between the web page and the 3D scene.
JSAway is still in early development but from the examples, you can easily see it’s potential in opening up 3D on the web to different community. All the examples use the same single SWF file, while the underlying web page’s JavaScript code controls what is going on.
Some of the features of JSAway.
- JavaScript only - no ActionScript knowledge required.
- simple command reference exposes huge range of features
- all API basic primitives can be used
- basic 3D event handling
- filter based effects on objects
- simple custom tweening operations
- simple bitmap manipulation, get/set pixel and draw bitmap
- getting/setting of object properties
- material handling
- content (materials and 3D models) loading - bitmaps, sketchup, dae…..
- powerful features including lathe, extrudes, elevations, etc are supported
- custom tweening of object properties
- various automatic camera functions - object tracking, panning, etc
- simple mouse navigation controls - rotation and twisting the scene based on mouse movement
For further details and to check out the examples :-
http://www.geepers.co.uk/jsaway/examples/index.html - The examples
http://www.geepers.co.uk/jsaway/index.html - Full details and downloads
http://away3d.com/jsaway - JSAway details on Away3D
We hope you find it useful.
The Away3d Team
May 22nd, 2008

Away3d 2.1 bring some welcome assistance to getting starting with the engine - a revamped documentation section (now included in the svn) and a brand new demos download containing code examples which will continue to be updated as more are written.
As well as this, there are some updates to the engine that should help with general use, including:
- Simplified events model - listeners can be added using the supplied methods or with the standard addEventListener method of the EventDispatcher.
- Event types listed as static classes.
- Simplified BitmapRenderSession use.
- Object primitives have dynamic property setters that can be adjusted after instantiation.
- Merged AlphaBitmapMaterial class (all bitmapmaterials now support alpha and color properties).
- Dot3 and Enviro materials take the bitmap for shading maps as a required argument.
- Improved material access on individual sides of the cube primitive
plus the usual bug fixes and housekeeping updates.
As usual there is a new tag in the googlecode svn, and a new download zip in the downloads section.
Something else that is probably worth drawing attention to is the issues section of the googlecode repository. Our mailing list has been very successful at being used for bug reports in the past, but to prevent any future reports from being accidentally overlooked, we would urge everyone to start logging their bugs in this list.
Also, for those wanting to find a few more tutorials for Away3d, be sure to have a look at the External Site section of the tutorials page.
Enjoy the new release!
The Away3d Team
April 15th, 2008

AWAY3D 2.0 IS HERE!
Our new release may bring out the explorer in you, with features allowing a lot more expansive 3d possibilities. Here we present an atmospheric oddessey taking the reliable formula of a crash-landed spaceship and an alien world… Green Planet.
Now you can realize your 3D world like never before in Flash.

Some of the new features in 2.0 include:
- Simulated phong shading (with blinn-phong specular highlights)
- Environment-mapped materials
- Normal-mapped materials (an open source first for Flash)
- Z-depth filter for large outdoor scenes
- Fog filter
- Straight-to-bitmap rendering for fast scaled views
- Surface caching for fast rendered lights
- Package refactor for easier learning of basic classes
Full update details have been posted on the AWAY3D mailing list. You can get the source files by accessing our svn repository or going to our downloads page

Handling the rendering of over 13000 polygons, 16 animated and interactive models with surface tracking, and a cool soundtrack composed by Atom(bang), this is a demo unlike anything else… so turn up your speakers and enjoy a new kind of ride into the realm of Away3D 2.0!
The Away3D Team.
More info on our group here…
March 5th, 2008
We’ve now completed the main part of the refactoring work on rendering pipeline for upcoming Away3d 1.9.5. Now user has possiblity to render either to a sprite (SpriteView3D) or select the BitmapView3D which renders to a Bitmap. This can then be used as a normal DisplayObject or you can request a direct access to the rendered output for post processing etc.
Jalava, our new team member, quickly whipped together some post processing effects from using evoengine from Evoflash and slapped it together with Away3d.
Here is the result.Bitmap Rendering Demo

As you can see, it is pretty easy to add different post processing effects on the away3d engine when you can get everything rendered to a bitmap.
In here we are doing about 20 fullscreen bitmapData#draw calls to render postprocessing plus we are rendering about 1200 polygons fully textured with precision bitmap material.
the Away3d Team
March 3rd, 2008
Away3D has recently seen a sudden increase in commercial use - now including areas such as Education, Gaming, and Online Applications. The following content shows a sample of what’s currently being powered by the Away3d Engine.

EffectiveUI launchs an application for the Discovery Channel called “Discovery Earth Live” which lets you visualize different scientific data on an interactive 3D globe, as well as read about news stories around the world; the data is both images and video, and you can adjust layering and opacities of different layers in real-time as the globe spins.
In otherwords: Really Awesome.
http://www.discovery.com/discoveryearthlive


Newgrounds features 3D Sugar Glider on the front page and 3D Flash Games finally become a reality on the Web.
Newgrounds is the largest and most popular Flash site on the web, and the future of Web Entertainment. Now Away3D is pushing the3D Flash Game envelope.
Play 3D Sugar Glider !

Fusebox launches Empressr, the first web-based application that lets you create, share and store presentations online.
It uses Away3D for the 3D transitions, with many more features being made.
It’s nominated for a Webware 100 award for the Best Web 2.0 sites.
www.empressor.com
Away3D has many new things coming up, please JOIN THE AWAY3D GROUP to stay updated.
|
| |
 | |  |
Hair drug test and herbal detox products. Visit drug detox website for more details on cannabis and marijuana drug detox.
Next Page »
|
|
|