Changes

Jump to: navigation, search

Canvas 3D - Scale Tags

86 bytes added, 20:52, 22 March 2007
Tag Attributes
== Introduction ==
The Scale Tag is a way of scaling multiple objects in a direction all at the same time. Any Tags that are written within it at the Scale Tag are scaled by an amount specified by the Scale Tagits attribute.
== Tag Attributes ==
* factor
** '''Usage:''' <scale factor="3.02,2"> ... </scale>.
** The ''factor'' attribute contains a value that modifies the size attribute of the objects the scale tag encompasses.
** The first value is scale horizontal and the second value scale vertical.** The values inside the factor attribute are addativeadditive.
** This attribute is mandatory.
<pre>
<canvas>
<scale positionfactor="3.0">
<cube name="mycube" size="1.0" />
<sphere name="mysphere" size="30.0" />
1
edit

Navigation menu