codyrhoads / ATTRACT

CPE 476 Project
0 stars 1 forks source link

Shadow Maps #20

Closed codyrhoads closed 7 years ago

codyrhoads commented 7 years ago

We need to add shadows to the game because shadows are pretty.

codyrhoads commented 7 years ago

Shadows are now in. They look mediocre, but they're in.

codyrhoads commented 7 years ago

JK, forgot to add shadows for everything in the scene.

codyrhoads commented 7 years ago

Shadows are mostly in. To make shadows work on the gun, we need to change the gun so it's not in its own view matrix.

codyrhoads commented 7 years ago

For now, we won't have shadows on the gun. It's a lot of work to remove the gun from the identity view matrix.