Probe Array WIP

This commit is contained in:
Areloch 2019-01-07 20:34:19 -06:00
parent 85d8c7a2de
commit edbbeaf008
11 changed files with 586 additions and 56 deletions

View file

@ -266,9 +266,11 @@ protected:
void _setPrimaryLightConst(const LightInfo* light, const MatrixF& objTrans, const U32 stageNum);
/// This is here to deal with the differences between ProcessedCustomMaterials and ProcessedShaderMaterials.
public:
virtual GFXShaderConstBuffer* _getShaderConstBuffer(const U32 pass);
virtual ShaderConstHandles* _getShaderConstHandles(const U32 pass);
protected:
///
virtual void _initMaterialParameters();