I want to make a 3d point cloud from 3d SOP.
like upload.wikimedia.org/wikipedia/c … _torus.gif
I saw many questions about create mesh from point cloud but it`s very hard to find about this topic.
I have no idea where to begin. Do I need polygon or mesh data or something?
Are there were any algorithm for this let me help.
thanks.
Your best bet to create something like the example you linked is to use Houdini and the scatter SOP to create a set of points based on a surface. Everything you need for this is available in the free version of Houdini.
This will return the position on the primitive given u,v coordinates.
This will work for all primitive types, though the v is unused in the case of curves, polygons.
(See attached screenshot and toe file, for a Script SOP example).
This will be available in the next official + experimental releases.