I've read over all of the posts on here and I'm having problems getting this to work.
I'm using Away3D in Flash CS4 What I have: 1. A sphere that is textured via a BitmapMaterial 2. A JSON feed that has latitude/longitude What I'd like to do is take the lat/long and use it to plot points on the sphere. I figure I can do it one of two ways - either use Away3D to add points to the sphere, or I can change my BitmapMaterial to a MovieMaterial and plot points on it (add children MovieClips to the MovieMaterial). So - my question is two fold: 1. Which is the better approach (better = better performance for lots of points) 2. How do I go about implementing the better approach? Thanks
