Commit graph

65 commits

Author SHA1 Message Date
61232a9bd3
final(?) scene/code cleanup 2022-04-21 15:37:06 -04:00
601897d98c
finish implementing scene swapping 2022-04-21 15:22:32 -04:00
d179f17f18
move everything into scene methods
very jank way of doing this but it's just for demo'ing anyways
2022-04-21 15:08:00 -04:00
3703d3f127
first attempt at a surrealist scene
requirements specify a more complex scene
2022-04-21 00:22:02 -04:00
520c33b017
cleanup Game and Material .cpp
- regions and comments
- convert "pbr" to "mode" and have separate Activate for Toon shader
2022-04-20 00:47:06 -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
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
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
b07b4fbda0
finish transparency work 2022-04-19 19:55:46 -04:00
bc53755242
start transparency work 2022-04-19 19:27:07 -04:00
4bd3589ba6
outline toon shader 2022-04-19 19:16:00 -04:00
761be5d9eb
corrections to lighting 2022-04-09 21:21:42 -04:00
e65a111f1f
camera adjustments 2022-04-09 21:04:28 -04:00
0517fe07dd
implement pbr 2022-04-09 21:01:08 -04:00
c1946480fc
implement reflection maps 2022-04-03 19:13:57 -04:00
eeea33802a
implement skybox 2022-04-03 18:18:42 -04:00
bedfe0d5f5
define Sky.cpp / Sky.h and Game::CreateCubemap 2022-04-03 18:01:59 -04:00
d720c2072a
implement normal maps 2022-04-03 17:14:54 -04:00
e229eefbb7
add new textures to the repo 2022-04-03 16:57:53 -04:00
2d659b0646
game cleanup 2022-04-03 15:47:27 -04:00
20b3fd7d97
condense lighting creation 2022-04-03 15:40:50 -04:00
c0843b4ae0 cleanup the annoying stuff 2022-03-29 10:49:09 -04:00
51206816aa support a dynamic number of lights 2022-03-29 10:34:00 -04:00
4c911f8348 move texture loading to material class 2022-03-29 10:20:44 -04:00
cbb05cac56
add emissive support
- does not effect other objects in scene
2022-03-27 16:59:40 -04:00
32f0916f97
add uv offset/scale support 2022-03-27 16:44:28 -04:00
149903c7d7
add specular map support 2022-03-27 16:30:40 -04:00
29b3605cba
make corrections to light calculations 2022-03-27 16:07:07 -04:00
3a92403510
render albedo 2022-03-27 15:47:31 -04:00
558a0b0238
pass textures to materials 2022-03-27 15:15:39 -04:00
329299a4b6
add sampler state 2022-03-27 15:04:09 -04:00
0ad45406a2
load textures 2022-03-27 14:59:32 -04:00
fefdf69b9a
cleanup, relocate material/entity draw prep code 2022-03-27 14:18:14 -04:00
141df67a72
support point lights 2022-03-19 18:00:11 -04:00
8ec8b16a88
support 3 directional lights 2022-03-19 17:39:52 -04:00
db81b3a3b9
create helper for directional light 2022-03-19 17:23:25 -04:00
9ca7b66945
figure out why normals weren't correct
turns out i was passing camera transpose instead of entity transpose
2022-03-19 16:34:55 -04:00
0d920c3722
begin defining lights 2022-03-19 15:05:25 -04:00
096923a5aa
pass normals and worldPosition to pixel shader 2022-03-19 14:47:50 -04:00
948fafec16
define ambient for shader 2022-03-19 14:41:21 -04:00
15bf4521b4
begin working on new pixel shader with roughness 2022-03-19 14:32:21 -04:00
9df98a2003
custom shader 2022-02-27 14:32:53 -05:00
f8f2fd6835
update shaders 2022-02-27 13:43:18 -05:00
af283486da
load meshes 2022-02-27 13:01:00 -05:00
88629a4cd5
refactor for meshes 2022-02-27 12:51:26 -05:00
34ed169216
create materials 2022-02-27 12:28:58 -05:00
d09f63e5fc
utilize simple shader 2022-02-27 11:57:57 -05:00