diff options
| author | yum <yum.food.vr@gmail.com> | 2024-07-15 14:40:15 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-07-15 14:40:15 -0700 |
| commit | 3acb967c6b9afe7c040561ddffbab8fc8034c8fc (patch) | |
| tree | 36e256e047ffec0320a664d68af5e77a7cecb4b9 /filament_math.cginc | |
| parent | bfc062d1f056f13dcc43d50c995124288fef5967 (diff) | |
Indicate modifications to filament clearcoat math
Diffstat (limited to 'filament_math.cginc')
| -rw-r--r-- | filament_math.cginc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/filament_math.cginc b/filament_math.cginc index 38a30e8..5d088ee 100644 --- a/filament_math.cginc +++ b/filament_math.cginc @@ -3,6 +3,11 @@ #define PI 3.1415926535897932384626433832795028841971 +// THIS SOURCE CODE HAS BEEN MODIFIED! +// The only modifications are for compatibility with HLSL, for example: +// * Replacing normalizeMediump() with normalize() +// * Replacing vec3 with float3 + /* Apache License Version 2.0, January 2004 |
