Skeletal Animation Multithread Face
|
#include <future>
#include "exoskeleton.h"
#include "skeletal_animation.h"
#include "animated_hand.h"
#include "menu_handler.h"
#include <igl/opengl/glfw/Viewer.h>
#include <igl/opengl/glfw/imgui/ImGuiPlugin.h>
#include <igl/opengl/glfw/imgui/ImGuiMenu.h>
#include <igl/opengl/glfw/imgui/ImGuiHelpers.h>
#include <igl/slim.h>
#include <igl/Camera.h>
Go to the source code of this file.
Classes | |
class | Rendering |
This class performs the rendering of the scene. This has been included inside a class for better organization of the code due to forking. More... | |