Click or drag to resize

TriangleMeshUpdater Constructor

Creates a new instance using the provided TriangleMeshGraphics and EvaluatorGroup

Namespace:  AGI.Foundation.Platforms.Advanced
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntax
public TriangleMeshUpdater(
	TriangleMeshGraphics meshGraphics,
	EvaluatorGroup group
)

Parameters

meshGraphics
Type: AGI.Foundation.PlatformsTriangleMeshGraphics
The mesh parameters.
group
Type: AGI.FoundationEvaluatorGroup
The group in which to create evaluators
See Also