Universe Sandbox

Universe Sandbox => Universe Sandbox ² | Discussion => Topic started by: Xriqxa on September 22, 2014, 08:16:34 AM

Title: [IDEA] Render Distance
Post by: Xriqxa on September 22, 2014, 08:16:34 AM
I've noticed that US2 simulates everything to the finest detail no matter what. That can be a pain if you have lag issues and there are collisions going on when you're zoomed out several AU.

Idk how hard it is to code, but if Minecraft can do it, you can do it ;)
Title: Re: [IDEA] Render Distance
Post by: spa_sapping on September 22, 2014, 08:22:45 AM
I really want that idea, its goes 15-10 FPS when a lot of fragments from collisions are flying in outer-far space..
Title: Re: [IDEA] Render Distance
Post by: wubbzy301 on September 22, 2014, 06:31:37 PM
I've noticed that US2 simulates everything to the finest detail no matter what. That can be a pain if you have lag issues and there are collisions going on when you're zoomed out several AU.

Idk how hard it is to code, but if Minecraft can do it, you can do it ;)

Rendering distance will be unrealistic in US2.
Title: Re: [IDEA] Render Distance
Post by: Xriqxa on September 22, 2014, 09:46:09 PM
I don't mean for actual bodies, I meant for details. (Textures, atmospheres, models)
Title: Re: [IDEA] Render Distance
Post by: spa_sapping on September 23, 2014, 01:06:06 AM
I've noticed that US2 simulates everything to the finest detail no matter what. That can be a pain if you have lag issues and there are collisions going on when you're zoomed out several AU.

Idk how hard it is to code, but if Minecraft can do it, you can do it ;)

Rendering distance will be unrealistic in US2.
Well adding such thing to the game must have an ON/OFF option

If you don't like it turn it off, and as Xriqxa said, its only for the textures, atmoshperes, models
Title: Re: [IDEA] Render Distance
Post by: Xriqxa on September 23, 2014, 01:54:10 AM
That would be stupid to turn it off. Why display something you can't even see?
Title: Re: [IDEA] Render Distance
Post by: spa_sapping on September 23, 2014, 11:56:45 PM
That would be stupid to turn it off. Why display something you can't even see?
it is ?
Title: Re: [IDEA] Render Distance
Post by: Xriqxa on September 24, 2014, 01:48:27 AM
The off button just screams: "PRESS ME TO KILL YOUR COMPUTER UNLESS YOU HAVE THE TITAN Z!"
Title: Re: [IDEA] Render Distance
Post by: Georg on September 24, 2014, 07:03:12 PM
In many cases, objects that are too small to be discernible on-screen (as a function of their size and distance to the viewer) are not being rendered. Some cases still need to be optimized further.

That said, rendering is not the most costly position on the budget list. The sum total of updating the multiple simulation-relevant subsystems that a body is subject to (physics simulation, collision detection and response, composition, classification and evolution, and lots more) takes more time for most systems.

We're constantly working on improving performance, and suggestions are always welcome.

Cheers,
George