Prophet
18-10-2008 09:04:15
I wonder, what is the small lib/dll-file is used for? When should and when shouldn't you use it, and what other libs/dlls do/don't you need when using it?
betajaen
18-10-2008 09:15:28
Mostly it takes out the HTML log bits and some minor (non-essential things). The biggest change is that it takes out all references to cooking and saving meshes; meaning that you don't need the NxCooking.dll anymore just the PhysXLoader.dll If you UPX compress the DLL even further, it gets very small.
I designed it for indie games; which are usually very small - and don't generally need to build a triangle mesh in the middle of a program.
Prophet
18-10-2008 09:23:52
Right, so if your game only loads meshes, you should use the small?
betajaen
18-10-2008 09:47:01
If you want to, but you won't be able to make any meshes either.