BGE patch: add advanced parameters for SoftBody. Add Rasterizer.drawLine() Python function.

This commit is contained in:
2008-09-24 22:58:49 +00:00
parent 48bc5b2ac6
commit 38a80ff9a5
7 changed files with 87 additions and 3 deletions

View File

@@ -3529,6 +3529,10 @@ void copy_attr(short event)
base->object->boundtype = ob->boundtype;
}
base->object->margin= ob->margin;
base->object->linearStiffness= ob->linearStiffness;
base->object->angularStiffness= ob->angularStiffness;
base->object->volumePreservation= ob->volumePreservation;
base->object->gamesoftFlag= ob->gamesoftFlag;
}
else if(event==17) { /* tex space */
copy_texture_space(base->object, ob);