-
Suppose I have a massive file system whose directories get updated multiple times a day. The files are a proprietary format that I have developed a Panel application that opens and visualizes them. My…
-
EDIT: more information as to how to properly reproduce this bug have been discovered, and as such updating the reproduction steps.
### Tested versions
4.4.dev
### System information
Godot …
-
To be more generally useable `quadmesh` should provide the index, and allow the triangulated version as an alternative. So a ncol*nrow grid of any kind has two index options: quads, triangles. The qua…
-
### Godot version
v4.0.dev.calinou.de83ee57e
### System information
Windows 10 x64
### Issue description
In Godot 3 you'd specify the Filter settings under the texture import options; generally t…
-
### Describe the bug?
Currently the `UnlitMaterial` ignores any vertex color alpha on the mesh that it is applied to specifically only when in `Cutout` blend mode.
This severely limits its use in …
-
This is fun, mesh a set of points in xy and plot in rgl or as 2D, options:
- control max area `a`, and othe rproperties of `RTriangle::triangulate` eg. `D` for Delaunay criterion
- if z is includ…
-
### Tested versions
- Reproducible in: v4.2.1.stable.mono.official [b09f793f5]
### System information
Godot v4.2.1.stable.mono - Windows 6.1.7601 - Vulkan (Forward+) - dedicated Radeon RX 580…
-
#### Description of expected behavior and the observed behavior
Box Zoom box does not dissapear with linked datashader plots. It does not dissapear when a box is drawn as expected.
I only observed…
-
### Godot version
3.3 stable
### System information
Ubuntu 21.04, GLES2, Mesa Intel® UHD Graphics 630 (CFL GT2)
### Issue description
The Canvas Item function ```draw_mesh``` has four parameters …
-
## Overview
This issue is to discuss the possibility of supporting 2D non-orthogonal coordinate systems in Datashader.
## Current State
The `Canvas` constructor accepts `x_axis_type` and `y_axis_…