We rolled out support for multi-threaded rendering in Triton 4.0; the idea was to only call Triton::UpdateSimulation() once per frame, while using the new Triton::DrawConcurrent() function to draw multiple views at once using that shared ocean state. Read the details...