KenzieMac130 / ogre-procedural

Automatically exported from code.google.com/p/ogre-procedural
0 stars 0 forks source link

Are the lines on the home page of this project supposed to work ? #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I read on the home page

//Initialisation
Procedural::Root::getInstance()->sceneManager = mSceneMgr;
//Create a sphere
Procedural::SphereGenerator().setRadius(5.f).setUTile(.5f).generate("mySphere");
mSceneMgr->createEntity("mySphere");

------

is this supposed to work with the current version ?
your lib seems great, I have some difficulties making it work with VC10

Original issue reported on code.google.com by ezjonas on 10 Mar 2012 at 5:57

GoogleCodeExporter commented 8 years ago
I don't understand, how is the putMesh2() function supposed to work, there is 
no default value for Vector3 & position...

Original comment by ezjonas on 10 Mar 2012 at 6:53

GoogleCodeExporter commented 8 years ago
Okay I managed to make some things work for me, now I'm trying to define some 
materials, bit I'll read all the of forum posts tomorrow.

Keep up the good work !

Original comment by ezjonas on 10 Mar 2012 at 9:52

GoogleCodeExporter commented 8 years ago
The lines from the home page are supposed to work with v0-1, which is the 
version on the download page (quite old, will soon get replaced)

Original comment by michael.broutin@gmail.com on 16 Mar 2012 at 4:32

GoogleCodeExporter commented 8 years ago

Original comment by michael.broutin@gmail.com on 27 Mar 2012 at 10:03