A Little question from a newbie...

Beginer_Programmer

21-10-2008 02:40:50

Hiya, I was wondering if anyone could tell me how to make a mesh? I started getting into python programming about a week ago, and I was wondering if anyone could give me a little guidance about the programming. I want to be able to make horses and humans by the time I become an intermediate. Sorry for any time answering these questions and many more to come,

~Beginer_Programmer.

scriptkid

21-10-2008 08:45:28

Hi,

creating meshes is not a part of coding, but rather modeling. You might ask this on the main Ogre forum dedicated to content creation:
http://www.ogre3d.org/phpBB2/viewforum.php?f=8

To summarize, you need a modeling tool + exporter to Ogre's mesh format.

HTH.

Beginer_Programmer

22-10-2008 00:09:40

Oh, thank you very much. Your reply is much appreciated.

silentpolygon

22-10-2008 16:49:27

To shorten the loooooong search for a modeling program. Try blender http://www.blender.org. It is the most used opensource 3D-Tool and ogre has an well documented and functionig exporter to it.

Also, before starting programming in Python-ogre you should be used to Object-Oriented Programming.

My Tip. Buy a good Book (O'reilly has very good Books about python) and work through it.

believe me. i tried to start Pythopn Programming with Python-ogre and it can be very frustrating when you dont understand the basics.

dreamak

02-11-2008 20:20:32

I like this "online" book http://www.freenetpages.co.uk/hp/alan.gauld/ .. it could be a good starting point. You can choose from another 6 language translations and download the whole book in zip or pdf as well.

jhocking

05-11-2008 02:48:18

Hey thanks for that link! I don't need it personally, but I teach classes to people new to programming, so I'm always on the lookout for new resources that they might find useful.