Moved the volume.asset from customization to scene/milkyway/milkyway/volume.asset

Make the Galaxy volume a default
Small changes here and there
This commit is contained in:
Alexander Bock
2019-08-23 16:36:43 +02:00
parent b453f93feb
commit 157c653afc
5 changed files with 87 additions and 43 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ Fragment getFragment() {
frag.color.rgb = diffuseAlbedo;
}
frag.color.a = opacity;
frag.color.a = opacity;
frag.depth = vs_screenSpaceDepth;
frag.gPosition = vs_positionCameraSpace;
frag.gNormal = vec4(vs_normalViewSpace, 0.0);