| 314 | } |
| 315 | |
| 316 | void TSMaterialList::mapMaterial( U32 i ) |
| 317 | { |
| 318 | Parent::mapMaterial( i ); |
| 319 | |
| 320 | BaseMatInstance* matInst = mMatInstList[i]; |
| 321 | if (matInst && matInst->getMaterial()->isTranslucent()) |
| 322 | mFlags[i] |= Translucent; |
| 323 | } |
no test coverage detected