This patch extends Musgrave noise to operate in 1D, 2D, 3D, and 4D
space. The Color output was also removed because it was identical
to the Fac output.
This patch was created from the noise-node branch, and it depends on D5560.
Differential D5566
Shading: Extend Musgrave node to other dimensions. Authored by Omar Emara (OmarSquircleArt) on Aug 23 2019, 9:54 AM. Tags None Subscribers None
Details This patch extends Musgrave noise to operate in 1D, 2D, 3D, and 4D This patch was created from the noise-node branch, and it depends on D5560.
Diff Detail
Event TimelineComment Actions The musgrave code needs to refactored to avoid writing to inputs and to follow best practices, in particular, we want the declarations to be closer to the initializations and limit the scope of variables. Comment Actions Looks good overall.
| ||||||||||