How can I "Flip" the surfaces of a mesh?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
robpearmain
Posts: 12
Joined: Mon May 22, 2006 2:56 pm

How can I "Flip" the surfaces of a mesh?

Post by robpearmain »

I want to "Flip" the surfaces of a mesh, turn them inside out.

Does anyone have any code to do this?

Cheers
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: How can I "Flip" the surfaces of a mesh?

Post by CuteAlien »

robpearmain wrote: Does anyone have any code to do this?
Yo - Irrlicht has ;)
irr::scene::IMeshManipulator has a member flipSurfaces (IMesh *mesh)
robpearmain
Posts: 12
Joined: Mon May 22, 2006 2:56 pm

Awesome

Post by robpearmain »

Thanks, and for the scalemesh info.
Post Reply