Generalic Question -- where are the mesh files?

heefan

09-05-2009 08:25:24

Hi all,

I am learning Tutorial 2. http://www.ogre3d.org/wiki/index.php/Bl ... Tutorial_2

you see
mCube = mRenderSystem->createBody(new NxOgre::Box(1, 1, 1), NxOgre::Real3(0, 20, 0), "cube.1m.mesh");

cube.1m.mesh ? where can I find it ? because when I run it , nothing is shown. I have checked OGRESDK mesh files, there is no such mesh file.
It should be delivered with bloodymess, I think.

Thanks in advance.

betajaen

09-05-2009 09:51:05

It's just an example it isn't important of what it looks like. You could use your own, or create a 1x1x1 cube in a modelling program

heefan

09-05-2009 14:34:37

Thanks. I got it.

Acutally I wanna more mesh files. heehee ;-)