I want to get the list of papers

weituo2002

22-12-2007 04:35:50

I will stuy the PagedGeometry source code. I hope that the author give me a list of papers to which were reference in the PagedGeometry

JohnJ

22-12-2007 05:01:15

I just replied to your post here, in the showcase PagedGeometry thread (where you duplicated this post):
http://www.ogre3d.org/phpBB2/viewtopic. ... 746#262746

Normally it's not a good idea to post the same thing in multiple places, since things can get messy.

weituo2002

22-12-2007 07:49:01

I am sorry! I am just begining to study 3D real-time rendering. I think that you implement a certain paging LOD algorithm for the infinite terrain .
I only want to know you implement which kind of LOD, such as traditional CLOD or Chunked LOD or Geomclipmap and so on.
Excuse me for my bad English.
Very thanks for your reply

JohnJ

23-12-2007 04:22:43

(Sorry for the delay)

I am just begining to study 3D real-time rendering. I think that you implement a certain paging LOD algorithm for the infinite terrain .
I only want to know you implement which kind of LOD, such as traditional CLOD or Chunked LOD or Geomclipmap and so on.

I think you're misunderstanding the purpose of PagedGeometry. PagedGeometry does not render terrain (although it probably can with some work); instead, it renders lots of small to medium sized objects like trees, bushes, grass, etc.

PagedGeometry can render an infinite amount of trees, etc., but it's up to you to find/implement an infinite terrain system (if you need an infinite world), since PagedGeometry has nothing to do with the terrain itself.