- Home /
How to apply shaders to a 3d model?
I have textures for a model but it also comes with shaders. Where do I put them?
Comment
Answer by rutter · Nov 06, 2013 at 09:11 PM
You'll need to create a material which uses the shader and texture(s) you want. See manual page materials and shaders for a bit more info. The short explanation is that a shader is a set of abstract instructions, and a material is a usable version of those instructions (plus any data required to run them).
Your answer
Follow this Question
Related Questions
Blending parts of texture on 3d object with skinned mesh 0 Answers
How Would I Create An (FPS RPG)? 1 Answer
Exporting mmd models into unity for a game 2 Answers
Texture panning causing texture smear? 1 Answer
Shader output to a texture 1 Answer