|
@@ -23,6 +23,8 @@ import {
|
|
|
|
|
|
const GodRaysDepthMaskShader = {
|
|
|
|
|
|
+ name: 'GodRaysDepthMaskShader',
|
|
|
+
|
|
|
uniforms: {
|
|
|
|
|
|
tInput: {
|
|
@@ -74,6 +76,8 @@ const GodRaysDepthMaskShader = {
|
|
|
|
|
|
const GodRaysGenerateShader = {
|
|
|
|
|
|
+ name: 'GodRaysGenerateShader',
|
|
|
+
|
|
|
uniforms: {
|
|
|
|
|
|
tInput: {
|
|
@@ -194,6 +198,8 @@ const GodRaysGenerateShader = {
|
|
|
|
|
|
const GodRaysCombineShader = {
|
|
|
|
|
|
+ name: 'GodRaysCombineShader',
|
|
|
+
|
|
|
uniforms: {
|
|
|
|
|
|
tColors: {
|
|
@@ -251,6 +257,8 @@ const GodRaysCombineShader = {
|
|
|
|
|
|
const GodRaysFakeSunShader = {
|
|
|
|
|
|
+ name: 'GodRaysFakeSunShader',
|
|
|
+
|
|
|
uniforms: {
|
|
|
|
|
|
vSunPositionScreenSpace: {
|