public class ObjLoadOptions extends LoadOptions
Constructor and Description |
---|
ObjLoadOptions()
Constructor of
ObjLoadOptions |
Modifier and Type | Method and Description |
---|---|
boolean |
getEnableMaterials()
Gets whether import materials for each object
|
boolean |
getFlipCoordinateSystem()
Gets whether flip coordinate system of control points/normal during importing
|
boolean |
getNormalizeNormal()
Gets whether to normalize the normal vector during the loading.
|
double |
getScale()
Scales on x/y/z axis, default value is 1.0
|
void |
setEnableMaterials(boolean value)
Sets whether import materials for each object
|
void |
setFlipCoordinateSystem(boolean value)
Sets whether flip coordinate system of control points/normal during importing
|
void |
setNormalizeNormal(boolean value)
Sets whether to normalize the normal vector during the loading.
|
void |
setScale(double value)
Scales on x/y/z axis, default value is 1.0
|
getEncoding, getFileFormat, getFileName, getFileSystem, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setLookupPaths
public ObjLoadOptions()
ObjLoadOptions
public boolean getFlipCoordinateSystem()
public void setFlipCoordinateSystem(boolean value)
value
- New valuepublic boolean getEnableMaterials()
public void setEnableMaterials(boolean value)
value
- New valuepublic double getScale()
public void setScale(double value)
value
- New valuepublic boolean getNormalizeNormal()
public void setNormalizeNormal(boolean value)
value
- New value