The primary volume kernel. This function holds the generated body of AX programs.
More...
The primary volume kernel. This function holds the generated body of AX programs.
argument structure is as follows: 1) - A void pointer to the ax::CustomData 2) - A pointer to an array of three ints representing the current voxel coord being accessed 3) - A void pointer to the current value buffer 4) - A bool representing the current values active state 5) - The index of the current tile in the parent tile's table 6) - A void pointer to a vector of void pointers, representing an array of grid accessors 7) - A void pointer to a vector of void pointers, representing an array of grid transforms 8) - The index of currently executing volume in the list of write accessible volumes.