Jump to content

about Surface Tension Models for SPH-Based Fluid


874604650

Recommended Posts

You must remember while creating custom plugin that your C++ source file must have a .C extension.

Source file location doesn't matter. You can compile it from anywhere but make sure you have full permission to that location. When you compile .C file, it gets saved in ~/houdiniXX.Y/dso folder with a .so extension.

If you have single source file then "hcustom" can be used to compile otherwise "Makefiles". 

 

 

If .h file is written in VEX(similiar to C/C++) then there are two ways to read it:

- #include "test.h" if it's in your $HIP directory

- #include <test.h> if it's on $HOUDINI_PATH

 

You can also set HOUDINI_VEX_PATH in your .env file.   

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...