When you set up your markers in 3d space, you can place clips you added to the stage using the 3d coordinates, something like this:
var 2d_coordinate:ScreenVertex = view.camera.screen(my3Dmarker);//where my3Dmarkers is your point on the globe myMovieClip.x = 2d_coordinate.x + view.x; myMovieClip.y = 2d_coordinate.y + view.y; Is this what you mean? -Pete On Wed, Feb 25, 2009 at 8:02 AM, Penang Student <[email protected]> wrote: > > http://www.gtrnissan.com/#... > > hi there, > > Please try the following website...Select the world of GTR , when you > click the button that is square. What is the name of the > function ????? > > > Thank you -- ___________________ Actionscript 3.0 Flash 3D Graphics Engine HTTP://AWAY3D.COM
