Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The curve pair layout creates agents between two curves.



Attributes

AttributesTypeOverridableDescription
agentTypestringyesThe agent type name.
directionvector3yesCustom direction
numAgents1int
noNumber of agents for the first curve
numAgents2intnoNumber of agents for the second curve
curve1curvenoThe first reference curve
curve2curvenoThe second reference curve
directionTypeintno
  • 0: tangent
  • 1: normal
  • 2: custom direction
invertDirectionboolnoInvert the agent direction
upVectorvector3yesAgent up vector
useCVsboolnoCreates the agents using the curve cvs instead of using the numAgent attributes
numRowsintnoThe number of rows to generate between the curves
seedintnorandom seed
randomRangevector2noRange for randomizing the number of agents at each row. The second value must be greater than the first one
randomDistributionboolnoEnables the random distribution
randomDistributionRangevector2noRange to randomize the distribution of the agents at each row. Values should be between 0 and 1, the second value must be greater than the first one



  • No labels