Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
static void readNormals(File* fp, PxVec3* verts, PxU32 nbVerts)
206
{
207
readVertexArray(fp, verts, nbVerts);
208
}
209
210
static void readVertexColors(File* fp, PxVec3* colors, PxU32 nbVerts)
211
{
Callers
1
loadRAWfile
Function · 0.70
Calls
1
readVertexArray
Function · 0.70
Tested by
no test coverage detected