mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Add vector light support to forward materials.
This commit is contained in:
parent
38b0d0f1fe
commit
ebe2c2dead
11 changed files with 96 additions and 4 deletions
|
|
@ -391,6 +391,10 @@ void AdvancedLightManager::setLightInfo( ProcessedMaterial *pmat,
|
|||
lsc->mLightConfigDataSC,
|
||||
lsc->mLightSpotDirSC,
|
||||
lsc->mLightSpotParamsSC,
|
||||
lsc->mHasVectorLightSC,
|
||||
lsc->mVectorLightDirectionSC,
|
||||
lsc->mVectorLightColorSC,
|
||||
lsc->mVectorLightBrightnessSC,
|
||||
shaderConsts );
|
||||
|
||||
// Static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue