SimpleFastOpenAtomicVisualiser
Loading...
Searching...
No Matches
Functions
infoWindow.h File Reference
#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>
Include dependency graph for infoWindow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void infoWindow (const std::unique_ptr< Structure > &structure, const Camera &camera, const VisualisationState &visualisationState, const float &delta)
 Draw an information window.
 

Function Documentation

◆ infoWindow()

void infoWindow ( const std::unique_ptr< Structure > &  structure,
const Camera camera,
const VisualisationState visualisationState,
const float delta 
)

Draw an information window.

Parameters
structurethe Structure to get info from.
camerathe Camera to get info from.
visualisationStatethe VisualisationState to get info from.
deltathe frame delta in milliseconds.