klianc09
klianc09
I have a few meshes that I want to compare to a reference mesh. To make the colormap representative across meshes, I want them to use the same range for...
I know the recommended way to do things is pushing a folder, but as `butler push` also supports `.zip` files (and then just treats them as a folder) I would...
When `consoleTrace` is set to **false**, exceptions in commands will lead to useless messages: `Exception occurred in method: failFunction` This is caused by the fact that `com.badlogic.gdx.utils.reflect.invoke()` wraps the `TargetInvokationException`...
Hi, after some profiling found that this library produces quite some garbage every frame/update. - so what I did is to cache `ControllerButton.values()` and `ControllerAxis.values()` for the update methods, since...
The getMapping() is pretty useful, but it only includes any buttons that might be mapped to L2/R2, but for those gamepads that have triggers the mapping should also include the...
When I start typing a hashtag in camel case (e.g. #GamingDeals) and I pick the auto-complete option, it will replace it with a fully lowercase hashtag ( #gamingdeals ). Some...
#### Issue details Calling `WKWebsiteDataStore.getDefaultDataStore().removeData` and passing 'null' as the Runnable callback will cause a crash. Usually when a Runnable is used as a callback handler, one can just pass...