PeriDyno 1.0.0
Loading...
Searching...
No Matches
POpenGLWidget.cpp File Reference
#include <glad/glad.h>
#include "POpenGLWidget.h"
#include "PSimulationThread.h"
#include <SceneGraph.h>
#include <OrbitCamera.h>
#include <QMouseEvent>
#include <QGuiApplication>
#include <QScreen>
#include "QtImGui.h"
#include <ImWidget.h>
#include "SceneGraphFactory.h"
#include <GLRenderEngine.h>
#include "QtApp.h"
#include "ImGuizmo.h"
#include <map>
#include <stb/stb_image_write.h>
Include dependency graph for POpenGLWidget.cpp:

Go to the source code of this file.

Namespaces

namespace  dyno
 This is an implementation of AdditiveCCD based on peridyno.
 

Macros

#define STB_IMAGE_WRITE_IMPLEMENTATION
 

Functions

PButtonType dyno::mappingMouseButton (QMouseEvent *event)
 
PModifierBits dyno::mappingModifierBits (Qt::KeyboardModifiers mods)
 

Variables

std::map< int, PKeyboardTypedyno::KeyMap
 

Macro Definition Documentation

◆ STB_IMAGE_WRITE_IMPLEMENTATION

#define STB_IMAGE_WRITE_IMPLEMENTATION

Definition at line 26 of file POpenGLWidget.cpp.