_scene defaultview atributes
Submitted by Maarten on April 17, 2007 - 11:49.
Is it possible to access a scene's defaultview paramaters (read only)? 'cause when I set some defaults I like eg. the horizon scriptlet to go to this default tilt.
I could do this by sending from each and every scene 'action event="enter" type="setProperty" target="scriptlet#horizon-tilt" property="value2" value="watheverValueI'veSetTheTilt"'
but that wouldn't be very efficient/clean from the scriptlet point of view....
or, would this work?:
action event="loop" type="setProperty" target="scriptlet#horizon-tilt" property="value1" value='=getProperty(=getProperty("_scene", "defaultview"), "tilt")'
fieldOfView | SPi-V dev
Re: _scene defaultview atributes
under consideration for SPi-V 1.4
Re: _scene defaultview atributes
Thanks!
Btw. Any eta for the 1.4?