Posts by 3Deity
- 14.12.2017, 07:46
- Forum: Scripting
- Topic: Mark all stars within a 40ly radius?
- Replies: 2
- Views: 10058
Re: Mark all stars within a 40ly radius?
mark ly.png When I saw your code I started wondering why I assumed that star in celestia:stars() can't be used here; and went around the world via the approaches I've mentioned instead. I modified your code to be able to reduce marking down to the stars in between two distances from the selection; ...
- 12.12.2017, 16:06
- Forum: Scripting
- Topic: Mark all stars within a 40ly radius?
- Replies: 2
- Views: 10058
Mark all stars within a 40ly radius?
Can someone provide an example of a working script for this? I was thinking it could be done by ⋅ setting initial number to 1 and cycling through all the stars in celestia:getstar() ⋅ using celestia:getobserver():gedistanceto() star ⋅ use an if statement to decide wheth...