reflection probe updates

This commit is contained in:
Tim Barnes 2018-10-28 20:42:26 +10:00
parent a25f188200
commit 59a5bf11e1
8 changed files with 26 additions and 36 deletions

View file

@ -62,6 +62,7 @@ public:
GFXShaderConstHandle* mModelViewProjSC;
GFXShaderConstHandle* mWorldViewOnlySC;
GFXShaderConstHandle* mWorldToCameraSC;
GFXShaderConstHandle* mCameraToWorldSC;
GFXShaderConstHandle* mWorldToObjSC;
GFXShaderConstHandle* mViewToObjSC;
GFXShaderConstHandle* mCubeTransSC;