Rob Blanckaert

Results 20 issues of Rob Blanckaert

Adds a new simplification option to the model importer when the trimesh physics mesh mode is selected similar to how the options for convex decomposition are presented. Also adds GDScript...

enhancement
topic:physics
topic:import
topic:3d
performance

This would allow calling function that expect to be passed a c function pointer argument.

SceneImportSettings uses a timer to debounce updates, but the timer isn't a one shot. This means after the first update is scheduled, the dialog keeps re-rendering even though no update...

bug
topic:editor

**Work in Progress** Implements https://github.com/godotengine/godot-proposals/issues/2321 Currently the API is very simple, a new method is created `OS.send_midi` that accepts a InputEventMIDI and sends it to the midi device specified in...

enhancement
platform:windows
platform:linuxbsd
platform:ios
platform:macos
topic:audio

Doesn't work on my version of ubuntu without this.

size/XS

A common way to pass a callback into as wasm program is to insert the callback into the indirect function call table. (See library_addfunction.js from emscripten). In javascript, the type...

Adds WASM32 as a new platform, allowing it provide an implementation of the wasm-c-api interpreter to applications that themselves want to be compiled to wasm.