titanhope
19-10-2009 08:36:00
i'm user ogre 1.7 now i want convert mesh to nxs but err.
i see flour 0.4 use .Flower convert to .nxs
my question is what is .flower, how to get it form .mesh or .3ds files
thank's
ljenjoylife
19-10-2009 09:23:34
you can use blend exporter to import the model file,
and use the blend exporter(after load the flower exporter .py script) to export the .flower file
titanhope
19-10-2009 09:42:00
after load the flower exporter .py script???
how to load flower?
if flower is python script how can get it?
betajaen
19-10-2009 10:19:12
.flower file can be directly loaded from NxOgre by the ressource Manager?
What is the diffence between loading .flower or loading .nxs?
Thanks,
Thomas
betajaen
15-11-2009 23:54:12
Nope. Flower files are read by Flour only.
Just think of it as an intermediate format, much like the Ogre XML Mesh file-format.
Ok thanks,
And does exist a performance difference between loading .mesh and loading .nxs?
Thanks,
Thomas
betajaen
16-11-2009 18:46:58
mesh and nxs are not related, One is for visualisation with Ogre and one is for collision with PhysX. So there would be no performance difference between them, in NxOgre using Ogre you'd use them both together.
mesh and nxs are not related, One is for visualisation with Ogre and one is for collision with PhysX. So there would be no performance difference between them, in NxOgre using Ogre you'd use them both together.
Thanks !!