add user manual in app instead of pdf

This commit is contained in:
2018-09-24 23:34:06 +02:00
parent f1ff142d91
commit 075289b765
18 changed files with 118 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ public:
static Sampler m_sampler_mips;
bool m_use_atlas = false;
bool m_use_mipmaps = false;
bool m_autosize = false;
glm::vec4 m_region;
glm::vec2 m_off;
glm::vec2 m_sz;