Class ObjUtil
Wavefront OBJ writer for RGB-coloured triangle buffers.
public static class ObjUtil
- Inheritance
-
ObjUtil
- Inherited Members
Methods
WriteText(string, double[])
Write a stride-15 RGB-triangle buffer as Wavefront OBJ text with the
per-vertex colour extension (v x y z r g b). Triangle vertices
are not shared; faces reference vertices/normals via negative
(relative) indices, so no global counters are required.
public static void WriteText(string file, double[] rgbTrisNativeArray)