If you are talking about anaglyphs, here is an example: http://codejockeyscorner.blogspot.com/2009/04/papervision3d-anaglyph-scene.html
It is done with papervision, but the technique is explained and source code is provided, so I would expect it to be short work to get it going with away3d instead. -Ken On Tue, Nov 24, 2009 at 11:39 AM, Jensa <[email protected]> wrote: > You mean Stereoscopic like this? http://en.wikipedia.org/wiki/Stereoscopy > > You can do that using more or less anything, it's just a matter of > using 2 cameras and 2 views on the same scene. Just shift the position > of the cameras a little and you got what you need. > > If you mean the version that requires the Red/Green glasses, you can > find a good description here: http://www.wikihow.com/Make-3D-Photos > You'll use the same setup as above, but you'll need to do the color > manipulation using Bitmapdata manipulation with AS3. > > J > > On Nov 24, 5:52 pm, Chokito <[email protected]> wrote: > > Hi, I was wondering if it is currently possible to work with > > stereoscopic systems using software created in Flash. Does anyone know > > something about it? Is it possible to integrate content created with > > away3d? >
