1
0
mirror of synced 2024-12-02 19:27:21 +01:00
ImHex/plugins/visualizers/source
checkraisefold 3bddaf509d
fix: Textures provided through the pattern language not rendering in the 3D visualizer (#1819)
<!--
Please provide as much information as possible about what your PR aims
to do.
PRs with no description will most likely be closed until more
information is provided.
If you're planing on changing fundamental behaviour or add big new
features, please open a GitHub Issue first before starting to work on
it.
If it's not something big and you still want to contact us about it,
feel free to do so !
-->

### Problem description
Because of `s_drawTexture` never being set to true, textures rarely or
never drew in the 3D visualizer.

### Implementation description
Set `s_drawTexture` to true when correct (valid texture file/object).
2024-07-21 20:33:05 +02:00
..
content fix: Textures provided through the pattern language not rendering in the 3D visualizer (#1819) 2024-07-21 20:33:05 +02:00
plugin_visualizers.cpp refactor: Rework features that use external libraries into optional plugins (#1470) 2023-12-23 21:09:41 +01:00