Search found 2 matches

by mikehayes85
Tue Aug 28, 2012 8:35 am
Forum: General Programming
Topic: Standalone game
Replies: 7
Views: 4711

Re: Standalone game

If you're considering using Quake as a base, I would deeply consider the idTech 4/Doom 3 engine which was recently GPLed. I think you'd have a lot more flexibility and ability to create graphics which can really push the limits of the hardware, rather than the game engine. I would suggest reading so...
by mikehayes85
Tue Aug 28, 2012 7:54 am
Forum: General Programming
Topic: Doom 3 engine release and game code
Replies: 794
Views: 363871

Re: Doom 3 engine release and game code

Reckless: I tried your stencil shadow code from an earlier post in my copy of Doom 3, however I had to make a slight revision to it because the flipping of GL_FRONT and GL_BACK during the two-sided stencil operations doesn't allow shadows to be rendered in mirrors, however the fallback code does. It...