Click or drag to resize

SceneLODUtilityGetDemandedLODs Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void GetDemandedLODs(
	ViewportRenderingContext context,
	MeshCompiledDataMeshDataClass meshData,
	float cameraDistanceMinSquared,
	float cameraDistanceMaxSquared,
	float objectBoundingSize,
	out SceneLODUtilityLodState lodState
)

Parameters

context
Type: NeoAxisViewportRenderingContext
meshData
Type: NeoAxisMeshCompiledDataMeshDataClass
cameraDistanceMinSquared
Type: SystemSingle
cameraDistanceMaxSquared
Type: SystemSingle
objectBoundingSize
Type: SystemSingle
lodState
Type: NeoAxisSceneLODUtilityLodState
See Also