MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / get_old_camera_box

Function get_old_camera_box

ogsr_engine/xrGame/ActorCameraCollision.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void 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
213void set_camera_collision(const Fvector& box_size, const Fmatrix& xform, CPhysicsElement* roote, CBoxGeom* box)
214{

Callers 2

test_camera_boxFunction · 0.85
collide_cameraFunction · 0.85

Calls 2

get_sizeMethod · 0.80

Tested by 1

test_camera_boxFunction · 0.68