mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 14:14:33 +00:00
Merge branch 'development' into defineconsolemethod
Conflicts: Engine/source/materials/materialDefinition.cpp
This commit is contained in:
commit
ae284a89ec
129 changed files with 3742 additions and 1038 deletions
|
|
@ -121,6 +121,7 @@ void ImposterCaptureMaterialHook::init( BaseMatInstance *inMat )
|
|||
features.addFeature( MFT_IsDXTnm );
|
||||
features.addFeature( MFT_NormalMap );
|
||||
features.addFeature( MFT_NormalsOut );
|
||||
features.addFeature( MFT_AccuMap );
|
||||
mNormalsMatInst = MATMGR->createMatInstance( matName );
|
||||
mNormalsMatInst->getFeaturesDelegate().bind( &ImposterCaptureMaterialHook::_overrideFeatures );
|
||||
mNormalsMatInst->init( features, inMat->getVertexFormat() );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue