octnet
octnet copied to clipboard
Can OctNet be applied on STL data type?
I am working on this data structure and I would like to know if it can be applied on .stl data type and if so what are the required changes
You could parse the stl to get your triangle vertices and faces and then use this function to convert it.