Florian Bruggisser

Results 45 issues of Florian Bruggisser

Error message: ```java OpenGL error 1282 at bot endDraw(): invalid operation ```

bug
shader

Render an other texture onto the current texture with different blend modes (idea by @b2renger). ```java PGraphics texture1; PGraphics texture2; fx.render(texture1) .brightnessContrast(0.1f, 1.0f) .blend(BlendMode.SCREEN, texture2) .compose(passResult); ``` Here a list...

feature
shader

I recommend following library to work with instagram from java: https://github.com/brunocvcunha/instagram4j

If you want to convert files that are larger than 2 GB the script fails: ```python gltf-pipeline.cmd -i .\test.glb -o test-draco.glb RangeError [ERR_FS_FILE_TOO_LARGE]: File size (3024083820) is greater than 2...

When importing a skin from glTF a SkinnedMeshRenderer is applied to the Mesh. However, there is no option to import the skin as Avatar (Generic / Humanoid). As far as...

enhancement

This fixes #193 by propagating all the events of the fill down to the track, instead of just calling the same event handler for the popup.

As already mentioned in #157 , this PR adds support for native libraries bundled within the package, as well as a multi-os (Windows / Unix) build CI task for github....

I would like to use the small model for inferencing in CPU's with the OpenCV DNN module. The larger onnx model works without any problems but the smaller one throws...

The GLB file size is currently limited to `2^32` bytes (approximately `4 GB`) which could be limiting for some applications. For example we would like to store a mesh sequence...

As I understand the dataset, there is always an **original image** of plan as well as a **scaled version**. The **scaled version** can have larger dimensions then the svg, but...