generating meshes

IchUndNichtDu

18-11-2012 12:04:36

Is there any tutorial (or something like a tutorial) for generating meshes in python-ogre. I founded an example here but it's in c++ and hard to understand.

dermont

20-11-2012 15:22:37

Check the tests that ship with python-ogre in demos/ogre/tests/Test_ManualMeshes.py. Alternatively it may be easier to create a ManualObject and "convertToMesh" to create your ogre mesh.

http://www.ogre3d.org/docs/api/html/cla ... bject.html

If you still encountering problems I'll I try and upload a simple example.

IchUndNichtDu

20-11-2012 16:41:04

thanks i tried it not yet but i will.