implemented shadows for non positional lights

fixed skybox
implemented translation and rotation
This commit is contained in:
devZoGok
2021-10-18 19:05:52 +03:00
parent 7a8a178a74
commit 9479e3324f
52 changed files with 389 additions and 208 deletions
Regular → Executable
+1 -1
View File
@@ -7,7 +7,7 @@ namespace vb01{
Material::Material(Type type){
this->type=type;
string basePath="/home/dominykas/c++/FSim/",shaderName;
string basePath="/home/dominykas/c++/vb01/",shaderName;
switch(type){
case MATERIAL_2D:
shaderName="texture.";