Use vertex pulling for clouds

This commit is contained in:
2025-11-12 19:57:07 +00:00
parent ce1937c78e
commit 409180959c
11 changed files with 202 additions and 107 deletions
-1
View File
@@ -9,6 +9,5 @@ void main()
{
fCol = vCol;
fPos = vPos;
//fNorm = vec4(vNorm.xyz - vPos.xyz,1);
fNorm = vNorm ;
}