mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
point light WIP & moved lighting position/direction to WS
This commit is contained in:
parent
da2c536daa
commit
c64aee9dcc
6 changed files with 96 additions and 102 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue