Forum

What is the correct engine? (If there is even one)

Discuss programming topics for the various GPL'd game engine sources.

Moderator: InsideQC Admins

Postby mh » Wed May 21, 2008 9:39 pm

Not to give the impression that Quake can't do open spaces, of course. The engine is perfectly capable of rendering anything that can be expressed in it's BSP format, including very very very wide open spaces. Just that the rendering algorithms it uses are very sub-optimal when it comes to that kind of scene.
We had the power, we had the space, we had a sense of time and place
We knew the words, we knew the score, we knew what we were fighting for
User avatar
mh
 
Posts: 2292
Joined: Sat Jan 12, 2008 1:38 am

Postby LordHavoc » Wed May 21, 2008 9:43 pm

mh wrote:Not to give the impression that Quake can't do open spaces, of course. The engine is perfectly capable of rendering anything that can be expressed in it's BSP format, including very very very wide open spaces. Just that the rendering algorithms it uses are very sub-optimal when it comes to that kind of scene.


The video motorsep linked was in q3bsp format, which is much more outdoor-friendly (as long as the lightgrid is set stupidly large, otherwise the bsp file becomes huge, and tweaking the blocksize can be necessary as well...).

However none of the bsp formats support level of detail switching on chunks, so they're not well suited to vast outdoor landscapes unless you use fog clipping (the Onslaught map included in Nexuiz 2.4.2, ons-reborn, uses fog clipping for this purpose), which is clearly cheating on the whole 'vast outdoor landscapes' thing a bit.
LordHavoc
 
Posts: 322
Joined: Fri Nov 05, 2004 3:12 am
Location: western Oregon, USA

Postby Urre » Thu May 22, 2008 10:16 am

Bah, screw LOD. ETQW didn't do any LOD now did it? I'd call that vast enough for most things
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Postby LordHavoc » Thu May 22, 2008 11:26 am

Urre wrote:Bah, screw LOD. ETQW didn't do any LOD now did it? I'd call that vast enough for most things


ETQW had no terrain LOD, but it did have architectural LOD - trees and various architectural details would fade out in the distance (using a strange dither mask thing).

It also had very low poly terrain.
LordHavoc
 
Posts: 322
Joined: Fri Nov 05, 2004 3:12 am
Location: western Oregon, USA

Postby Urre » Fri May 23, 2008 6:39 am

Yes well there's the point, you can still do LOD on such things. Just keep the trees and "architectural details" as entities, and you can fade them or change their model as much as you like.
I was once a Quake modder
User avatar
Urre
 
Posts: 1109
Joined: Fri Nov 05, 2004 2:36 am
Location: Moon

Previous

Return to Engine Programming

Who is online

Users browsing this forum: No registered users and 1 guest