OvrMathf

Subclass of Ovr.OvrNode

Description

This Node is responsible for implementing simple Mathematic operations between OvrNumericVariables.

Variable Compatibility

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

Attributes

Note: the following attributes are added to the existing ones from the super class OvrNode

NameTypeDescription

MathFunctionType

Type of operation

Variable1

First Operation Variable

Variable2

Second Operation Variable

Result

Operation result

Last updated