Jump to content

MORE TEXTURES!!!


fumanshoo
 Share

Recommended Posts

How do you want to add more than 1 material to a character which only needs 1 material ??

When you exported your character with more than 1 material, you don't have to paint the mesh via script, only create material files with the name your materials had in the modelling programm ( or use converters like UU3D for automatic..)

Link to comment
Share on other sites

Basicaly you can have only 1 material per surface (which is a group of triangles) and you can have multiple surfaces in a mesh, and multiple meshes in a model. So you can target and paint a single surface, the whole mesh(and all it's surfaces) or whole model (and all sub meshes it contains) both in code and script. So if your mesh consists of only 1 surface you can have only one material assigned to it. - you can easily check that out in the modelviewer.

 

-edit:

or you could create a shader that blends additional textures based on uv's or whatever you can think of, you can assign textures to a material and send shader values from script

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...