ObjLoadOptions

ObjLoadOptions

Overview

ObjLoadOptions is a class in Aspose.3D FOSS for Java. Inherits from: LoadOptions.

ObjLoadOptions.ObjLoadOptions creates a new ObjLoadOptions object with default option values.

Properties

NameTypeAccessDescription
flipCoordinateSystembooleanRead
enableMaterialsbooleanReadProperty gets or sets the material loading flag
scaledoubleReadProperty gets or sets the geometry scaling factor
normalizeNormalbooleanReadProperty gets or sets the normal normalization flag

Methods

SignatureDescription
ObjLoadOptions()Creates a new ObjLoadOptions object with default option values
getFlipCoordinateSystem()booleanReturns true if the loader will flip the coordinate system
setFlipCoordinateSystem(value: boolean)
getEnableMaterials()booleanReturns true if material loading is enabled
setEnableMaterials(value: boolean)Enables or disables material loading
getScale()doubleReturns the scaling factor applied to loaded geometry
setScale(value: double)Sets the scaling factor for loaded geometry
getNormalizeNormal()booleanReturns true if normals will be normalized after loading
setNormalizeNormal(value: boolean)Sets whether to normalize normals after loading

See Also