Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Sesquipedalian on November 21, 2003, 05:24:24 am
-
I've been searching for a way to turn the shine mapping and glow mapping off entirely (not just adjust it down to zero) so that the rendering of these textures simply doesn't happen. This is essentially an attempt to save my framerates. How can I do so?
-
To turn off shine mapping, use -nospec. Turning off glow mapping is not currently possible.
As you've seen in the Internal (Feature Activation), we're working on it. ;)
-
In the newest build it should be -noglow
Also if you remove your fs2_open vp that will do it as well.