Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ardieffects:showsequencemarkers [2022/05/20 11:34] – external edit 127.0.0.1ardieffects:showsequencemarkers [2025/12/18 22:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +=====ShowSequenceMarkers=====
  
 +====Summary====
 +
 +This behaviour will show visible markers that indicate the sequence of a relationship.
 +
 +These appear as large, floating arrows that point towards the asset showing their sequence number (ie. 1 for the first item, 2 for the second).
 +
 +The //frequency// parameter can be used to reduce how often the markers appear, as showing one arrow for each asset can create very messy environments.
 +
 +====Parameters====
 +
 +===Relationship===
 +
 +//Type: [[text]]
 +Default: **Sequence**//
 +
 +The name of relationship being explored.
 +
 +===Asset===
 +
 +//Type: [[Integer]]
 +Default: **0**//
 +
 +The ARDI ID of an asset in the scene.
 +
 +===Offset===
 +
 +//Type: [[Vector3]]
 +Default: **0,1,0**//
 +
 +The positional offset of the sequence marker to its respective asset. Positional coordinates are entered in X,Y,Z coordinates respectively.
 +
 +===Colour===
 +
 +//Type: [[RGBA]]
 +Default: **0.9,0.05,0.55,0.2**//
 +
 +The color of the marker. Color values are entered as Red, Green, Blue and Alpha respectively.
 +
 +===Frequency===
 +
 +//Type: [[Integer]]
 +Default: 10//
 +
 +How often the marker should be shown. For example, a value of '10' (the default) will create a marker on every 10th asset along the relationship.
 +
 +====Examples====
 +
 +<code xml>
 +  <ShowSequenceMarkers offset="0,1,0" relationship="Sequence" frequency="5"/>
 +</code>
 +
 +//This creates markers floating above every 5th asset along the Sequence relationship.//