Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • "Bits" only have two states: 0 and 1. 
  • "Integers" are numbers like 5, 873, or 43324.
  • "Real" numbers are also called decimal fractions and the number of decimals is called precision. Examples are 3.1415, 642.5, or 1054.343578. 
  • "Vector3" expects a trio of values and these values can be integers or reals. A typical "Vector3" is a particle's position or normal. These vectors always consist of three elements – one for each axes.
  • "Color4" stores a total four values: RGB plus an Alpha channel

...

NameDescription
BitA bit constant. Suitable for direct user input.
Color4A four component float color constant. Component values vary from 0.0 to 1.0.
ColorGradientA color gradient constant. Suitable for direct user input.
IntegerAn integer constant. Suitable for direct user input.
Integer64A 64 bit integer constant. Suitable for direct user input. Due to RealFlow user interface limitations, even while the stored value is of 64 bit precission,the parameter introduced by the user is still treated as a 32 bit value. To create a value bigger than 2^32 it is necessary to perform extra arithmetic operations or get it from a different node.
RealA float constant. Suitable for direct user input.
Vector3A three component float vector constant.

AnchorBitBit 

Bit

A bit constant. Suitable for direct user input.

...

NameTypesPassThroughDescription
bitBit
Expand
titleOptional

in

The bit

AnchorColor4 

Color4

Color4

A four component float color constant. Component values vary from 0.0 to 1.0.

...

NameTypesPassThroughDescription
colorColor4
Expand
titleOptional

in

The color

...

 

ColorGradient

A color gradient constant. Suitable for direct user input.

Inputs

NameTypesPassThroughDescription
inColorGradient
Expand
titleOptional

out

The in

Outputs

NameTypesPassThroughDescription
outColorGradient
Expand
titleOptional

in

The out

 

Integer

An integer constant. Suitable for direct user input.

Inputs

NameTypesPassThroughDescription
inInteger
Expand
titleOptional

integer

The in

Outputs

NameTypesPassThroughDescription
integerInteger
Expand
titleOptional

in

The integer

AnchorInteger64Integer64 

Integer64

A 64 bit integer constant. Suitable for direct user input. Due to RealFlow user interface limitations, even while the stored value is of 64 bit precission,the parameter introduced by the user is still treated as a 32 bit value. To create a value bigger than 2^32 it is necessary to perform extra arithmetic operations or get it from a different node.

Inputs

NameTypesPassThroughDescription
inInteger64
Expand
titleOptional

integer64

The in

Outputs

NameTypesPassThroughDescription
integer64Integer64
Expand
titleOptional

in

The integer64

AnchorRealReal 

Real

A float constant. Suitable for direct user input.

Inputs

NameTypesPassThroughDescription
inReal
Expand
titleOptional

real

The in

Outputs

NameTypesPassThroughDescription
realReal
Expand
titleOptional

in

The real

AnchorVector3Vector3 

Vector3

A three component float vector constant.

Suitable for direct user input.

Inputs

NameTypesPassThroughDescription
inVector3
Expand
titleOptional

vector

The in

Outputs

NameTypesPassThroughDescription
vectorVector3
Expand
titleOptional

in

The vector