Bobo: Your algorithm sounds like a better way (faster & more accurate) , but I’m almost done with mine so I’ll probably stick with it. I’m using…
Bobo: I forgot to ask, but your volume integration technique…it that a well known algorithm that provides an exact solution, or is it simply an appro…
c Bobo: Hehe. Just saw your script. Mine uses a Monte Carlo integration method to figure the volume (the volume of the bounding box times the fra…
I guess my assumption that LightWave terminology makes sense to everybody is a bad one. Say I have a single postion vector (for example (1,1,1) ) a…
I was thinking about pitching you on another publisher, but it sounds like your very happy with cg-academy.net. Good luck with your dvd. If I get th…
The DVD sounds great. Will this be published through cg-academy.net? -Mike
Thanks for the reply Bobo. It sounds like MAXScript is a lot more powerful than LScript even though they were developed in a similiar fashion. So …
Single precision is a bummer, but not a huge deal. I’m glad Max can numerical stuff though. Yeah, the particle example is too simple to be of any rea…
For example (in pseudocode) can you do something like this: variableA = 3.1415926178487 DOUBLE; What about something like this (pseudocode for a si…