MMKModelStyleUnitType
enum MMKModelStyleUnitType : NSUInteger {} |
Undocumented
Summary
Enum cases
MMKModelStyleUnitTypeUnit |
MMKModelStyleUnitTypeNormalized |
MMKModelStyleUnitTypeMeter |
Enum cases
MMKModelStyleUnitTypeUnit
MMKModelStyleUnitTypeUnit |
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.
MMKModelStyleUnitTypeNormalized
MMKModelStyleUnitTypeNormalized |
Scale model proportionally to fit into 1x1x1 box.
Alert
Use UnitType.Unit instead.
MMKModelStyleUnitTypeMeter
MMKModelStyleUnitTypeMeter |
The model is given in meters.