| 70 | PX_FORCE_INLINE PxReal getFarPlane() const { return mFarPlane; } |
| 71 | PX_FORCE_INLINE PxU32 getScreenWidth() const { return mViewport.mClientWidth; } |
| 72 | PX_FORCE_INLINE PxU32 getScreenHeight() const { return mViewport.mClientHeight; } |
| 73 | |
| 74 | PX_FORCE_INLINE void setFOV(PxReal fov) { mFOV = fov; mDirtyProj = true; } |
| 75 | PX_FORCE_INLINE void setNearPlane(PxReal d) { mNearPlane = d; mDirtyProj = true; } |
no outgoing calls
no test coverage detected