Message 1 of 3
Principal question about the inner workings of Max Creation Graph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
Trying to get a better understanding about what's really happening in MCG...
If one creates a graph in the Editor and evaluates it, a .ms (Max Script) file that handles the new tools' UI (parameters and layout) is generated, as well as the corresponding .maxtool file (XML).
The 'initialize' function in the script references the .maxtool file which is loaded when the new modifier/geometry etc. is invoked on the stack.
Then, I suppose the actual graph is constructed from it internally, and evaluated...
How? What's the actual engine behind the scenes doing? Is this superfast C++?
What is MCG capable of, speed-wise?
Thanks!!