Commit graph

63 commits

Author SHA1 Message Date
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
66e2741912
hlsli reorganization 2022-03-19 16:55:22 -04:00
a4bfd4e0c3
add specular 2022-03-19 16:49:03 -04:00
57650e310e
calculate directional light 2022-03-19 16:39:01 -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
cd4ea05aae
define light in shader 2022-03-19 15:05:40 -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
e28af67f2d
editor config 2022-03-19 14:36:47 -04:00
15bf4521b4
begin working on new pixel shader with roughness 2022-03-19 14:32:21 -04:00
6cbd6c5482
shader structs and helpers relocation to includes 2022-03-19 14:18:08 -04:00
0b3bf9bb28
patch 2022-03-19 14:02:39 -04:00
Lightling
ec64fc1475
Merge pull request #5 from xLightling/a6_meshes
A6: 3D Models, Materials & Shaders
2022-02-27 14:40:58 -05:00
687f155165
don't ignore models 2022-02-27 14:33:20 -05: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
c16053eb6d
a5 adjustments 2022-02-27 11:42:18 -05:00
Lightling
55b882af52
Merge pull request #4 from xLightling/a5_camera
A5: Camera
2022-02-13 15:20:50 -05:00
fb89377eab
mess with shapes and have a better non-flickery camera rotation limit 2022-02-13 15:16:43 -05:00
bdad836e03
implement camera rotation, fix Rotate setting position instead of eulerAngles 2022-02-13 14:56:12 -05:00
acb842889c
camera directional input 2022-02-13 13:39:15 -05:00
4ff75df1a7
update buffer structs/shader to use view/projection and add camera to scene; fix compile error 2022-02-13 13:11:00 -05:00
fd52d57740
add camera 2022-02-13 13:04:09 -05:00
97ffe2efb5
right/up/forward vectors 2022-02-13 12:46:26 -05:00
14523a8f5c
add translate relative 2022-02-13 12:35:51 -05:00
Lightling
eaf0d2fc32
Merge pull request #3 from xLightling/a4_transform
A4: Transforms
2022-02-06 00:04:11 -05:00
5a4412197d
entity movement 2022-02-05 23:47:33 -05:00
09f84f9b03
update Game to use new Entity code 2022-02-05 22:38:51 -05:00
ff0d41c301
create entity class 2022-02-05 22:25:20 -05:00
18cda59205
create transform class 2022-02-05 22:15:43 -05:00
b871f3a471
shader changes for world matrices 2022-02-05 21:59:53 -05:00
73bea0ea8c
Merge pull request #2 from xLightling/a3_shaders
A3: Shaders
2022-01-23 14:11:45 -05:00
4e6dc0da9c
utilize vs buffer 2022-01-23 14:06:59 -05:00
f782832d37
save vcxproj 2022-01-23 13:57:27 -05:00
70a769d89a
initialize buffer 2022-01-23 13:57:19 -05:00
2f29e3e400
create buffer struct 2022-01-23 13:45:12 -05:00
287250e29c
add cbuffer to vertex shader 2022-01-23 13:42:14 -05:00
4cc1350ece
Update README.md 2022-01-15 16:46:46 -05:00
3453d2f0f7
Merge pull request #1 from xLightling/a2_meshes
A2: Meshes
2022-01-15 16:46:25 -05:00