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

Function openCCDLog

physx/source/lowlevel/software/src/PxsCCD.cpp:89–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87FILE* gCCDLog = NULL;
88
89static inline void openCCDLog()
90{
91 if (gCCDLog)
92 {
93 fclose(gCCDLog);
94 gCCDLog = NULL;
95 }
96 gCCDLog = fopen("c:\\ccd.txt", "wt");
97 fprintf(gCCDLog, ">>>>>>>>>>>>>>>>>>>>>>>>>>> CCD START FRAME <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n");
98}
99
100static inline void printSeparator(
101 const char* prefix, PxU32 pass, PxsRigidBody* atom0, PxGeometryType::Enum g0, PxsRigidBody* atom1, PxGeometryType::Enum g1)

Callers 1

updateCCDBeginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected