Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ardiscript:perspective [2018/07/16 00:15]
optrix
ardiscript:perspective [2018/07/22 23:48] (current)
optrix
Line 74: Line 74:
  
 Up-Down Offset allows you to enter a number of degrees (from 0-360) to rotate around the asset in the up and down direction. If you find that the perspective function ends up looking at the front of the item and you'd prefer to view it from the top, you can add an udoffset of 90. Up-Down Offset allows you to enter a number of degrees (from 0-360) to rotate around the asset in the up and down direction. If you find that the perspective function ends up looking at the front of the item and you'd prefer to view it from the top, you can add an udoffset of 90.
 +
 +===Children===
 +
 +//Type: [[bool]]
 +Default: **true**//
 +
 +If //true//, the center and distance from the target is made up of the component itself, plus all **children** of that component. ​
 +
 +If //false//, only the component itself is focused on - any parts within it are ignored.
  
 ====Remarks==== ====Remarks====