Function GeometryBuilderJob.CircleSteps
CircleSteps
(float3 center, float radius, float maxPixelError, ref float4x4 currentMatrix, float2 cameraDepthToPixelSize, float3 cameraPosition)
Calculate number of steps to use for drawing a circle at the specified point and radius to get less than the specified pixel error.
Internal
Static
int CircleSteps (
float3 | center | |
float | radius | |
float | maxPixelError | |
ref float4x4 | currentMatrix | |
float2 | cameraDepthToPixelSize | |
float3 | cameraPosition |
Calculate number of steps to use for drawing a circle at the specified point and radius to get less than the specified pixel error.