Checkmate50 / wgpu

2 stars 2 forks source link

Models and more complex graphics examples #14

Closed Pat-Lafon closed 3 years ago

Pat-Lafon commented 4 years ago

A slight detour from textures has been to make sure we have somewhat complex objects to work with first. So far, there are a couple models to play with(square, sphere, teapot, gator) and I've been able to do somewhat complex color and projection matricies for them. The real test will be to implement things like lighting, multiple objects, shadows, etc. This is something that will be done in tandem with #11

Pat-Lafon commented 3 years ago

Closed by #21