vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Adds z as a parameter to the noise functions #666

Closed chkworks closed 4 months ago

chkworks commented 6 months ago

PR Details

Makes the noise shader animatable.

Description

This PR adds the value provided on the z input pin to the noise function in the shader.

Related Issue

Proposed on the chat.

Motivation and Context

Before that, only the types ending with *Grad were taking the z into account, and all the others were not animatable. Providing access to z for all noise types in this node makes it more consistent.

Types of changes

Checklist