| 205 | } |
| 206 | |
| 207 | void get_old_camera_box(Fvector& old_box_size, Fmatrix& old_form, CPhysicsElement* roote, CBoxGeom* box) |
| 208 | { |
| 209 | roote->GetGlobalTransformDynamic(&old_form); |
| 210 | box->get_size(old_box_size); |
| 211 | } |
| 212 | |
| 213 | void set_camera_collision(const Fvector& box_size, const Fmatrix& xform, CPhysicsElement* roote, CBoxGeom* box) |
| 214 | { |