Click or drag to resize

MeshGeometryCalculateSimplification Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.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  Boolean
 
lodIndex  Int32
 
currentQuality  Double
 
simplificationQuality  Double
 
newVertices  Byte
 
newVertexStructure  VertexElement
 
newIndices  Int32
 
error  String
 

Return Value

Boolean
See Also