Clone object.
#include <ayam.h>
Data Fields | |
| int | numclones | 
| number of clones to create  | |
| int | rotate | 
| rotate clones (perpendicular to trajectory)?  | |
| int | mirror | 
| enable mirror mode? (0 - no, 1,2,3 - yes (YZ,XZ,XY))  | |
| double | quat [4] | 
| quaternion  | |
| double * | pnts | 
| read only points [pntslen*4] (created on request)  | |
| unsigned int | pntslen | 
| number of read only points  | |
| int | pntsrat | 
| are the read only points rational? (0 - no, 1 - yes)  | |
| ay_object * | clones | 
| cached clones  | |
| double | movx | 
| translation  | |
| double | movy | 
| translation  | |
| double | movz | 
| translation  | |
| double | rotx | 
| orientation  | |
| double | roty | 
| orientation  | |
| double | rotz | 
| orientation  | |
scale attributes  | |
| double | scalx | 
| scale  | |
| double | scaly | 
| scale  | |
| double | scalz | 
| scale  | |
 1.6.3