Re: [Flashcoders] 3D Text Flythrough

2007-03-20 Thread Latcho

this helped me out, if no distortion is needed
http://www.kirupa.com/developer/actionscript/3dindex.htm


Stephen Matthews wrote:

Have a look at Sandy
Google for Flash Sandy it's quite a big class. There is a blog with 
examples.


You could use the distort image class if you want to just distort 
stuff bitmaps in fake 3D


So you'd need -
sandy.util.DistortImage;
flash.display.BitmapData; ( Flash 8 )



On 14 Mar 2007, at 16:29, eric e. dolecki wrote:


I am looking for example AS2 code that allows for a perspective text
flythrough - items in back blurred until brought up closer in 
perspective.
Don't need anything like Papervision3D... this is kinda simple that I 
could
probably code something that looked okay, but there might be a system 
out

there already to save time.

I remember seeing a series of 3D prototype stuff on a site, but cant
remember the link - had items as blocks and a simple scrollbar on the 
right

side to adjust the position of a 3D camera...

- eric
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] 3D Text Flythrough

2007-03-19 Thread Stephen Matthews

Have a look at Sandy
Google for Flash Sandy it's quite a big class. There is a blog with  
examples.


You could use the distort image class if you want to just distort  
stuff bitmaps in fake 3D


So you'd need -
sandy.util.DistortImage;
flash.display.BitmapData; ( Flash 8 )



On 14 Mar 2007, at 16:29, eric e. dolecki wrote:


I am looking for example AS2 code that allows for a perspective text
flythrough - items in back blurred until brought up closer in  
perspective.
Don't need anything like Papervision3D... this is kinda simple that  
I could
probably code something that looked okay, but there might be a  
system out

there already to save time.

I remember seeing a series of 3D prototype stuff on a site, but cant
remember the link - had items as blocks and a simple scrollbar on  
the right

side to adjust the position of a 3D camera...

- eric
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] 3D Text Flythrough

2007-03-14 Thread eric e. dolecki

I am looking for example AS2 code that allows for a perspective text
flythrough - items in back blurred until brought up closer in perspective.
Don't need anything like Papervision3D... this is kinda simple that I could
probably code something that looked okay, but there might be a system out
there already to save time.

I remember seeing a series of 3D prototype stuff on a site, but cant
remember the link - had items as blocks and a simple scrollbar on the right
side to adjust the position of a 3D camera...

- eric
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com