ObjLoadOptions

ObjLoadOptions

General

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

ObjLoadOptions és una classe en Aspose.3d per a Java. Hereta de: ゚LoadOptions⌒ .

ObjLoadOptions.setFlipCoordinateSystem estableix si girar el sistema de coordenades quan es carrega.

Propietats

NameTypeAccessDescription
flipCoordinateSystembooleanReadProperty indicates if coordinate system flipping is enabled
enableMaterialsbooleanReadProperty indicates if material loading is enabled
scaledoubleReadProperty holds the scaling factor for imported geometry
normalizeNormalbooleanReadProperty indicates if normals are normalized on load

Mètodes

SignatureDescription
ObjLoadOptions()
getFlipCoordinateSystem()boolean
setFlipCoordinateSystem(value: boolean)Sets whether to flip the coordinate system when loading
getEnableMaterials()booleanReturns true if material data is loaded from the OBJ file
setEnableMaterials(value: boolean)Enables or disables loading of material information
getScale()doubleReturns the scale factor applied to the imported geometry
setScale(value: double)Sets the scale factor for the imported geometry
getNormalizeNormal()booleanReturns true if normals are normalized after loading
setNormalizeNormal(value: boolean)Configures whether to normalize normals on import
 Català