Pixel-Composer/scripts/node_raymarching/node_raymarching.gml
2024-06-15 13:02:10 +07:00

6 lines
149 B
Plaintext

function Node_RM(_x, _y, _group = noone) : Node_Processor(_x, _y, _group) constructor {
name = "RM";
is_3D = NODE_3D.sdf;
batch_output = true;
}