Alex Christenson @alexchristenson • Joined Jan 2014 • Active 6 years ago Remove Connection Are you sure you want to remove from your connections? Timeline Profile Connections Photos Forums Points Leader Badges Discussions Replies Favorites Discussions Replies Favorites Forum Replies Created Alex Christenson January 5, 2014 at 7:54 pm in reply to: Expression to dynamically adjust values based on proximity to camera Brilliant. Thank you guys so much. I got it to work for my purposes through some further hacking. And I had no idea there was an expressions forum! Will surely post there next time. A Alex Christenson January 3, 2014 at 7:14 pm in reply to: Expression to dynamically adjust values based on proximity to camera Ah ok I can specify the value range with this line: linear(d,startFade,endFade,100,0) Would still like to know what that tangent function above is doing if anyone has a second! A Alex Christenson January 3, 2014 at 6:41 pm in reply to: Expression to dynamically adjust values based on proximity to camera Hey there, I saw that, but I guess didn’t pursue it because this line tripped me up… what is going on here: z = (w/2)/Math.tan(degreesToRadians(19.799)); And is there a way to modify it so that I can specify the start and end value? Some properties may start and end at values other than 0 and 100. Thanks! Alex