Animated unwrapping of a sphere texture to a plane

Software: Away3D 4.x

skizzo, Newbie
Posted: 18 June 2013 10:15 AM   Total Posts: 1

Hi there,

I’m pretty new to Away3D, and managed to create a basic view of a sphere that has an earth-texture on it. I’ve created it like this:

var _earth:ObjectContainer3D = new ObjectContainer3D();
_view.scene.addChild_earth );

var 
earthSurfaceMaterial:TextureMaterial = new TextureMaterialCast.bitmapTextureEarthSurfaceDiffuse ) );
var 
earthSurface:Mesh = new Mesh( new SphereGeometry GLOBE_RADIUS200100 ), earthSurfaceMaterial );
_earth.addChildearthSurface ); 

So far, so good. But as the title of this post says, what I want to achieve is an animation that unwraps the sphere’s texture to a (rectangular) plane that faces the camera.

Does anybody have an idea how this could be achieved?

Many thanks in advance,
- skizzo

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X