eekskekdje Posted November 3, 2017 Share Posted November 3, 2017 I finally got a texture for my mesh working, but it is supposed to have 2 textures. The roof is not rendering. Does anyone know a solution? thnx Link to comment Share on other sites More sharing options...
Grospolina Posted November 3, 2017 Share Posted November 3, 2017 As far as I know, each NiTriShape mesh can only have 1 texture set (set of diffuse, normal, specular, etc.) applied to it. Since your house is a single mesh, you would have to have both wall textures and roof textures in a single file. The alternative (and more typical way) is to split it up into two separate NiTriShape meshes - one for the walls and one for the roof. They should both be under a single NiNode. Then you can apply separate texture sets to them. Link to comment Share on other sites More sharing options...
Recommended Posts