Class PointEModel<T>.PointCounts
Standard Point-E point counts.
public static class PointEModel<T>.PointCounts
- Inheritance
-
PointEModel<T>.PointCounts
- Inherited Members
Fields
High
High resolution: 16384 points.
public const int High = 16384
Field Value
Low
Low resolution: 1024 points.
public const int Low = 1024
Field Value
Medium
Medium resolution: 4096 points (default).
public const int Medium = 4096