take a look at http://www.flashsandy.org/
It's written for as2 but it's the best starting point I can think of. Maybe you can look at the examples to see if it does what you want and port it if necessary. If you understand all of the math necessary (which I don't), you can create drawings manually using the Graphics class. Every Sprite has a property graphics of type Graphics. You would would want the drawing to refresh every frame every interval of a Timer class. Mouse or keyboard events would change variables that represent the viewpoint of the user. Good luck, Daniel Freiman nondocs? <http://nondocs.blogspot.com/> On 06 Apr 2007 16:54:04 -0700, Tadas Ziemys <[EMAIL PROTECTED]> wrote:
Hello, I really dont know if this is the right place to ask advice, because its more as3 question i think then flex, so if im not in write place please tell where could i get help. So the problem is to create cube but i would like to see it from the inside. Also regulate zoom and to rotate it. I dont know how to start, any ideas how it would be possible to do it? Any concept, anything would be useful :) Thanks in advance Tadas

