| 1014 | } |
| 1015 | |
| 1016 | bool TSShape::preloadMaterialList(const Torque::Path &path) |
| 1017 | { |
| 1018 | if (materialList) |
| 1019 | materialList->setTextureLookupPath(path.getPath()); |
| 1020 | return true; |
| 1021 | } |
| 1022 | |
| 1023 | bool TSShape::buildConvexHull(S32 dl) const |
| 1024 | { |
no test coverage detected