cloth fails to cook

Grom

14-02-2007 16:01:32

I'm using eihort and the newest nxOgre.

I've tried creating a simple cloth, I actually just copied the code from your tutorial 1001. It closes out immediately, and the NxOgre.physics.log has this:

** Fatal Error **
Cooking mesh has failed

cloth : cloth::cloth/MemoryWriteBuffer


I tried adding NxInitCooking() before the call to "create", but to no avail

betajaen

14-02-2007 16:27:10

Did you compile it in Debug or Release? Because Debug cooking needs to be cooked to a disk, and Release to memory.