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

Method isInstanced

Engine/source/materials/matInstance.cpp:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492bool MatInstance::isInstanced() const
493{
494 return mProcessedMaterial->getFeatures().hasFeature( MFT_UseInstancing );
495}
496
497bool MatInstance::stepInstance()
498{

Callers 4

renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80

Calls 2

hasFeatureMethod · 0.80
getFeaturesMethod · 0.45

Tested by

no test coverage detected