You can register callbacks for different kind of events in Tacview.
Tacview 1.7.2
Once a frame, Tacview will call your function which must match the following signature:
Update( dt , absoluteTime )
Tacview 1.7.2
Tacview 1.7.2
Once a frame, Tacview will call your function to draw 3D objects in the 3D view.
There is one pass for the opaque 3D models and one pass for the transparent models.
See UI.Renderer.DrawObjectVertexArray() and UI.Renderer.DrawOpaqueObject() to draw objects in the 3D world.
Tacview 1.7.2
Tacview 1.7.2
Once a frame, Tacview will call your function to draw 2D transparent foreground UI on top of the 3D view.
You function will not receive any parameter.
See UI.Renderer.DrawUIVertexArray() to draw your UI on top of the 3D view.