Daniel Limberger
Daniel Limberger
Self contained mimmaps and mipmaps for anisotrophic filtering (and whatever the default opengl format is) should be allowed.
The readme should include the following sections with corresponding content: * [ ] Resources * [ ] Install Instructions * [ ] Build Instructions * [ ] Tips for Linking...
reflectionzeug reaches decorated names of length > 4096 characters (i guess this is due to template nesting)... :smile:. the latest msvc compiler throws large number of C4503 for this (http://msdn.microsoft.com/en-us/library/074af4b6.aspx)....
the following issues are tested only on a windows machine: - after entering a number in, e.g., double field and pressing [Enter], the field needs to be clicked twice for...
* https://github.com/cginternals/openll-cpp/blob/master/source/openll/source/Typesetter.cpp - Basically, all glyphs within the vertex cloud should be packed in buckets per code point. So in the end all occurrences of a glyph of the same...
Creating a geosphere based on octahedron allows for more usable uv generation (e.g. for equirectangular maps). Implementation is discussed and illustrated here: https://www.binpress.com/creating-octahedron-sphere-unity/ * create octahedron.ts * refine icosahedron and...
similar to `tuples.ts` types such as `GLclampf` (which mostly resolve to `number` or array of `number`) units could be encoded in all function signatures, making it easier to understand the...