Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
static void readVertexColors(File* fp, PxVec3* colors, PxU32 nbVerts)
211
{
212
readVertexArray(fp, colors, nbVerts);
213
}
214
215
static void readName(File* fp, char* objectName)
216
{
Callers
1
loadRAWfile
Function · 0.70
Calls
1
readVertexArray
Function · 0.70
Tested by
no test coverage detected