mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Ground showing up
This commit is contained in:
parent
84f45b1972
commit
bf09762b6a
2 changed files with 3 additions and 6 deletions
|
@ -32,7 +32,6 @@ material Water/Compositor
|
||||||
pass
|
pass
|
||||||
{
|
{
|
||||||
depth_check off
|
depth_check off
|
||||||
|
|
||||||
vertex_program_ref Water/GlassVP
|
vertex_program_ref Water/GlassVP
|
||||||
{
|
{
|
||||||
param_named_auto timeVal time 0.25
|
param_named_auto timeVal time 0.25
|
||||||
|
@ -105,7 +104,7 @@ material Examples/Water0
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
|
|
||||||
|
depth_write off
|
||||||
vertex_program_ref Water/RefractReflectVP
|
vertex_program_ref Water/RefractReflectVP
|
||||||
{
|
{
|
||||||
param_named_auto worldViewProjMatrix worldviewproj_matrix
|
param_named_auto worldViewProjMatrix worldviewproj_matrix
|
||||||
|
@ -133,15 +132,13 @@ material Examples/Water0
|
||||||
texture Water02.jpg
|
texture Water02.jpg
|
||||||
// min / mag filtering, no mip
|
// min / mag filtering, no mip
|
||||||
filtering linear linear none
|
filtering linear linear none
|
||||||
colour_op_ex source1 src_manual src_current 0 1 0
|
alpha_op_ex source1 src_manual src_current 0.9
|
||||||
alpha_op_ex source1 src_manual src_current 0.1
|
|
||||||
|
|
||||||
}
|
}
|
||||||
// Noise
|
// Noise
|
||||||
texture_unit
|
texture_unit
|
||||||
{
|
{
|
||||||
colour_op_ex source1 src_manual src_current 0 1 0
|
alpha_op_ex source1 src_manual src_current 0.9
|
||||||
alpha_op_ex source1 src_manual src_current 0.1
|
|
||||||
// Perlin noise volume
|
// Perlin noise volume
|
||||||
texture waves2.dds
|
texture waves2.dds
|
||||||
// min / mag filtering, no mip
|
// min / mag filtering, no mip
|
||||||
|
|
BIN
files/water/WaterNormal1.tga
Normal file
BIN
files/water/WaterNormal1.tga
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
Loading…
Reference in a new issue