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

Method isInstanced

Engine/source/materials/matInstance.cpp:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497bool MatInstance::isInstanced() const
498{
499 return mProcessedMaterial->getFeatures().hasFeature( MFT_UseInstancing );
500}
501
502bool MatInstance::stepInstance()
503{

Callers 4

renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80

Calls 2

hasFeatureMethod · 0.45
getFeaturesMethod · 0.45

Tested by

no test coverage detected