Class WavefrontSurfaceWriter

java.lang.Object
mgui.io.FileWriter
mgui.io.domestic.shapes.SurfaceFileWriter
mgui.io.foreign.wavefront.WavefrontSurfaceWriter
All Implemented Interfaces:
InterfaceIO, IconObject

public class WavefrontSurfaceWriter
extends SurfaceFileWriter
Writer for a Wavefront OBJ format surface mesh object. Based on the Obj library:

https://github.com/javagl/Obj

The format is specified here:

https://en.wikipedia.org/wiki/Wavefront_.obj_file

Since:
1.0.30
Author:
Andrew Reid