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: 24.1.418.0 (24.1.418.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