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
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Property indicates if coordinate system flipping is enabled |
enableMaterials | boolean | Read | Property indicates if material loading is enabled |
scale | double | Read | Property holds the scaling factor for imported geometry |
normalizeNormal | boolean | Read | Property indicates if normals are normalized on load |
Mètodes
| Signature | Description |
|---|---|
ObjLoadOptions() | |
getFlipCoordinateSystem() → boolean | |
setFlipCoordinateSystem(value: boolean) | Sets whether to flip the coordinate system when loading |
getEnableMaterials() → boolean | Returns true if material data is loaded from the OBJ file |
setEnableMaterials(value: boolean) | Enables or disables loading of material information |
getScale() → double | Returns the scale factor applied to the imported geometry |
setScale(value: double) | Sets the scale factor for the imported geometry |
getNormalizeNormal() → boolean | Returns true if normals are normalized after loading |
setNormalizeNormal(value: boolean) | Configures whether to normalize normals on import |