Blender (software): Difference between revisions

Line 30: Line 30:
* [https://www.youtube.com/watch?v=TjGL4RjR13Q Making a raspberry by Bad Normals]
* [https://www.youtube.com/watch?v=TjGL4RjR13Q Making a raspberry by Bad Normals]
* [https://www.youtube.com/watch?v=52UYqe3zdxQ Making a gumdrop by Blender Guru]
* [https://www.youtube.com/watch?v=52UYqe3zdxQ Making a gumdrop by Blender Guru]
==Materials and Shaders==
Blender uses a node system for shader which let you composite different textures and BSDFS.
===Bypass BSDF===
If you wish to use a raw colors from a texture, bypassing materials altogether, you can directly attach a texture node output to the material output.<br>
For transparent textures, you will need a transparent BSDF node and a mix node with alpha connected to <code>mix.outputs["Fac"]</code> to achieve transparency.


==Animations==
==Animations==