So long as you’re dealing with spheres exclusively and you only want to know if they intersect why don’t you just test the distance from Sphere B’s ve…
The direction in relation to what? Are you looking to get the direction from the normal? That seems like the most logical because with that you coul…
Also; I just realised that while my script does what your drawing requests there are another few concerns: [ul] [li]It will get a higher minimum dis…
That’s going to depend a lot on what type of objects you’re measuring … and how fast you want this to run. Let’s say it’s 2 boxes… Personally I’d pu…
You might find it hasn’t entirely. In my circumstance I needed opacity maps to go into my diffuse map alpha, during a network bake (that’s another st…
This is used within scripted plugins to refer to the current instance so you are correct, but so far as I know, it doesn’t work within a plain rollout…
I’ve already got a fumeFX emitter on the rig to give me a smoke trail. What I’m looking to do is to plot the trajectory with maxscript. That is, to c…
I have been known to write pranks into my tools for individual users. As part of my debugging I’m already outputting sysinfo.username to log files so …
I thought you were just asking for help on how to get data. I’m not trying to write your script for you. There should be sufficient information in the…
[b][b][size=2]From mem[size=2]ory: MyCS[size=2]VFil[size=2]e = [/size][/size][/size]openFile[/b][/size][/b] @”c:\bla.[size=2]csv” [/size][b][b]mode[…
Knots pos will be in local coords too from what I remember so you might need a function to translate if your incoming data is in world coords.
I hope you didn’t leave the commented line in there!
Out of curiosity which line worked?