mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-29 19:23:00 +08:00
add new ocean support for phyMod
This commit is contained in:
5
shaders/world0/physics_ocean.fsh
Normal file
5
shaders/world0/physics_ocean.fsh
Normal file
@ -0,0 +1,5 @@
|
||||
#version 120
|
||||
|
||||
#define OVERWORLD_SHADER
|
||||
|
||||
#include "/dimensions/physics_ocean.fsh"
|
5
shaders/world0/physics_ocean.vsh
Normal file
5
shaders/world0/physics_ocean.vsh
Normal file
@ -0,0 +1,5 @@
|
||||
#version 120
|
||||
|
||||
#define OVERWORLD_SHADER
|
||||
|
||||
#include "/dimensions/physics_ocean.vsh"
|
Reference in New Issue
Block a user