Click or drag to resize

MeshGeometryCalculateSimplification Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool CalculateSimplification(
	bool carefully,
	int lodIndex,
	double currentQuality,
	double simplificationQuality,
	out byte[] newVertices,
	out VertexElement[] newVertexStructure,
	out int[] newIndices,
	out string error
)

Parameters

carefully
Type: SystemBoolean
lodIndex
Type: SystemInt32
currentQuality
Type: SystemDouble
simplificationQuality
Type: SystemDouble
newVertices
Type: SystemByte
newVertexStructure
Type: NeoAxisVertexElement
newIndices
Type: SystemInt32
error
Type: SystemString

Return Value

Type: Boolean
See Also