|
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
|