Modcraft - The community dedicated to quality WoW modding!
Content creation => Modelling and Animation => Topic started by: Vortalex on March 18, 2015, 02:56:10 am
-
For some reason my flag has this insane brightness no matter what time of the day it is. Here, it is night time and this thing is practically teeming with light:
(http://i.imgur.com/irsqDbq.png)
I'm guessing this is more a model issue not really a texture issue. Anyone know how I can remove the brightness?
-
In fact its lot light, its just not being shaded at all. Some waterfalls and also some shiny trees and such things have this. But I sadly don't know how to remove it. Dahaga may know, he already did so with leaf geoset on bamboo models from cataclysm for me.
-
Bump
-
Did you check the renderflags? If the model is unshaded it will not be affected by lighting (and appear to be shining in dark environments).
Also, if you edited the model in MDLVIS it bugs the model normals and redirects the light to where it should not (in that case you must find a way to smooth normals, like importing it to 3dsmax/blender or edit the normals manually in notepad as a MDL model before converting it to M2).
-
check if you have the unlit flag on the renderflags on that mesh. if so, take it out.
-
Set the render flag to two_sided(4) and blending mode to RM_AlphaTesting(1)