04-12-2014, 01:35 AM
It seems that the normal is not correct.
I don't know how did you rip the model, but this problem is most likely caused by not correctly converting a triangle strip to a triangle list.
You can refer to Wiki: Triangle strip.It says, every even-numbered triangle should be reversed.
I don't know how did you rip the model, but this problem is most likely caused by not correctly converting a triangle strip to a triangle list.
You can refer to Wiki: Triangle strip.It says, every even-numbered triangle should be reversed.