Hello,
I started building a 3D sat sim a couple years back using Sandy3D that simulates satellites and other pieces of space junk orbiting the earth:
http://www.christopherstevens.cc/sat/
It’s a start, nowhere near finished though and I ran into so many walls.
...but then I discovered Away3D last week. WOW!
May I trouble someone for general feedback on the following items as I assimilate Away3D into my development regimen?
Q: How does Away3D handle rendering 11,000+ points at once? I got around to making this work previously by drawing single pixels thanks to the help of some ingenious people who made a star field class. At the moment I don’t see anything in related in the documentation, but maybe I can plot bigger things than one pixel with better performance?
Q: Is it possible to convert a 3D point into XY coordinates on the screen (I’ll start digging in the docs)? One challenge I had using Sandy3D for this is that XY points were being rendered even if the 3D point was behind the camera (I imagine there will be some experimentation with this).
Thanks for the feedback in advance. :D