Home News quack.shadergraphplus November Update

November Update

November Update

Additional Nodes

Additional Boolean Logic


Added some Boolean logic nodes for those who need them.

  • All
  • And
  • Any
  • Is Infinite 
  • Is Nan
  • Nand
  • Not
  • Or

image.png 49.92 KB

Matrix Split Node 



Added the Matrix Split node which now let you split a matrix type in either Row Major or Column Major order.
image.png 228.27 KB
The output vector will be determined by whether the input is Float2x2, Float3x3, or Float4x4.
For example When in Row Major mode if the input is Float2x2 Output M0 will output A float2 for the first row
and M1 will output another float2 for the second row. While M2 & M3 will output float4 with all zero's.

Gradient Value Editor

Added a Gradient Value Editor for the Gradient node. So that you can immediately see what the gradient looks like without having to click on the node.
2025-11-04_23-54-04.mp4 87.48 MB
Clicking on the gradient area also opens up a gradient editor popup just like its handled for the color value editor of the color constant and color parameter node.
Back to News