PointSizeUnit
Enumeration Members
-
PointSizeUnit.CSSPixels - CSSPixels: 1
CSS pixels, which may be larger than screen pixels on high-DPI displays.
-
PointSizeUnit.ProportionOfBoundingDiagonal - ProportionOfBoundingDiagonal: 5
If this unit is used, the point size will be multiplied by the length of the diagonal of the scene’s bounding box. Points will scale according to distance from the camera under perspective projection.
-
PointSizeUnit.ProportionOfScreenHeight - ProportionOfScreenHeight: 4
If this unit is used, the point size will be multiplied by the height of the screen.
-
PointSizeUnit.ProportionOfScreenWidth - ProportionOfScreenWidth: 3
If this unit is used, the point size will be multiplied by the width of the screen.
-
PointSizeUnit.ScreenPixels - ScreenPixels: 0
Point size is measured directly in pixels of the output image, regardless of display DPI.
-
PointSizeUnit.World - World: 2
The world-space units in which model geometry is defined. If this unit is used, points will scale according to distance from the camera under perspective projection.