Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorSegura99 authored May 16, 2021
1 parent 24b1fcd commit faf23ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ By Students:
- Oriol Capdevila Salinas
- Víctor Segura Blanco

Repository: https://github.com/mystic-games-team/ShadersEngine

For this delivery we have a scene with 3 loaded models and several lights, both directional and points.
We have two rendering modes implemented, Forward and Deferred, which can be changed in the Init Function of the App.
Deferred Rendering is set by default.
Render to texture is also implemented and we have a secondary screen which shows the Difusse texture, the Depth texture, the Normals texture or the positions texture.

Point Lights are showed with a Sphere Guizmo and Directional Lights are showed with a Quad Guizmo.
Point Lights are showed with a Sphere Gizmo and Directional Lights are showed with a Quad Gizmo.

We have an FPV camera to move and look around:

- WASD for moving.
- Click + move mouse to look around.
- Click + move mouse to look around.

0 comments on commit faf23ab

Please sign in to comment.