]> git.leopard-lacewing.eu Git - cgue_weave.git/commit
updated .gitignore
authorPeter Schaefer <schaeferpm@gmail.com>
Thu, 16 Apr 2015 08:44:38 +0000 (10:44 +0200)
committerPeter Schaefer <schaeferpm@gmail.com>
Thu, 16 Apr 2015 08:44:38 +0000 (10:44 +0200)
commit1b458b727432b522f69eab376f6c7125ff4cfad1
treecd212ae1ea28260e9698912699cf471914d6b6d0
parentba2264f60be0b595a7f8717a4874341c3827997d
updated .gitignore
renamed ShaderVariables
started SkyBox (not Working)
added Box & SkyBox (Plane)
started new ModelMatrixType (matM)
25 files changed:
.gitignore
CGUE2015_Weave.sln
Weave/Game.cpp
Weave/Graphix/GLM.h
Weave/Graphix/Model.cpp
Weave/Graphix/Model.h
Weave/Graphix/ViewPort.cpp
Weave/Graphix/matM.cpp [new file with mode: 0644]
Weave/Graphix/matM.h [new file with mode: 0644]
Weave/Message.cpp
models/SkyBox.blend [new file with mode: 0644]
models/SkyBox.blend1 [new file with mode: 0644]
models/SkyBox.dae [new file with mode: 0644]
models/box/box.blend [new file with mode: 0644]
models/box/box.blend1 [new file with mode: 0644]
models/box/box.dae [new file with mode: 0644]
shader/basicTexture_FS.hlsl
shader/basicTexture_VS.hlsl
shader/basic_FS.hlsl
shader/basic_VS.hlsl
shader/lightingTexture_FS.hlsl
shader/perspective_VS.hlsl
shader/skybox_FS.hlsl [new file with mode: 0644]
shader/skybox_VS.hlsl [new file with mode: 0644]
textures/model_skybox.png [new file with mode: 0644]