Page 1 of 1

Re: Absolute angle

PostPosted: Mon Feb 18, 2019 1:03 pm
by FRA32
Just use thyme scripting for that.
In the circle, open the script menu and type in postStep:
(e)=>{scene.my.angle = rotation/math.pi*180}
In some box, type in poststep:
(e)=>{text = "α = "+scene.my.angle+"°"}