spacer
spacer

Juan Quiroz
quiroz[at]cse.unr.edu

spacer
Sun, November 22, 2009 
header
 
 

Home IGAs Lagoon Stuff Papers Code Movies Links Miscellaneous Resume

Get Zotero

Help us evaluate 3D models!
Take survey

 
Lagoon work


Object Transformations in Lagoon
This works on both n3d and obj files.

Scaling
wftrans -s scale_factor < object_file > scaled_object_file
ex. wftrans -s 2 < fishingboat.n3d > newfishingboat.n3d
ex. wftrans -s .5 < cigboat.n3d > smallcigboat.n3d

Rotation About an Axis
wftrans -r[x,y,z] degree < object_file > scaled_object_file
ex. wftrans -rx 90 < fishingboat.n3d > newfishingboat.n3d
ex. wftrans -ry 180 -rz 45 < cigboat.n3d > smallcigboat.n3d

 
   
spacer