Set starting point of sky texture

by okh » Mon Sep 10, 2018 10:43 am

For those of us who use real horizons as sky textures, it would be great to be able to set starting point of a sky texture, see thread 8832#40805.
Most of my old panoramas start either South or North. For a new building, there is sometimes a need to adjust the orientation. Yes, this can be done with plan rotation, but drawing gets more difficult when angles are not the magnetic increments of 15°.

Just a value in Home.xml would suffice for my purposes.

Code: Select all

 <environment ...>
    <texture attribute='skyTexture' name='sky360_sh3d6' width='360.0' height='90.0' image='1'/>
 </environment>
Maybe [font=courier new]startDirection='1.5708'[/font] or even [font=courier new]startAngle='1.5708'[/font] and [font=courier new]endAngle='1.57079999'[/font]? Or something.

Just a thought.

ok