Click or drag to resize

TriangleMeshUpdaterUpdate Method

Updates the primitive's graphical properties to match the provided time.

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 void Update(
	JulianDate time,
	TriangleMeshPrimitive mesh
)

Parameters

time
Type: AGI.Foundation.TimeJulianDate
The time of the update.
mesh
Type: AGI.Foundation.GraphicsTriangleMeshPrimitive
The primitive to update.
See Also