Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Map rendering?

Post questions about game models here, or help out others!
Post Reply
finale00
M-M-M-Monster veteran
M-M-M-Monster veteran
Posts: 2382
Joined: Sat Apr 09, 2011 1:22 am
Has thanked: 170 times
Been thanked: 307 times

Map rendering?

Post by finale00 »

Some games store the entire map as a 3D model, but it probably isn't the most efficient way to do things.
I've seen games where the maps are constructed purely from tree algorithms, but those aren't too visually appealing either lol

What kind of techniques are used when rendering maps? Many times I look through map files I don't see anything that looks like a 3D model so it's probably using some set of algorithms to generate everything? And then just load up some map assets like a tree or a house or something I guess.
junk angel
veteran
Posts: 82
Joined: Thu Jan 14, 2010 4:38 pm
Has thanked: 1 time
Been thanked: 4 times

Re: Map rendering?

Post by junk angel »

From memory there's 3 main aproaches.
a) Heightmap based with various texturing means. In a lot of cases flat texture even.
b) BSP, BSP with 3dmeshes.
c) made from 3dmesh segments so to speak. So the map isn't one entire 3dmesh but instead is made out of modular parts. This aproach is very typical for UE3 games. Though they can also use BSP
Post Reply