--------------------------------------
| 126 | |
| 127 | //-------------------------------------- |
| 128 | void MaterialList::free() |
| 129 | { |
| 130 | clearMatInstList(); |
| 131 | mMatInstList.clear(); |
| 132 | mMaterialNames.clear(); |
| 133 | } |
| 134 | |
| 135 | /* |
| 136 | //-------------------------------------- |