Class ObjSaveOptions


  • public class ObjSaveOptions
    extends SaveOptions
    Save options for wavefront obj file
    • Constructor Detail

      • ObjSaveOptions

        public ObjSaveOptions()
        Constructor of ObjSaveOptions
    • Method Detail

      • getVerbose

        public boolean getVerbose()
        Gets whether generate comments for each section
      • setVerbose

        public void setVerbose​(boolean value)
        Sets whether generate comments for each section
        Parameters:
        value - New value
      • getSerializeW

        public boolean getSerializeW()
        Gets whether serialize W component in model's vertex position.
      • setSerializeW

        public void setSerializeW​(boolean value)
        Sets whether serialize W component in model's vertex position.
        Parameters:
        value - New value
      • getEnableMaterials

        public boolean getEnableMaterials()
        Gets whether import/export materials for each object
      • setEnableMaterials

        public void setEnableMaterials​(boolean value)
        Sets whether import/export materials for each object
        Parameters:
        value - New value
      • getFlipCoordinateSystem

        public boolean getFlipCoordinateSystem()
        Gets whether flip coordinate system of control points/normal during importing/exporting.
      • setFlipCoordinateSystem

        public void setFlipCoordinateSystem​(boolean value)
        Sets whether flip coordinate system of control points/normal during importing/exporting.
        Parameters:
        value - New value