MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / setNearPlane

Method setNearPlane

physx/samples/samplebase/SampleCamera.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
76 PX_FORCE_INLINE void setFarPlane(PxReal d) { mFarPlane = d; mDirtyProj = true; }
77 PX_FORCE_INLINE void setScreenSize(PxU32 clientWidth, PxU32 clientHeight, PxU32 windowWidth, PxU32 windowHeight)
78 {

Callers 2

gNearPlaneFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected