tristancalderbank

Results 1 issues of tristancalderbank

The code that implements the specular map usage in the renderer looks like this currently: ``` double spec = std::pow(std::max(r.z, 0.), 5+model.specular(uv)); ``` Unless I misunderstand it doesn't seem correct...