|
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 |
|
|
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 |
|
Lightling
|
b2e003f394
|
Merge pull request #10 from xLightling/a10_pbr
A10: Gamma Correction & PBR
|
2022-04-09 21:26:08 -04:00 |
|
|
b407d9adfe
|
remove unused .tgas
|
2022-04-09 21:23: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 |
|
|
62a27191aa
|
PBR shader work
|
2022-04-09 20:19:44 -04:00 |
|
|
8eb2d7140a
|
Update SimplePixelShader.hlsl
gamma correction
|
2022-04-09 18:40:55 -04:00 |
|
|
d5a1a832e6
|
add pbr textures
|
2022-04-09 18:22:01 -04:00 |
|
Lightling
|
112481d412
|
Merge pull request #9 from xLightling/A9_NormalMapsCubeMaps
A9: Normal Maps & Cube Maps
|
2022-04-03 19:17:51 -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 |
|
|
e54f629637
|
define skybox shaders
|
2022-04-03 17:26:55 -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 |
|
|
4a0dfebd60
|
define bools for handling null texture maps
|
2022-04-03 16:28:10 -04:00 |
|
|
f0ab528f13
|
move light code from SimplePixelShader to Lights
|
2022-04-03 16:08:21 -04:00 |
|
|
80e0790a63
|
calculate tangents
|
2022-04-03 16:05:25 -04:00 |
|
Lightling
|
af987ac4b0
|
Merge pull request #8 from xLightling/feat_cleanup
Cleanup
|
2022-04-03 15:53:34 -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 |
|
Lightling
|
8daa82df97
|
Merge pull request #7 from xLightling/a8_textures
A8: Textures
|
2022-03-27 17:02:29 -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 |
|
|
224766bcaf
|
Update structure-endgame-floor_specular.png
|
2022-03-27 16:34:09 -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 |
|
|
fa5ef40e63
|
install DXTK
|
2022-03-27 14:23:45 -04:00 |
|
|
fefdf69b9a
|
cleanup, relocate material/entity draw prep code
|
2022-03-27 14:18:14 -04:00 |
|
Lightling
|
434726dffd
|
Merge pull request #6 from xLightling/a7_lights
A7: Lights
|
2022-03-19 18:16:51 -04:00 |
|
|
3d7c777db6
|
shader optimization: calculate view once per shader
|
2022-03-19 18:12:50 -04:00 |
|
|
daa850622a
|
shader comments
|
2022-03-19 18:07:52 -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 |
|
|
e96c1c2e55
|
refactor into helpers
|
2022-03-19 17:09:27 -04:00 |
|