Is it possible to construct POPs from DATs with triangle data? The DATtoSOP has some options for vertices. If I, for example, have a Box POP → POPto → DATto I am unable to retrieve the triangle information
Hello @matigekunst
It’s currently not possible, but we have a task in our backlog to implement it. In the meantime, it might be possible to reconstruct the vertices with a Create POP (now called Primitive POP in newer builds) or a GLSL Create POP.
1 Like
ReconstructPOPFromDAT.toe (4.6 KB)
Sample toe for the above with GLSL create, though it will most likely evolve.
Thank you Vincent:)