|
|
| |
swizzle_model(3) |
Arcan Lua API |
swizzle_model(3) |
swizzle_model - Modify the vertices of the specified model to reverse the
winding order.
success
swizzle_model( modelvid )
The order in which vertices are specified (clockwise or counterclockwise)
determine the direction in which the triangel is facing (front or back). For
some models, one may want to reorder these on some condition without changing
the order that the current camtagged object is using.
- 1
- This applies to all meshes CURRENTLY associated with the
model.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |