File: musgrave.rst

package info (click to toggle)
blender-doc 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 253,604 kB
  • sloc: python: 13,030; javascript: 322; makefile: 113; sh: 107
file content (13 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
.. _bpy.types.ShaderNodeTexMusgrave:

*********************
Musgrave Texture Node
*********************

The Musgrave texture node was replaced by the
:doc:`Noise Texture </render/shader_nodes/textures/noise>` node,
which includes all the same functionality.

* The Dimension input was replaced by a Roughness input, where :math:`Roughness = Lacunarity^{-Dimension}`.
* The Detail input value must be subtracted by 1 compared to the old Musgrave Texture node.