Skeletal Animation Multithread Face
rendering.h
Go to the documentation of this file.
1#pragma once
2
3#include <future>
4
5#include "exoskeleton.h"
7#include "animated_hand.h"
8#include "menu_handler.h"
9
10#include <igl/opengl/glfw/Viewer.h>
11#include <igl/opengl/glfw/imgui/ImGuiPlugin.h>
12#include <igl/opengl/glfw/imgui/ImGuiMenu.h>
13#include <igl/opengl/glfw/imgui/ImGuiHelpers.h>
14#include <igl/slim.h>
15#include <igl/Camera.h>
16
22{
23
24public:
26 Rendering();
27
28private:
29
30};
31
32
33
34
This class performs the rendering of the scene. This has been included inside a class for better orga...
Definition: rendering.h:22
Rendering()
Rendering constructor.
Definition: rendering.cpp:7