Class PlyUtil
Stanford PLY writer for RGB-coloured triangle buffers.
public static class PlyUtil
- Inheritance
-
PlyUtil
- Inherited Members
Methods
WriteBin(string, double[])
Write a stride-15 RGB-triangle buffer as little-endian binary PLY with per-vertex RGB. Vertices are not shared between triangles (the input is a non-manifold soup), so each triangle contributes 3 unique vertices.
public static void WriteBin(string file, double[] rgbTrisNativeArray)