Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
497
bool MatInstance::isInstanced() const
498
{
499
return mProcessedMaterial->getFeatures().hasFeature( MFT_UseInstancing );
500
}
501
502
bool MatInstance::stepInstance()
503
{
Callers
4
render
Method · 0.80
render
Method · 0.80
DeferredMatInstanceHook
Method · 0.80
render
Method · 0.80
Calls
2
hasFeature
Method · 0.45
getFeatures
Method · 0.45
Tested by
no test coverage detected