MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / preloadMaterialList

Method preloadMaterialList

Engine/source/ts/tsShape.cpp:1016–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

preloadMethod · 0.80
_createShapeMethod · 0.80
preloadMethod · 0.80
_initShapesMethod · 0.80
preloadMethod · 0.80
createShapeMethod · 0.80
_loadShapeMethod · 0.80

Calls 2

setTextureLookupPathMethod · 0.80
getPathMethod · 0.45

Tested by

no test coverage detected