MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setPort

Method setPort

libs/JSystem/J2DGraph/J2DPerspGraph.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void J2DPerspGraph::setPort()
35{
36 J2DGrafContext::setPort();
37 C_MTXPerspective(mMtx44, mFovY, mBounds.getWidth() / mBounds.getHeight(), mNear, mFar);
38 GXSetProjection(mMtx44, GX_PERSPECTIVE);
39}
40
41void J2DPerspGraph::setLookat()
42{

Callers 5

endGXMethod · 0.45
writeRegMethod · 0.45
drawMethod · 0.45
doDrawMethod · 0.45
flushMethod · 0.45

Calls 2

getWidthMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected