MCPcopy 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
2320void NpScene::updateMaterial(const NpMaterial& mat)
2321{
2322 //PxU32 index = mat.getTableIndex();
2323 mScene.updateMaterial(mat.getScMaterial());
2324}
2325
2326void NpScene::removeMaterial(const NpMaterial& mat)
2327{

Callers 1

updateMaterialInNPMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected