I want to "Flip" the surfaces of a mesh, turn them inside out.
Does anyone have any code to do this?
Cheers
How can I "Flip" the surfaces of a mesh?
Re: How can I "Flip" the surfaces of a mesh?
Yo - Irrlicht has ;)robpearmain wrote: Does anyone have any code to do this?
irr::scene::IMeshManipulator has a member flipSurfaces (IMesh *mesh)
-
- Posts: 12
- Joined: Mon May 22, 2006 2:56 pm
Awesome
Thanks, and for the scalemesh info.