initital commit
This commit is contained in:
commit
6661f7eb0f
19 changed files with 2400 additions and 0 deletions
18
src/glm.hpp
Normal file
18
src/glm.hpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
#pragma once
|
||||
|
||||
#define GLM_FORCE_RADIANS
|
||||
#define GLM_ENABLE_EXPERIMENTAL
|
||||
|
||||
#include <glm/vec2.hpp>
|
||||
#include <glm/vec3.hpp>
|
||||
#include <glm/mat4x4.hpp>
|
||||
#include <glm/trigonometric.hpp>
|
||||
|
||||
#include <glm/gtc/constants.hpp>
|
||||
#include <glm/gtc/matrix_access.hpp>
|
||||
#include <glm/gtc/matrix_transform.hpp>
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
|
||||
#include <glm/gtx/hash.hpp>
|
||||
#include <glm/gtx/string_cast.hpp>
|
||||
#include <glm/gtx/transform.hpp>
|
1
src/ofxGPUFont.h
Normal file
1
src/ofxGPUFont.h
Normal file
|
@ -0,0 +1 @@
|
|||
#pragma one
|
Loading…
Add table
Add a link
Reference in a new issue