Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 14,136 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
chunked terrian system #104188
12/27/06 21:46
12/27/06 21:46
Joined: Jun 2003
Posts: 261
Broken Arrow ,OK
BERG Offline OP
Member
BERG  Offline OP
Member

Joined: Jun 2003
Posts: 261
Broken Arrow ,OK
After updated to 6.4, i noticed the download page said it has a chunkced terian system. what is that?

Re: chunked terrian system [Re: BERG] #104189
12/27/06 23:23
12/27/06 23:23
Joined: Feb 2002
Posts: 357
Florida
Zelek Offline
Senior Member
Zelek  Offline
Senior Member

Joined: Feb 2002
Posts: 357
Florida
Manual says it best:

Quote:


The engine supports two types of terrain, chunked or unchunked. Which type a terrain has is determined by the terrain_chunk variable or by a '_' at the second-last place in its file name (e.g. "nonchunked_n.htm").




Quote:


Chunked terrain is split by the engine into square chunks whose size is also given by the terrain_chunk variable. It is rendered as a stream of chunks that are separately clipped when outside the view frustrum. This allows for faster rendering and unlimited terrain size. The catch is that a chunked terrain can't be put multiple times in the level, and can't be deformed because its vertices can not be directly accessed. Unchunked terrain is rendered as a whole, uses less memory, and vertex deformation functions can be applied, but there's a size limit of 256x256 vertices per terrain.






Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1