E
eXKalibuR
Guest
Hi mates,
I'm using XSI to export a simple chair model and I got a weird corruption. I have just tested it inside the model viewer, this is what I have and this is what I get once compiled:
My .qc is:
I can't find any information about my problem...
Do you know what is wrong??
Thanks.
I'm using XSI to export a simple chair model and I got a weird corruption. I have just tested it inside the model viewer, this is what I have and this is what I get once compiled:
My .qc is:
// Output .MDL
$modelname "eii_objetos\silla_5.mdl"
//Location of textures in the materials folder
$cdmaterials models/eii_objetos/
$surfaceprop "default"
//$staticprop // Remove this line for a prop_physics object
$scale 1.0
// Whole body
$body studio "./silla_5.smd"
// Sequences: all sequences are in $cd
$sequence idle "silla_5_idle.smd" loop fps 15
$collisionmodel "silla_5_phys.smd"
{
// Mass in kilograms
$Mass 5
$concave
}
I can't find any information about my problem...
Do you know what is wrong??
Thanks.