Point Cloud From OBJ Mesh
Sometimes it can be useful to be able to generate a point cloud out of an OBJ mesh. This cloud can then be used for simulation, visualization etc. The easisest way I have found to do this is to use Houdini.
It is an excellent piece of software and the developers provide a free learning edition which is what we will use.
So lets begin!
First we need to import our obj model:
and import your obj mesh, in this example we will use the stanford bunny.
In the bottom right corner of the screen double click on the new node that appears. This geometry node contains one node, the bunny mesh.
From this node create a node by clicking on the arrow beneath the existing node and create a “points from volume” node. Hint: start typing the name of the node you want and it will narrow down what you need.
In this node we can control what type of point cloud we want, “Grid” or “Tetrahedral” and also the density of the cloud by changing the “Point Separation” value.
If you would like more information about the cloud middle click on the “points from volume” node to see statistics about the node. This info will include the number of points currently in the cloud.
To export the cloud create a File node and set the “File Mode” to “Write Files” then write your cloud data.