Initial commit: Minecraft 光追着色器包(从零实现的 path tracing)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#version 430 compatibility
|
||||
|
||||
#define DIMENSION_OVERWORLD
|
||||
#define PROGRAM_VOXEL
|
||||
#define PROGRAM_FSH
|
||||
|
||||
/* RENDERTARGETS: 0 1 */
|
||||
|
||||
#include "/Lib/PathTracing/Voxelizer/Shadow.glsl"
|
||||
Reference in New Issue
Block a user