lorem ipsum etc.
- HDR
- Bloom
- Normal Mapping
- Proper Materials system
- Make a demo!
- SSAO
- Make the code a little nicer
- Model
- View
- Projection
- CameraPos
- InSize
probably add:
- Time
- ???
- Vectors should generally be prefixed with
world
/view
/model
/tex
/ndc
to indicate which coordinate space they're in.
- Begin with a capital letter.
- End with
Tex
- Example names:
DiffuseTex
NormalTex
SpecularTex
- Begin with
in
- Begin with
v