Re: How do you get distance from output camera via a script

2015-05-05 Thread Jens Lindgren
Here's one way to do it: http://darkvertex.com/wp/2010/06/05/python-distance-between-2-vectors/ /Jens On Mon, May 4, 2015 at 9:39 PM, Bradley Gabe witha...@gmail.com wrote: Here's the pseudo code -Create 3 vector3 objects -Set the first two to the global transforms of the first 2 scene

Re: How do you get distance from output camera via a script

2015-05-04 Thread Bradley Gabe
Here's the pseudo code -Create 3 vector3 objects -Set the first two to the global transforms of the first 2 scene objects -Set the third vector3 to the subtraction of the first 2 vector objects -Return the length of the third vector3 object Sent from my iPhone On May 4, 2015, at 1:57 PM, Greg