Houdini 20.5 Nodes VOP nodes

Karma ST Derivatives VOP node

Generates derivatives of input variable

On this page
Since 20.5

Returns derivatives of input variable with respect to s and t texture coordinates and square root of the area differential - the approximate edge length.

Parameters

Signature

The following signatures are available for computing vector, vector2 and float.

Inputs

input

Input variable to compute derivatives.

Outputs

derivS

The change of the input variable with respect to the primitive’s s parametric direction.

derivT

The change of the input variable with respect to the primitive’s t parametric direction.

derivScale

The approximate edge length of the shading area in the parametric coordinates.When this scale is multiplied by the derivS and derivT vectors, their magnitude will represent the original shading area in parametric space. Thus, the square of this value is the shading area in parametric space.

VOP nodes