Uwe Post

Results 14 issues of Uwe Post

Trying to capture from a Huawei Mediatab M2 (10 inch tablet) yield this exception: ``` 17:07:51 [AWT-EventQueue-0] ERROR ScreenCaptureRunnable - IO exception during writing video frame happened com.github.xsavikx.androidscreencast.exception.IORuntimeException: javax.imageio.IIOException: Bogus...

help wanted

There should be an option to rotate the screen and to capture in landscape mode, i.e. when using tablets.

Currently, to load 3d objects from assets URIs, we need to add a system property with our package name like so: ` static { System.setProperty("java.protocol.handler.pkgs", MY_PACKAGE_NAME); URL.setURLStreamHandlerFactory(new AndroidURLStreamHandlerFactory()); } `...

bug

For example, if I write a game, I don't want to have toast shown all the time for each model loaded (in onLoadComplete). Even errors shouldn't be visible for the...

bug

For example, if I write a game, I most likely want implement my own visual behavior, for example with localized messages or a overall progress indicator over multiple loader tasks....

bug

I would like to NOT use any skybox. They are predefined in ModelRenderer.onSurfaceCreated(). I understand that isUsesskyBoxId == -2 disables the skybox drawing: `else if (skyBoxId == -2){ GLES20.glClearColor(backgroundColor[0], backgroundColor[1],...

bug

Due to a missing constructor or init function and according attributes, ModelSurfaceView currently cannot be added to a layout XML. The layoutinflator cannot construct it and will crash. Suggestion: Add...

bug

Here: https://github.com/raeleus/skin-composer/wiki/libGDX-and-JPackage Please update the docs with a ready-to-use example. This would be very kind, thank you!

Adding packr to my build.gradle does not work: ``` repositories { ... maven { url "https://artifactory.nimblygames.com/artifactory/ng-public" name 'Nimblygames' } } ... dependencies { classpath 'com.badlogicgames.packr:packr:4.4.0' } ``` The required URL...

I noticed this when I dropped a box on another one so that it falls down. I suggest you change the z parameter to Matrix4.rotate from -1.0f to +1.0f, at...