Skip to content

Problem: Can not generate shapes

Lukas Orsvärn requested to merge lukors/vismut:int-slot into main

Generating shapes is a basic requirement to be able to generate noises and more.

Solution

Implement a few nodes that together can be used to generate shapes:

  • Math grayscale node to perform math operations on two
  • UV node to generate a UV image from two ints
  • Grayscale info node to get the size of a grayscale buffer as two ints
Edited by Lukas Orsvärn

Merge request reports