mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 22:53:47 +00:00
Add vector light support to forward materials.
This commit is contained in:
parent
c873d534c7
commit
9fad181748
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