X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=demos%2Fforestpond%2Fdata%2Fexported%2FForest.seq;h=f7c620197b42b81d0a391c18d7e8d2cce0522331;hb=HEAD;hp=ea707ba362b034612105ab52f05249979e5c98e5;hpb=7efe2d35f5d53c0f086a1b85b7d3dea6a6c709ab;p=libs%2Fgl.git diff --git a/demos/forestpond/data/exported/Forest.seq b/demos/forestpond/data/exported/Forest.seq index ea707ba3..f7c62019 100644 --- a/demos/forestpond/data/exported/Forest.seq +++ b/demos/forestpond/data/exported/Forest.seq @@ -4,11 +4,24 @@ clear depth 1.00000; }; renderable "content" "Forest.scene"; +sequence "environment_sequence" "Forest_environment.seq" +{ + renderable "content" "sky"; +}; +effect "environment" +{ + type environment_map; + size 32; + roughness_levels 2; + fixed_position 0.00000 0.00000 0.00000; + content "content"; + environment "environment_sequence"; +}; effect "sky" { type sky; sun "Sun.light"; - content "content"; + content "environment"; }; sequence "shadow_sequence" "Forest_shadow.seq" { @@ -23,8 +36,8 @@ effect "shadow_map" type shadow_map; enable_for_method "blended"; size 4096 4096; - target -4.93711 -8.02305 4.70139; - radius 27.2455; + target -4.91621 -8.04262 4.72581; + radius 27.2464; content "sky"; lighting "Forest.lightn"; light "Sun.light"