VisualShaderNodeVectorScalarStep.xml 536 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualShaderNodeVectorScalarStep" inherits="VisualShaderNode" version="3.4">
  3. <brief_description>
  4. Calculates a vector Step function within the visual shader graph.
  5. </brief_description>
  6. <description>
  7. Translates to [code]step(edge, x)[/code] in the shader language.
  8. Returns [code]0.0[/code] if [code]x[/code] is smaller than [code]edge[/code] and [code]1.0[/code] otherwise.
  9. </description>
  10. <tutorials>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <constants>
  15. </constants>
  16. </class>