PeriDyno 1.0.0
Loading...
Searching...
No Matches
ImWindow.cpp File Reference
#include "ImWindow.h"
#include <cmath>
#include <imgui.h>
#include <imgui_impl_opengl3.h>
#include <glm/gtx/string_cast.hpp>
#include <glm/gtx/euler_angles.hpp>
#include <glm/gtx/quaternion.hpp>
#include "imgui_extend.h"
#include "picture.h"
#include "imGuIZMO.quat/imGuIZMOquat.h"
#include "Action.h"
#include "SceneGraphFactory.h"
#include "ImWidget.h"
#include <RenderEngine.h>
#include <RenderWindow.h>
#include "OrbitCamera.h"
#include "TrackballCamera.h"
#include "ImGuizmo.h"
#include <Node/ParametricModel.h>
Include dependency graph for ImWindow.cpp:

Go to the source code of this file.

Classes

class  WidgetQueue
 

Macros

#define IMGUI_DEFINE_MATH_OPERATORS
 

Functions

void ShowMenuFile (RenderWindow *app, SceneGraph *scene, bool *mDisenableCamera)
 

Macro Definition Documentation

◆ IMGUI_DEFINE_MATH_OPERATORS

#define IMGUI_DEFINE_MATH_OPERATORS

Definition at line 1 of file ImWindow.cpp.

Function Documentation

◆ ShowMenuFile()

void ShowMenuFile ( RenderWindow * app,
SceneGraph * scene,
bool * mDisenableCamera )

Definition at line 65 of file ImWindow.cpp.