| 167 |
|
To rotate ``book'' 30 degrees about the x axis then |
| 168 |
|
move 20 in y, prepending the name book1: |
| 169 |
|
.IP "" .2i |
| 170 |
< |
xform -n book1 -rx 30 -t 0 20 0 book > book1 |
| 170 |
> |
xform \-n book1 \-rx 30 \-t 0 20 0 book > book1 |
| 171 |
|
.PP |
| 172 |
|
To expand all commands and see what information is actually used by RADIANCE: |
| 173 |
|
.IP "" .2i |
| 176 |
|
To create a two-dimensional array of 20 lights, after an initial rotation |
| 177 |
|
and followed by a global translation (no command expansion): |
| 178 |
|
.IP "" .2i |
| 179 |
< |
xform -c -rz 90 -a 5 -t 2 0 0 -a 4 -t 0 1.5 0 -i 1 -t 0 0 10 light |
| 179 |
> |
xform \-c \-rz 90 \-a 5 \-t 2 0 0 \-a 4 \-t 0 1.5 0 \-i 1 \-t 0 0 10 light |
| 180 |
|
.SH ENVIRONMENT |
| 181 |
|
RAYPATH path to search for scene files |
| 182 |
|
.SH AUTHOR |