octnet icon indicating copy to clipboard operation
octnet copied to clipboard

Can OctNet be applied on STL data type?

Open emnabou opened this issue 3 years ago • 1 comments

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

emnabou avatar Mar 31 '21 10:03 emnabou

You could parse the stl to get your triangle vertices and faces and then use this function to convert it.

griegler avatar Apr 07 '21 15:04 griegler