JTippetts
JTippetts
I would need more information. If you attempt to run with -log debug is there anything in the log file that looks like an error?
SEAMLESS_XY uses a 4D noise function underneath (5D if you don't use map2DNoZ, though that's not your case here). SEAMLESS_NONE only uses a 2D noise function underneath. Normalization of the...
If you have no use for Lua, you don't need to compile anything. The framework is there pretty much just to provide a Lua interpreter. The actual library is set...
I don't know anything about Cython, but as long as you have even a single .CPP file as part of your project, then all you need to do is #define...