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