This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenMW
Watch
1
Star
0
Fork
0
You've already forked OpenMW
mirror of
https://gitlab.com/OpenMW/openmw.git
synced
2025-01-01 03:21:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
58f8d1ac04
OpenMW
/
files
/
CMakeLists.txt
3 lines
50 B
CMake
Raw
Normal View
History
Unescape
Escape
Remove unused mygui files
2015-05-03 15:26:12 +00:00
add_subdirectory
(
mygui
)
New water WIP Changes compared to old (Ogre) water: - Uses depth-texture readback to handle the underwater fog in the water shader, instead of handling it in the object shader - Different clipping mechanism (glClipPlane instead of a skewed viewing frustum) - Fixed bug where the reflection camera would look strange when the viewer was very close to the water surface - Toned down light scattering, made the waterColor a bit darker at night - Fixed flipped water normals and strange resulting logic in the shader Still to do: see comments...
2015-10-26 20:36:19 +00:00
add_subdirectory
(
shaders
)
Reference in New Issue
Copy Permalink