Seasonal splines;Track NODE for seasons

jankvis

Somewhere in the layout..
Calling for the big guns...

Seasonal splines are supported in build 3.7. The code is as follows:

"

track { mesh-length 4 track-lod-tree { lod-distance 250 high-detail { lod-season-index 1 high-detail { mesh "track-lod0w" } low-detail { mesh "track-lod0" } } low-detail { lod-season-index 1 high-detail { mesh "track-lod1w" } low-detail { mesh "track-lod1" } } } }"

This code generates 2 LOD's with winter and summer season. This works fine and it's a nice addition to have seasonal change in splines.

Now my question is how will the code be for 3 or 4 seasons?? Any help appreciated...

Regards, Jan
 
Back
Top