Basic Input Types

 

Global Variable:

basic_in_idreturns the index of any input created by you (starting with 0 excluding Time and On). 

 

Example:

In the example shown above, the Birth Amount Scalar value is connected to the birth_amount input. The following input IDs are assigned: Objects is id 0, Group is 1 and birth_amount is 2. This value can be sued as follows.

Example:

objects_in_parallel(-1,  esurface_, birth_amount_in_id); \\
\\
%%//%% this is the same as hard coding the input like this:\\
objects_in_parallel(-1,  esurface_, 2);

 

There are a few basic input types available. The following types are available:

  1. Scalar
  2. Vector
  3. Particle

= ©2024, cebas Visual Technology Inc. =