Blender: Difference between revisions
From wikiluntti
(Created page with "== Introduction == Some introductory material to Blender 3D. == Theory == === Shader Editor === ==== Rusty metal ==== ==== Wood ==== == References ==") |
(→Theory) |
||
Line 5: | Line 5: | ||
== Theory == | == Theory == | ||
=== Animate Paths === | |||
The animation of paths is easy with AnimAll plugin. Enable it at Preferences. | |||
=== Shader Editor === | === Shader Editor === | ||
Line 10: | Line 14: | ||
==== Rusty metal ==== | ==== Rusty metal ==== | ||
Add ''Bump'' (Strength: 0.5), ''ColorRamp'' (to Bump/Height), ''NoiseTexture'' (Scale: 1.5, Detail: 16), ''Mapping'' and ''Texture Coordinate''. | |||
Also a second Bump (to Bump/Normal), ''NoiceTexture'' (Scale: 50, Detail: 16) and ''NoiceTexture'' (Scale: 20, Detail: 16). | |||
==== Wood ==== | |||
== References == | == References == |
Revision as of 18:53, 25 March 2021
Introduction
Some introductory material to Blender 3D.
Theory
Animate Paths
The animation of paths is easy with AnimAll plugin. Enable it at Preferences.
Shader Editor
Rusty metal
Add Bump (Strength: 0.5), ColorRamp (to Bump/Height), NoiseTexture (Scale: 1.5, Detail: 16), Mapping and Texture Coordinate.
Also a second Bump (to Bump/Normal), NoiceTexture (Scale: 50, Detail: 16) and NoiceTexture (Scale: 20, Detail: 16).