-
**Release Type**: Official Release
**Version**: v4.2.0.2232
**Platform(s)**: Android 13
**Describe the bug**
Black skybox.
**To Reproduce**
Steps to reproduce the behavior:
1. Create New project …
-
I try to load DDS files with mipmaps, but when I create textures from them, it fails because of the mipmaps.
I used the bimg loader first, did not work, then I used https://github.com/septag/dds-ktx …
-
Is there a option to enable mipmaps?
-
The absence of mipmaps creates ugly banding and [Moiré patterns](https://en.wikipedia.org/wiki/Moir%C3%A9_pattern) on far-away textures. Mipmaps would fix this and possibly up performance a bit, but I…
-
### Describe the project you are working on
V-Sekai focuses on providing social VR functionality for the open source Godot Engine.
### Describe the problem or limitation you are having in your p…
-
Generating mipmaps is something that most 3D applications want to do. As textures are often the largest asset 3D apps need to download, generating the smaller miplevels can save significant downloadin…
-
## What problem does this solve or what need does it fill?
It is common for games to offer multiple levels of graphics settings, like: "Low", "High", "Ultra". When it comes to Texture Quality, this t…
-
First: probably everyone knows that if you zoom the map in the menu, half a lifetime will pass before the map zooms to the required size. I think it's a bug, but who knows
Second: if possible, add su…
-
Using Vulkan, display meshes (== many triangles, in short):
TODO:
- [x] Vertex buffers:
- Vertex input description
- Vertex buffer creation
- Staging buffer
- Index buffer
- …
-