#include <memory.h>
#include <imgui/imgui.h>
#include <imgui/imgui_impl_glfw.h>
#include <imgui/imgui_impl_opengl3.h>
#include <camera.h>
#include <visualisationState.h>
#include <structure.h>
#include <atomRenderer.h>
#include <bondRenderer.h>
#include <commandLine.h>
Go to the source code of this file.
◆ infoWindow()
Draw an information window.
- Parameters
-
| structure | the Structure to get info from. |
| camera | the Camera to get info from. |
| visualisationState | the VisualisationState to get info from. |
| delta | the frame delta in milliseconds. |