reflection probe updates

This commit is contained in:
Tim Barnes 2018-10-28 20:42:26 +10:00
parent 43c1abbc96
commit 9a39afa0eb
8 changed files with 26 additions and 36 deletions

View file

@ -26,6 +26,7 @@
const String ShaderGenVars::modelview("$modelview");
const String ShaderGenVars::worldViewOnly("$worldViewOnly");
const String ShaderGenVars::worldToCamera("$worldToCamera");
const String ShaderGenVars::cameraToWorld("$cameraToWorld");
const String ShaderGenVars::worldToObj("$worldToObj");
const String ShaderGenVars::viewToObj("$viewToObj");
const String ShaderGenVars::cubeTrans("$cubeTrans");

View file

@ -35,6 +35,7 @@ struct ShaderGenVars
const static String modelview;
const static String worldViewOnly;
const static String worldToCamera;
const static String cameraToWorld;
const static String worldToObj;
const static String viewToObj;
const static String cubeTrans;