|
|
AtProcInit | Init |
| | This is called before expanding the procedural.
|
| |
|
AtProcCleanup | Cleanup |
| | This is called last and should clean up any (temporary) memory used by the procedural.
|
| |
|
AtProcNumNodes | NumNodes |
| | This is called to find out how many nodes this procedural will generate.
|
| |
|
AtProcGetNode | GetNode |
| | This is called NumNodes times, once for each node the procedural creates.
|
| |
|
AtProcViewport | ProceduralViewport |
| | This is called to get a viewport representation of the given procedural node.
|
| |
The documentation for this struct was generated from the following file: