HDK
|
Sample metaball kernel function. More...
Go to the source code of this file.
Functions | |
void | newMetaKernel () |
Registration function which installs the kernel. More... | |
Sample metaball kernel function.
This file demonstrates how to add a custom metaball kernel function that will show up in all the Kernel Function parameter menus.
Once this file is compiled, register this dso into a MetaKernels
text file that is found in your HOUDINI_PATH environment variable. For example:
$HOME/Library/Preferences/houdini/X.Y/MetaKernels
(OSX)$HOME/houdiniX.Y/MetaKernels
(other platforms)The MetaKernels
file should contain a list of .so/.dll paths that are located relative to the search paths in the HOUDINI_DSO_PATH environment variable. For example:
In this case, you should install the TS_MyKernel.so file into the dso
subdirectory under where MetaKernels
is found.
Definition in file TS_cosKernel.C.
void newMetaKernel | ( | ) |
Registration function which installs the kernel.
Definition at line 117 of file TS_cosKernel.C.