mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-25 06:26:42 +01:00
8 lines
No EOL
237 B
Text
8 lines
No EOL
237 B
Text
function Node_Rim(_x, _y, _group = noone) : Node_Shader_Processor(_x, _y, _group) constructor {
|
|
name = "Rim";
|
|
shader = sh_rim;
|
|
|
|
inputs[1] = nodeValue_Rotation("Angle", self, 0);
|
|
addShaderProp(SHADER_UNIFORM.float, "rotation");
|
|
|
|
} |