Script For Math Model
Does anybody know how to apply math model such as Euclidean, mobius, klein etc into maxscript ??
I am a newbie in using maxscripting, im from indo, and i want to ask, is it hard to eventually can use maxscript for such purpose ?? currently, i could only use maxscript for looping, arraying etc purpose, not the math model. thx..
Comments
Maybe 'Math Object' script?
Hello :) I really do realize that you wanted to know this several years ago, but maybe someone else will find this answer and become happy about it.
I have found here a script which can suit your needs, I think.
Go here: Math Object
MaxScript has support for
MaxScript has support for lots of stuff like trigonometric functions, transcendental functions, vector arithmetic, etc. A good place to start is to look up Number Values, Trigonometric Functions and Vector Arithmetic in the Maxscript help. You can also eventually write your own functions to do what you need.