Houdini C++ HDK

This a first attempt at making a SOP node using Houdini’s C++ HDK. As shown in the video this creates a select number of points and offsets them by a fixed amount. not the most useful thing, but a good introduction to the libraries, and a nice refresher of C++.

Above is the header file for my “Point_HDK“ class. all the declaration of variables and functions appears here.

To the left is the implementation of the node containing functions for registering the node, creating the sop parameters, and the functionality while cooking the sop.