ObjOptions

Inheritance: java.lang.Object, ImageOptionsBase

The OBJ options.

Constructors

ConstructorDescription
ObjOptions()

Methods

MethodDescription
getTargetFormat()
getMtlFileName()Gets or sets the MTL file name.
setMtlFileName(String value)Gets or sets the MTL file name.
getMtlFileStream()Gets or sets the MTL stream to output mtl file to.
setMtlFileStream(InputStream value)Gets or sets the MTL stream to output mtl file to.

ObjOptions()

public ObjOptions()

getTargetFormat()

public long getTargetFormat()

Returns: long

getMtlFileName()

public final String getMtlFileName()

Gets or sets the MTL file name.

Returns: String

setMtlFileName(String value)

public final void setMtlFileName(String value)

Gets or sets the MTL file name.

getMtlFileStream()

public final InputStream getMtlFileStream()

Gets or sets the MTL stream to output mtl file to.

Returns: InputStream

setMtlFileStream(InputStream value)

public final void setMtlFileStream(InputStream value)

Gets or sets the MTL stream to output mtl file to.