Can OctNet be applied on STL data type?
emnabou opened this issue · 1 comments
emnabou commented
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
griegler commented
You could parse the stl to get your triangle vertices and faces and then use this function to convert it.