-
Is there any method available to find out Gaussian’s contribution to the pixel’s color?
I am interested to see what Gaussians are responsible for a given pixel color in the rendered image. Meaning, f…
-
The Rasterizer generates the per-PKA seeds using a RNG. There is currently no way to seed this RNG with a custom seed.
-
Hello!
I was wondering if there's support for multi thread rendering on this library. I've tried once using goroutines, but that never works because of problems on the rasterizer:
![image](https:/…
-
On the CindyJS mailing list, @strobelm reported that the ComplexCurves examples do not work using the radeon graphics driver.
The problem seems to be transform feedback together with enabling `RAST…
-
I was wondering whether it's possible to use pathfinder as my default font rasterizer on Linux in place of freetype
-
**Godot version:**
v3.2.2.rc.custom_build.36a30f681
**OS/device including version:**
Windows 10
**Issue description:**
It is not possible to create new image for ImageTexutre in editor. Erro…
-
I am trying to run the example in a docker container but the chrome process is closes immediately,
```
23:06:44.769 [main] INFO io.micronaut.runtime.Micronaut - Startup completed in 17ms. Server …
-
When running SplaTAM on the same dataset, the following error sometimes happens. Why?
```sh
im, radius, _, = Renderer(raster_settings=curr_data['cam'])(**rendervar)
File "anaconda3/envs/splat…
-
Icons play a critical role in shaping the overall **Look and Feel** of the Eclipse IDE. Unfortunately, the current icons appear outdated and suffer from several issues that impact their usability, app…
-
**Issue description** (what happened, and what was expected):
It draws white texture when I try to render [Viewport](https://docs.godotengine.org/en/2.1/classes/class_viewport.html) to [ViewportSprit…