1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 13:53:53 +00:00
openmw/files/materials/water.mat

34 lines
665 B
Text
Raw Normal View History

material Water
2012-07-04 22:39:25 +00:00
{
pass
{
vertex_program water_vertex
fragment_program water_fragment
cull_hardware none
2012-07-04 22:39:25 +00:00
texture_unit reflectionMap
{
texture_alias WaterReflection
tex_address_mode clamp
2012-07-04 22:39:25 +00:00
}
texture_unit refractionMap
{
texture_alias WaterRefraction
tex_address_mode clamp
2012-07-04 22:39:25 +00:00
}
texture_unit depthMap
{
texture_alias SceneDepth
tex_address_mode clamp
2012-07-04 22:39:25 +00:00
}
texture_unit normalMap
{
direct_texture water_nm.png
2012-07-04 22:39:25 +00:00
}
}
}