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

Function readVertexColors

physx/samples/samplebase/RawLoader.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210static void readVertexColors(File* fp, PxVec3* colors, PxU32 nbVerts)
211{
212 readVertexArray(fp, colors, nbVerts);
213}
214
215static void readName(File* fp, char* objectName)
216{

Callers 1

loadRAWfileFunction · 0.70

Calls 1

readVertexArrayFunction · 0.70

Tested by

no test coverage detected