ProjectedTextures
Prototype software for spacial augmented reality applications.
|
#include <assimp/Importer.hpp>
#include <assimp/scene.h>
#include <assimp/postprocess.h>
#include <assimp/mesh.h>
#include <QVector>
#include <QVector2D>
#include <QVector3D>
#include <QMatrix4x4>
#include <QOpenGLFunctions>
#include <QThread>
#include "Trackable.h"
Go to the source code of this file.
Classes | |
class | SceneDestroyer |
struct | ColorSetInfo |
class | Geometry |