Nxustream binary file

Kim2

25-11-2008 21:47:27

I've been messing around with this tool which allows you to import an obj file and decompose it into many small convex hulls to form a very accurate compound collision.

http://www.amillionpixels.us/toolkit.html

But it exports in .nxb and I can't seem to find any information about loading this format into physx. Can you guys tell me anything about it?

betajaen

25-11-2008 22:10:24

I hate the Nxustream classes and refuse to support it. We have better serialisation classes, code and examples.


You may want to look at Scythe for convex compound generation.

Kim2

25-11-2008 22:52:27

Alright, I'll try out Scythe.

Kim2

02-12-2008 06:28:43

So when you decompose the mesh in scythe it generates a whole bunch of .bin files. Is each of these a convex body that you need to add to a compound collision manually?