Added terrain and basic terrain textures
This commit is contained in:
9
Assets/Filamented/FilamentLightVRCLV.cginc
Normal file
9
Assets/Filamented/FilamentLightVRCLV.cginc
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef FILAMENT_LIGHT_VRCLV
|
||||
#define FILAMENT_LIGHT_VRCLV
|
||||
|
||||
#include "SharedSHLib.hlsl"
|
||||
|
||||
#if defined(_VRCLV)
|
||||
#include "LightVolumes.cginc"
|
||||
#endif
|
||||
#endif // FILAMENT_LIGHT_VRCLV
|
||||
Reference in New Issue
Block a user