Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ updateMaterial
Method
updateMaterial
physx/source/physx/src/NpScene.cpp:2320–2324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2318
}
2319
2320
void NpScene::updateMaterial(const NpMaterial& mat)
2321
{
2322
//PxU32 index = mat.getTableIndex();
2323
mScene.updateMaterial(mat.getScMaterial());
2324
}
2325
2326
void NpScene::removeMaterial(const NpMaterial& mat)
2327
{
Callers
1
updateMaterialInNP
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected