Addition
Add two variables
Subtraction
Subtract two variables
Multiplication
Multiply two variables
Division
Divide two variables
Subclass of Ovr.OvrNode
Description
This Node is responsible for implementing simple Mathematic operations between OvrNumericVariables.
Based on the type of variables involved, some operations are not allowed:
OvrInt and OvrFloat cannot be Added or Subracted to OvrVector2, OvrVector3 and OvrQuaternion, nor can be Multiplied or Divided to OvrQuaternion
OvrQuaternion can only be Multiplied to OvrVector3 and OvrQuaternion
Note: the following attributes are added to the existing ones from the super class OvrNode
Name | Type | Description |
---|---|---|
MathFunctionType
Type of operation
Variable1
First Operation Variable
Variable2
Second Operation Variable
Result
Operation result