| ... | @@ -15,9 +15,12 @@ Particle attributes are “per point” in this effect, so keeping 'amount' low |
... | @@ -15,9 +15,12 @@ Particle attributes are “per point” in this effect, so keeping 'amount' low |
|
|
| Attribute | Alias | Description | Default Value |
|
|
| Attribute | Alias | Description | Default Value |
|
|
|
| --------------- | -------- | --------------------------------------------------- | ------------- |
|
|
| --------------- | -------- | --------------------------------------------------- | ------------- |
|
|
|
| distanceBetween | db | The distance between each point in the line | 0.25 |
|
|
| distanceBetween | db | The distance between each point in the line | 0.25 |
|
|
|
| startYOffset | syo, ys | Offset Y location of the starting point of the line | 0 |
|
|
| startYOffset | syo | Offset Y location of the starting point of the line | 0 |
|
|
|
| targetYOffset | tyo, yt | Offset Y location of the target point of the line | 0 |
|
|
| targetYOffset | tyo | Offset Y location of the target point of the line | 0 |
|
|
|
| fromOrigin | fo | Whether to draw the line from the origin instead | false |
|
|
| fromOrigin | fo | Whether to draw the line from the origin instead | false |
|
|
|
|
| xSpread | xs | Spread of particles on the x axis | 0 |
|
|
|
|
| ySpread | ys | Spread of particles on the y axis | 0 |
|
|
|
|
| zSpread | zs | Spread of particles on the z axis | 0 |
|
|
|
| zigzag | zz | Whether to draw the line to the target as a zigzag | false |
|
|
| zigzag | zz | Whether to draw the line to the target as a zigzag | false |
|
|
|
| zigzags | zzs | Amount of zigzags when using the zigzag option | 10 |
|
|
| zigzags | zzs | Amount of zigzags when using the zigzag option | 10 |
|
|
|
| zigzagOffset | zzo | Offset of each zigzag | 0.2 |
|
|
| zigzagOffset | zzo | Offset of each zigzag | 0.2 |
|
| ... | | ... | |