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

Function readNormals

physx/samples/samplebase/RawLoader.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205static void readNormals(File* fp, PxVec3* verts, PxU32 nbVerts)
206{
207 readVertexArray(fp, verts, nbVerts);
208}
209
210static void readVertexColors(File* fp, PxVec3* colors, PxU32 nbVerts)
211{

Callers 1

loadRAWfileFunction · 0.70

Calls 1

readVertexArrayFunction · 0.70

Tested by

no test coverage detected