Distant 3D object rendering [games]

后端 未结 8 711
既然无缘
既然无缘 2021-01-31 12:45

What is the basic premise behind technology such as is found in Oblivion (and other games, I\'m sure; haven\'t played enough to know), wherein objects from afar are vaguely show

8条回答
  •  既然无缘
    2021-01-31 13:14

    One way to handle terrain is to have multi-resolution tiles. Much like how Virtual Earth and Google Maps do it, they divide the world into tiles in a recursive fashion. So, there are 4 tiles at level 0, 16 at level 1, etc... Then, using some LoD algorithm to determine the zoom/scale, you would load the appropriate terrain tiles for the given area.

提交回复
热议问题