mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed 15-shadowmaps-simple example.
This commit is contained in:
parent
4bc2df890a
commit
c8f1157f3b
1 changed files with 2 additions and 2 deletions
|
@ -262,8 +262,8 @@ int _main_(int /*_argc*/, char** /*_argv*/)
|
|||
float lightProj[16];
|
||||
|
||||
eye[0] = -lightPos[0];
|
||||
eye[0] = -lightPos[1];
|
||||
eye[0] = -lightPos[2];
|
||||
eye[1] = -lightPos[1];
|
||||
eye[2] = -lightPos[2];
|
||||
|
||||
at[0] = 0.0f;
|
||||
at[1] = 0.0f;
|
||||
|
|
Loading…
Reference in a new issue