Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: Imotekh on June 27, 2016, 06:22:11 pm

Title: [SOLVED] [WotLk] Texturing and light on model in game
Post by: Imotekh on June 27, 2016, 06:22:11 pm
Hi guys! Please help me.
I created half of a model and on this half create UV and create texture on this half, after I symmetry this half and connect. After I put texture on model, it's all ok.
In model viewer all OK.
But on WOTLK client --- on picture...

Please Sorry for my English  :?

Thanks!

(http://ehloy.com/123.png)



Okey, i on step convert mdx to m2 in mdl file paste this
Materials 1 {
   Material {
      Layer {
         FilterMode None,
         static TextureID 0,
      }
   }
}
-------
but I paste this and my model change very bright and shadow on model delete
-------
Materials 1 {
   Material {
      Layer {
         FilterMode Transparent,
         TwoSided,
         static TextureID 0,
      }
   }
}

who know normal parameter  or something?
Title: Re: [QUESTION] [WotLk] Texturing and light on model in game
Post by: Steff on June 28, 2016, 01:28:41 pm
Try to recalulate normals in 3d editor you use.
Title: Re: [QUESTION] [WotLk] Texturing and light on model in game
Post by: Imotekh on June 28, 2016, 08:56:50 pm
Quote from: "Steff"
Try to recalulate normals in 3d editor you use.
Okay, thanks, i try you to use your advice, and will tell later
Title: Re: [QUESTION] [WotLk] Texturing and light on model in game
Post by: Imotekh on June 29, 2016, 07:57:48 pm
Okey, when I did the symmetry, the normal has turned over.
I fix this, and it worked) Thanks!
Title: Re: [SOLVED] [WotLk] Texturing and light on model in game
Post by: Steff on June 30, 2016, 11:39:31 am
No problem :)