200.000.000 star
200.000.000 star
Hello.
I apologize if I will say nonsense.
Many of us use very large textures, even up to 128k, modified with toofri's VLT splitting system, in order to load just the right level for the actual distance from the object, avoiding this way to load very huge files, loading just what needed at the moment.
Is it possible to do something like this with the stars, by replacing the distance to the object and its actual geographic coordinates, with coordinates of the sky and used FOV for the stars?
It is probably a stupid idea, or already checked and it turned out to be impossible to carry out, but I have not seen anything about this here, so I put it on the table anyway ....
Bye
Goofy
I apologize if I will say nonsense.
Many of us use very large textures, even up to 128k, modified with toofri's VLT splitting system, in order to load just the right level for the actual distance from the object, avoiding this way to load very huge files, loading just what needed at the moment.
Is it possible to do something like this with the stars, by replacing the distance to the object and its actual geographic coordinates, with coordinates of the sky and used FOV for the stars?
It is probably a stupid idea, or already checked and it turned out to be impossible to carry out, but I have not seen anything about this here, so I put it on the table anyway ....
Bye
Goofy
"Something is always better than nothing!"
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
HP Omen 15-DC1040nl- Intel® Core i7 9750H, 2.6/4.5 GHz- 1TB PCIe NVMe M.2 SSD+ 1TB SATA 6 SSD- 32GB SDRAM DDR4 2666 MHz- Nvidia GeForce GTX 1660 Ti 6 GB-WIN 11 PRO
Before the current world's mess started, which has taken over my life, not a day of in months.
Love the money, need a break, getting paid to well to let myself care :>
I was working on this problem as well.
My first method is to start with a 250LY bubble subset of gaia.
Load it and test it out, memory, frame rate, etc.
Then generate another 10LY further, and retest.
Continue this pattern until I hit 1000LY.
After that add 5LY at a time until 2000LY.
If I reach 2000LY, I will generate new sets 1LY further at a time.
My second method is to break the XYZ into a 16^3 grid of +-8 centered on SOL.
Though a +-16 might be better, but also touch on diminishing returns.
Computing which stars belong in each cube is annoying, but not hard.
Then use position and direction to determine which them need to be loaded for display.
Kind of a preclipping thinning of the display list.
Just another couple of personal projects waiting on time.
Janus.
Love the money, need a break, getting paid to well to let myself care :>
I was working on this problem as well.
My first method is to start with a 250LY bubble subset of gaia.
Load it and test it out, memory, frame rate, etc.
Then generate another 10LY further, and retest.
Continue this pattern until I hit 1000LY.
After that add 5LY at a time until 2000LY.
If I reach 2000LY, I will generate new sets 1LY further at a time.
My second method is to break the XYZ into a 16^3 grid of +-8 centered on SOL.
Though a +-16 might be better, but also touch on diminishing returns.
Computing which stars belong in each cube is annoying, but not hard.
Then use position and direction to determine which them need to be loaded for display.
Kind of a preclipping thinning of the display list.
Just another couple of personal projects waiting on time.
Janus.