That seems to have done the trick. Thanks so much!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote
earth = new Object3D(Primitives.getSphere(1000));
earth.calcTextureWrapSpherical();
earth.setTexture( "md2" + c + "004Earth.JPG" );
earth.build();
world.addObject( earth );
Page created in 0.020 seconds with 12 queries.