PointSizeUnit
Specifies how point size is interpreted.
Enumeration Members
Enumeration Members
CSSPixels
CSS pixels, which may be larger than screen pixels on high-DPI displays.
ProportionOfBoundingDiagonal
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.
ProportionOfScreenHeight
If this unit is used, the point size will be multiplied by the height of the screen.
ProportionOfScreenWidth
If this unit is used, the point size will be multiplied by the width of the screen.
ScreenPixels
Point size is measured directly in pixels of the output image, regardless of display DPI.
World
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.