Jonathan Hale
Jonathan Hale
Hi @mosra ! Building on top of https://github.com/mosra/magnum/pull/441, here's the import of the new mesh attributes in TinyGltfImporter. Best, Jonathan **TODO** - [ ] Docs: Advertise support - [ ]...
**Hello everyone,** When trying to load our [scene.dae test file](https://github.com/mosra/magnum-plugins/blob/master/src/MagnumPlugins/ColladaImporter/Test/ColladaImporterTestFiles/scene.dae), ColladaLoader fails with the following error: ~~~ Info, T0: Load [...]/magnum-plugins/src/MagnumPlugins/AssimpImporter/Test/../../ColladaImporter/Test/ColladaImporterTestFiles/scene.dae Debug, T0: Assimp 3.3.4285932784 amd64 gcc debug shared singlethreaded...
Fails on [this file](https://github.com/mosra/magnum-plugins/blob/master/src/MagnumPlugins/OpenGexImporter/Test/mesh.ogex) which contains the following snippet: ~~~ IndexArray { unsigned_int16[3] { {2, 0, 1}, {1, 2, 3} }} ~~~ with this output: > Assertion failed: ddl_unsigned_int32 ==...
Fails on [this file](https://github.com/mosra/magnum-plugins/blob/master/src/MagnumPlugins/OpenGexImporter/Test/mesh.ogex) which contains the following snippet: ~~~ Mesh { ... } ~~~ rather than ~~~ Mesh (primitive = "triangles") { ... } ~~~ with this output: >...
With the following .ogex file: ~~~ Node { Name { string { "RootNode" } } Transform { float[16] {{ 1.1, 0.0, 0.0, 0.0, 0.0, -1.3, 0.0, 0.0, 0.0, 0.0, 0.7,...
Hello @rcgordon, Hello all! I recently looked through the [openal extension registry](http://icculus.org/alextreg/) and found that extensions by [OpenAL soft](https://github.com/kcat/openal-soft) are not listed. As of what I can tell, the following...
Hi all, Related to #3456 it is currently necessary to specify the hostname/domain when creating `Poco::Net::HTTPSClientSession`, e.g. `Poco::Net::HTTPSClientSession("api.mydomain.com")` otherwise connection to servers with SSL certificates that use SNI (e.g. cloudflare)...
Hi @hughperkins ! I implemented a cmake option to enable (or rather disable) tests for slightly faster builds. Also added a `project()` at the top, since CMake complained about it...
Hi @s-u ! Would it be possible to have [RTalk.request(...)](https://github.com/s-u/REngine/blob/master/Rserve/protocol/RTalk.java#L228) throw an exception instead of printing a stack trace when an exception occurs? I have the following use case: Due...
Hello everybody looking for the AR in emscripten-webxr, I am currently only using the VR part, as that is the more stable. In case you want to work with AR...