Possible to have to textures on one model?

Shinobi

Tank
Joined
Sep 20, 2003
Messages
1,478
Reaction score
0
I have a body texture and a head texture that I want to apply to one model.. is it possible to have 2 textures on different face assignments?
 
Yes, just use different material ids for the different sets of polys (or use two separate meshes)
 
really? cool :D


this must be one of the first engines I've used to support that, which is why I asked first..


I'm assuming there's some sort of material ID code like basetexture1ID1

I'll scour the wiki again
 
it doesn't use any naming conventions other than extensions (vtf, etc... obviously) when you export/save to smd it captures the name of the material applied to an id, and the id numbers applied to each polygon, you can do the math there :) .
 
totally

I realised that after I posted and realised I was an idiot :D


thx very much for the help/advice
 
Back
Top