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

Method addMaterial

physx/source/physx/src/NpScene.cpp:2315–2318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2313///////////////////////////////////////////////////////////////////////////////
2314
2315void NpScene::addMaterial(const NpMaterial& mat)
2316{
2317 mScene.addMaterial(mat.getScMaterial());
2318}
2319
2320void NpScene::updateMaterial(const NpMaterial& mat)
2321{

Callers 1

resolveReferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected