point light WIP & moved lighting position/direction to WS

This commit is contained in:
Tim Barnes 2018-11-14 20:58:47 +10:00
parent da2c536daa
commit c64aee9dcc
6 changed files with 96 additions and 102 deletions

View file

@ -184,7 +184,7 @@ protected:
const PlaneF &farPlane,
const PlaneF &_vsFarPlane );
void setLightParameters( const LightInfo *light, const SceneRenderState* renderState, const MatrixF &worldViewOnly );
void setLightParameters( const LightInfo *light, const SceneRenderState* renderState );
};
protected: