MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / move

Method move

src/SB/Game/zNPCTypePrawn.cpp:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 void television::move(const xVec3& v1, const xVec3& v2)
325 {
326 RwFrameTranslate((RwFrame*)this->cam->object.object.parent, (const RwV3d*)&v1,
327 rwCOMBINEREPLACE);
328 xMat3x3LookAt((xMat3x3*)this->cam->object.object.parent, &v2, &v1);
329 }
330
331 static television closeup;
332

Callers 3

render_tag_modelFunction · 0.45
render_tag_texFunction · 0.45
xEntMoveFunction · 0.45

Calls 1

xMat3x3LookAtFunction · 0.85

Tested by

no test coverage detected