Home
last modified time | relevance | path

Searched refs:matCache (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/3ds/
H A D3dsLoader.cpp390 SoMaterial *matCache; member
401 tagMaterial() : matCache(NULL), texture2Cache(NULL), in tagMaterial()
404 if (matCache) matCache->unref(); in ~tagMaterial()
568 con.defaultMat.matCache = new SoMaterial; in read3dsFile()
569 con.defaultMat.matCache->ref(); in read3dsFile()
570 con.defaultMat.updateSoMaterial(0, con.defaultMat.matCache); in read3dsFile()
1275 con->cMat->matCache = new SoMaterial; in CHUNK()
1276 con->cMat->matCache->ref(); in CHUNK()
1277 con->cMat->updateSoMaterial(0, con->cMat->matCache); in CHUNK()
2002 { return matCache; } in getSoMaterial()