diff --git a/Effects/tree.eff b/Effects/tree.eff index b12badec0..bdd18cdc7 100644 --- a/Effects/tree.eff +++ b/Effects/tree.eff @@ -41,19 +41,16 @@ /sim/rendering/shaders/skydome /sim/rendering/random-vegetation - - - 2.0 - - - - GL_ARB_shader_objects - GL_ARB_shading_language_100 - GL_ARB_vertex_shader - GL_ARB_fragment_shader - GL_ARB_multisample - - + /sim/rendering/multi-sample-buffers + + 1.0 + /sim/rendering/multi-samples + + GL_ARB_shader_objects + GL_ARB_shading_language_100 + GL_ARB_vertex_shader + GL_ARB_fragment_shader + GL_ARB_multisample @@ -328,6 +325,11 @@ /sim/rendering/random-vegetation + /sim/rendering/multi-sample-buffers + + 1.0 + /sim/rendering/multi-samples + GL_ARB_multisample GL_ARB_vertex_shader GL_ARB_fragment_shader diff --git a/Textures/Trees/coniferous.dds b/Textures/Trees/coniferous.dds index 55ff01c16..14f3928f4 100644 Binary files a/Textures/Trees/coniferous.dds and b/Textures/Trees/coniferous.dds differ diff --git a/Textures/Trees/coniferous.png b/Textures/Trees/coniferous.png index 7d8582d2a..405cfa6a2 100644 Binary files a/Textures/Trees/coniferous.png and b/Textures/Trees/coniferous.png differ diff --git a/Textures/Trees/deciduous.dds b/Textures/Trees/deciduous.dds index 713c1496d..3a80cdee4 100644 Binary files a/Textures/Trees/deciduous.dds and b/Textures/Trees/deciduous.dds differ diff --git a/Textures/Trees/deciduous.png b/Textures/Trees/deciduous.png index 588df5403..2ae60b10b 100644 Binary files a/Textures/Trees/deciduous.png and b/Textures/Trees/deciduous.png differ diff --git a/Textures/Trees/mixed.dds b/Textures/Trees/mixed.dds index 33cf0a806..b6c3f12b9 100644 Binary files a/Textures/Trees/mixed.dds and b/Textures/Trees/mixed.dds differ diff --git a/Textures/Trees/mixed.png b/Textures/Trees/mixed.png index 58bf7ac38..5badb6ec6 100644 Binary files a/Textures/Trees/mixed.png and b/Textures/Trees/mixed.png differ diff --git a/Textures/Trees/tropical-alt.dds b/Textures/Trees/tropical-alt.dds index bf6581d2a..3b19e349e 100644 Binary files a/Textures/Trees/tropical-alt.dds and b/Textures/Trees/tropical-alt.dds differ diff --git a/Textures/Trees/tropical-alt.png b/Textures/Trees/tropical-alt.png index 4fad49e3d..0c8828132 100644 Binary files a/Textures/Trees/tropical-alt.png and b/Textures/Trees/tropical-alt.png differ diff --git a/Textures/Trees/tropical.dds b/Textures/Trees/tropical.dds index 6a783349c..cea985902 100644 Binary files a/Textures/Trees/tropical.dds and b/Textures/Trees/tropical.dds differ diff --git a/Textures/Trees/tropical.png b/Textures/Trees/tropical.png index 41623f68f..7eabc3c62 100644 Binary files a/Textures/Trees/tropical.png and b/Textures/Trees/tropical.png differ