Pixel-Composer/scripts/node_raymarching/node_raymarching.gml

6 lines
149 B
Plaintext
Raw Normal View History

2024-06-15 08:02:10 +02:00
function Node_RM(_x, _y, _group = noone) : Node_Processor(_x, _y, _group) constructor {
name = "RM";
is_3D = NODE_3D.sdf;
batch_output = true;
}