virtualx-engine/doc/classes/VisualShaderNodeIf.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
798 B
XML
Raw Normal View History

2019-04-15 14:49:41 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeIf" inherits="VisualShaderNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
2019-04-15 14:49:41 +02:00
<brief_description>
Outputs a 3D vector based on the result of a floating point comparison within the visual shader graph.
2019-04-15 14:49:41 +02:00
</brief_description>
<description>
This visual shader node has six input ports. Port 1 and 2 provide the two floating point numbers [code]a[/code] and [code]b[/code] that will be compared. Port 3 is the tolerance, which allows similar floating point number to be considered equal. Ports 4 to 6 are the possible outputs, returned if [code]a == b[/code], [code]a &gt; b[/code], or [code]a &lt; b[/code] respectively.
2019-04-15 14:49:41 +02:00
</description>
<tutorials>
</tutorials>
</class>