User Tools

Site Tools


reference_guide:math_expression_language:functions_variables:input_functions:input_scalar_mel

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.

reference_guide/math_expression_language/functions_variables/input_functions/input_scalar_mel.txt · Last modified: 2024/01/24 18:34 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki