Commit graph

13 commits

Author SHA1 Message Date
21b7cecab1
silence weird errors from shaders
- somehow texturecube was getting sent to toon shader at some point down the line, simply defined register for it for now, don't know where it's getting sent
- pbr was expected Sampler not BasicSampler
2022-04-21 17:27:42 -04:00
503bf34dc7
cleanup shader code and add comments 2022-04-20 01:38:19 -04:00
22c946ec1a
cleanup normal calculations 2022-04-20 00:23:34 -04:00
a3dcaebd57
implement toon ramp sampler 2022-04-20 00:12:16 -04:00
22d0253364
expose outline/rim values 2022-04-19 23:43:43 -04:00
d61aa79428
test toon shader with outline 2022-04-19 23:33:57 -04:00
a683ab21ff
support normal intensity 2022-04-19 23:15:15 -04:00
8c103bb3f9
add various shader supports
- standard+toon w/o albedo
- toon emission
- emission as a color
- standard+toon alpha+cutoff values (toon looks weird because of rim lighting at the moment)
2022-04-19 22:40:39 -04:00
b2a3263dbb
rim is now light dependent 2022-04-19 21:39:37 -04:00
6f84155ec3
add rim lighting to toon shader 2022-04-19 21:36:28 -04:00
d04a1afb66
implement toon shading basics 2022-04-19 21:32:18 -04:00
8a33809c73
general copy of standard shader to toon shader 2022-04-19 21:03:55 -04:00
4bd3589ba6
outline toon shader 2022-04-19 19:16:00 -04:00