magnum-plugins
magnum-plugins copied to clipboard
Plugins for the Magnum C++11 graphics engine
Hey @mosra, @Squareys, here is the first outlook on mesh compression. I have used “TexturedQuadExample” from magnum examples to figure out how mesh compression of meshoptimizer library works and created...
Hi @mosra ! This is a very simple one, the precompiled binaries on windows are named `libwebp.lib` and similar, and on Windows, `NAMES webp` is therefore not enough, since windows...
Hello ! We are using `GltfImporter` plugin on a model such as this one: https://sketchfab.com/3d-models/issum-the-town-on-capital-isle-e433923a64d549fabb2d30635d643ab6 and we discovered the behavior of the importer on this specific file is unfortunately quite...
The main purpose is two-fold -- being able to visualize the URDF hierarchy using standard tools, and as a showcase of the flexibility of `SceneData` custom fields, which preserve everything...
Just a few minor changes to make `BasisImporter` and `BasisImageConverter` work with the recent [1.16 release](https://github.com/BinomialLLC/basis_universal/releases/tag/1.16). Nothing major changed, just a few small API differences. Since 1.15 basis has version...
This basically means users now have to either install a system zstd package or add zstd as a CMake subproject, as described in the docs. If Zstd isn't found, Basis...
Postponed from mosra/magnum#459, custom material attribute support offloaded to #116. List of nightmares to wake up from, most of them hopefully obsoleted with the allegedly better PBR support in 5.1:...
To build RPM packages into the default location cd into package/rpm, read the docs and run build_rpm.sh (with or without parameter: pass either 'master' or any valid git tag|hash or...
Things to do: - [ ] not sure about the relevance of this nowadays -- with a quick'n'dumb test on a moderately complex shader containing a bunch of loops, those...
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 - [ ]...