Doug Binks

Results 16 issues of Doug Binks

I've encountered a number of vox files which were corrupt with voxels outside the bounds of the model size. This results in the voxel array bounds being overwritten when loaded....

I've recently encountered a model with an instance not in any layers, with a `layer_index` equal to `k_invalid_group_index` / `UINT32_MAX`. I suggest we might need to add `k_invalid_layer_index`, or perhaps...

If `k_read_scene_flags_groups` is set to `false` loading the scene will loose information about hidden groups or group layers & thus groups which are in hidden layers. This is because in...

Despite being wrong the code appears to work well enough. See issue in https://github.com/enkisoftware/imgui_markdown/pull/28

This issue was reported on the GLFW forum: https://discourse.glfw.org/t/glfw-on-linux-cmake-finds-no-libraries/2733/4

bug
Linux
build

Currently [GLFW supports querying a number of monitor properties](https://www.glfw.org/docs/latest/monitor_guide.html#monitor_properties), but does not have any callbacks for these changing. It would be useful for some of these to have callbacks, as...

enhancement