Editing 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
MasterKira
Posts: 11
Joined: Mon Feb 07, 2011 7:40 am

Editing mesh

Post by MasterKira »

Hi all, I'm new in this forum, but not to Irrlicht.

I've a question: there is a way to edit a mesh inside my C++ appplication?
Now I use Blender to create and edit 3D models outside my application... but there is a way to edit meshes inside it? For each vertex position or edit the amount of vertex (adding or deleting triangles), and so UV wrap?

Thanks anyway :D
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Check out example 23 (or near that number) which is called SMeshHandling. It creates and manipulates meshes in run-time.
Post Reply