1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:23:52 +00:00
openmw-tes3mp/files/materials/water.mat
2012-07-05 00:39:25 +02:00

30 lines
541 B
Text

// note: the fixed function water is created manually, not here
material openmw_water
{
pass
{
vertex_program water_vertex
fragment_program water_fragment
texture_unit reflectionMap
{
texture_alias WaterReflection
}
texture_unit refractionMap
{
texture_alias WaterRefraction
}
texture_unit depthMap
{
}
texture_unit normalMap
{
texture
}
}
}