#include <vector>
#include <utility>
#include <string>
#include <thread>
#include <mutex>
#include "libMath.h"
#include "modelloader/PlyLoader.h"
#include "modelloader/ReadMesh.h"
Aller au code source de ce fichier.
|
const color | defColor::black ={0x00,0x00,0x00,0xff} |
|
const color | defColor::cyan ={0x00,0xff,0xff,0xff} |
|
const color | defColor::red ={0xff,0x00,0x00,0xff} |
|
const color | defColor::magenta ={0xff,0x00,0xff,0xff} |
|
const color | defColor::green ={0x00,0xff,0x00,0xff} |
|
const color | defColor::yellow ={0xff,0xff,0xff,0xff} |
|
const color | defColor::blue ={0x00,0x00,0xff,0xff} |
|
const color | defColor::white ={0xff,0xff,0xff,0xff} |
|