- Dec 25, 2007
- 566
- 440
I've made a cannon model in XSI for cp_siege, and am trying to make a physics model for it, as the one generated by default is pretty poor. So I made a model out of six cubes:
However, after exporting that, when I compile the model I get a whole lot of errors:
And then it clearly generated an incorrect physics model:
Has anyone worked with physics models before? Any ideas why this physics model is not compiling correctly?
However, after exporting that, when I compile the model I get a whole lot of errors:
Code:
Building binary model files...
Working on "vfig-cannon.qc"
SMD MODEL ./vfig-cannon_ref.smd
SMD MODEL ./vfig-cannon_idle.smd
SMD MODEL ./vfig-cannon_phys.smd
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: Model has 2-dimensional geometry (less than 0.500 inches thick on any axis)!!!
WARNING: COSTLY COLLISION MODEL!!!! (36 parts - 20 allowed)
WARNING: Error with convex elements of ./vfig-cannon_phys.smd, building single convex!!!!
Model has 1 convex sub-parts
Collision model completed.
And then it clearly generated an incorrect physics model:
Has anyone worked with physics models before? Any ideas why this physics model is not compiling correctly?
Last edited: