anstatt eines "Körpers" (Rigid) gibts du 0 an, etwa so:
quote:
phent_settype (schrank, PH_RIGID, ph_box); //registiere "schrank" als Physikobjekt mit Box-Hülle

phent_settype (schrank, 0, ph_box); //entferne "schrank" wieder vom Physiksystem

[Wink]