Posts by JoeLinkous
- 28.02.2006, 08:18
- Forum: Development
- Topic: Coding question: loading the star database.
- Replies: 3
- Views: 3932
Re: Coding question: loading the star database.
It seems like it would be much more simple to load the solarsys file containing all the plantetary information since its already in its own standard format, in addtion to the fact that I can actually see what's in the file to double check load accuracy. Im having problems figuring out how to load nu...
- 28.02.2006, 03:15
- Forum: Development
- Topic: Coding question: loading the star database.
- Replies: 3
- Views: 3932
Coding question: loading the star database.
Im relatively new to C++ programming, much less DirectX stuff. One thing I really wanna know how to do is load the star database program Celestia uses into my program. There are SOOO many cpp and other files in the Celestia source code that Im barely able to tell whats going on even in the star load...