Welcome, Guest

Author Topic: [IDEA] Render Distance  (Read 3161 times)

Xriqxa

  • *****
  • Posts: 1441
  • 01000011 01101111 01101101 01101101 01110101 01101
[IDEA] Render Distance
« 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 ;)

spa_sapping

  • *****
  • Posts: 67
Re: [IDEA] Render Distance
« Reply #1 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..

wubbzy301

  • *****
  • Posts: 204
  • I stole a username idea!!!
Re: [IDEA] Render Distance
« Reply #2 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.

Xriqxa

  • *****
  • Posts: 1441
  • 01000011 01101111 01101101 01101101 01110101 01101
Re: [IDEA] Render Distance
« Reply #3 on: September 22, 2014, 09:46:09 PM »
I don't mean for actual bodies, I meant for details. (Textures, atmospheres, models)

spa_sapping

  • *****
  • Posts: 67
Re: [IDEA] Render Distance
« Reply #4 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

Xriqxa

  • *****
  • Posts: 1441
  • 01000011 01101111 01101101 01101101 01110101 01101
Re: [IDEA] Render Distance
« Reply #5 on: September 23, 2014, 01:54:10 AM »
That would be stupid to turn it off. Why display something you can't even see?

spa_sapping

  • *****
  • Posts: 67
Re: [IDEA] Render Distance
« Reply #6 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 ?

Xriqxa

  • *****
  • Posts: 1441
  • 01000011 01101111 01101101 01101101 01110101 01101
Re: [IDEA] Render Distance
« Reply #7 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!"

Georg

  • Development Team
  • *****
  • Posts: 26
Re: [IDEA] Render Distance
« Reply #8 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