MMKModelStyleUnitType
|
enum MMKModelStyleUnitType : UInt, @unchecked Sendable |
Summary
Enum cases
|
case unit = 0 |
|
case normalized = 1 |
|
case meter = 2 |
Enum cases
unit
|
case unit = 0 |
The model is given in units. The size of a unit is equal to the size of a pixel at the current zoom level when the camera position's tilt is equal to 0 and the scale factor is equal to 1.
normalized
|
case normalized = 1 |
Scale model proportionally to fit into 1x1x1 box.
Alert
Use UnitType.Unit instead.
meter
|
case meter = 2 |
The model is given in meters.