| 1054 | } |
| 1055 | |
| 1056 | bool TSShape::preloadMaterialList(const Torque::Path &path) |
| 1057 | { |
| 1058 | if (materialList) |
| 1059 | materialList->setTextureLookupPath(path.getPath()); |
| 1060 | return true; |
| 1061 | } |
| 1062 | |
| 1063 | bool TSShape::buildConvexHull(S32 dl) const |
| 1064 | { |
no test coverage detected