David Klein
David Klein
For simple rect clipping you can use [g2 scissoring](https://github.com/Kode/Kha/blob/master/Sources/kha/graphics2/Graphics.hx#L220). For more advanced uses check out the stencil buffer. I have an old example [here](https://github.com/sh-dave/kha-more-examples/tree/master/stencil-triangles/src), not sure it still compiles but...
Using it with Kha, mainly interested in `js` and `hl`, and maybe `hxcpp`.
Thanks for the info, killing all entities and just reuse the world will do for now. I'll keep the issue open as a reminder.
You can enable the JSON exporter in File -> User Preferences -> Add-ons -> Cutout Animation Tools -> Experimental Json export. Then you can export 'Sample Files/stip.blend' and should have...
Sounds like you want https://github.com/MVCoconut/coconut.ui with a haxeui backend https://github.com/MVCoconut/coconut.haxeui
We had some similar issue when only using `alsa`. After installing and switching to `pulse` as the audio device (or whatever this is called), everything sounds good.
I only tested Kore, can't use Krom b/c of missing networking. Edit: And we use a custom debian based distribution, that doesn't include a lot of stuff by default to...
Hm, that sounds complicated, how about a simpler static bool `kha.System.forwardTouchEvents = true;` or something that you can manually override?
It's an `if` for every begin/end call, i don't think it's worth it to wrap that tbh.
Fyi: easy to reproduce with [lubos tutorial 8](https://github.com/luboslenco/kha3d_examples/tree/master/tutorial08) and latest Kha - `Samsung SM-G350` running `Android 4.2.2, API 17`