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 14 Current »

The mesh avoidance module makes sure your agents do not collide with a given mesh.



Attributes

AttributesTypeOverridableDescription
behave3dboolnoEnables up and down intersections, instead of left and right only. 
distancefloatyesThe threshold distance. All agents within this distance range from the mesh will be evaluated.
maxTurnAngledoublenoThe max turn angle.
meshmesh
noThe mesh to avoid.
meshParentMatrixmatrixnoThe mesh parent matrix.
meshTranslationvector3noThe mesh translation.
meshScalevector3noThe mesh scale.
meshRotationvector3noThe mesh rotation.
weightdoubleyesWeight.
boundingBoxMultiplierdoublenoBounding box multiplier for intersection evaluation.
debugboolnoenables module debug drawing.
ignoreNextDirectionalModulesboolyesIf enabled, all next directional modules in the stack will be ignored.


  • No labels