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