VisualShaderNodeVectorDistance.xml 627 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualShaderNodeVectorDistance" inherits="VisualShaderNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Returns the distance between two points. To be used within the visual shader graph.
  5. </brief_description>
  6. <description>
  7. Calculates distance from point represented by vector [code]p0[/code] to vector [code]p1[/code].
  8. Translated to [code]distance(p0, p1)[/code] in the shader language.
  9. </description>
  10. <tutorials>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <constants>
  15. </constants>
  16. </class>