No description
This repository has been archived on 2024-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Lightling ec64fc1475
Merge pull request #5 from xLightling/a6_meshes
A6: 3D Models, Materials & Shaders
2022-02-27 14:40:58 -05:00
Assets/Models don't ignore models 2022-02-27 14:33:20 -05:00
.gitignore don't ignore models 2022-02-27 14:33:20 -05:00
Camera.cpp a5 adjustments 2022-02-27 11:42:18 -05:00
Camera.h implement camera rotation, fix Rotate setting position instead of eulerAngles 2022-02-13 14:56:12 -05:00
DX11Starter.sln Initial commit of starter code project 2020-08-16 16:15:42 -04:00
DX11Starter.vcxproj custom shader 2022-02-27 14:32:53 -05:00
DX11Starter.vcxproj.filters custom shader 2022-02-27 14:32:53 -05:00
DXCore.cpp Added a custom input manager 2021-08-19 14:14:35 -04:00
DXCore.h Initial commit of starter code project 2020-08-16 16:15:42 -04:00
Entity.cpp create materials 2022-02-27 12:28:58 -05:00
Entity.h create materials 2022-02-27 12:28:58 -05:00
Game.cpp custom shader 2022-02-27 14:32:53 -05:00
Game.h create materials 2022-02-27 12:28:58 -05:00
Input.cpp Updated input class to return "code analysis" warnings. 2021-09-02 11:49:54 -04:00
Input.h Updated input class to return "code analysis" warnings. 2021-09-02 11:49:54 -04:00
LICENSE Initial commit 2020-08-10 19:51:04 -04:00
Main.cpp Initial commit of starter code project 2020-08-16 16:15:42 -04:00
Material.cpp create materials 2022-02-27 12:28:58 -05:00
Material.h create materials 2022-02-27 12:28:58 -05:00
Mesh.cpp refactor for meshes 2022-02-27 12:51:26 -05:00
Mesh.h refactor for meshes 2022-02-27 12:51:26 -05:00
PixelShader.hlsl update shaders 2022-02-27 13:43:18 -05:00
RandomPixelShader.hlsl custom shader 2022-02-27 14:32:53 -05:00
README.md Update README.md 2022-01-15 16:46:46 -05:00
SimpleShader.cpp utilize simple shader 2022-02-27 11:57:57 -05:00
SimpleShader.h utilize simple shader 2022-02-27 11:57:57 -05:00
Transform.cpp implement camera rotation, fix Rotate setting position instead of eulerAngles 2022-02-13 14:56:12 -05:00
Transform.h right/up/forward vectors 2022-02-13 12:46:26 -05:00
Vertex.h refactor for meshes 2022-02-27 12:51:26 -05:00
VertexShader.hlsl update shaders 2022-02-27 13:43:18 -05:00

DX11 Playground

A WIP playground / rudimentary graphics engine for a class

Class: 2215.IGME.540.01 - Foundations of Game Graphics Programming

Normally I have school projects on a separate account, but decided a solo advanced c++ project would be fine on my primary account ( @xLightling )