Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HAPI_CookOptions cookOptions;
- cookOptions.maxVerticesPerPrimitive = 3;
- HAPI_Result result = HAPI_Initialize(NULL, &cookOptions, false, -1, "", NULL, NULL, NULL, NULL);
- int val;
- HAPI_GetEnvInt(HAPI_ENVINT_VERSION_HOUDINI_ENGINE_API, &val);
- if (result == HAPI_Result::HAPI_RESULT_SUCCESS)
- {
- //Houdini Code
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement