seanpringle
seanpringle
Curious if `dirlight` and `ssao` that were moved to `src/exengine/render/legacy` are coming back? Seems from the commit history a refactoring effort might have stalled, but hopefully not forever... Excellent project...
Ubuntu 20.04 Haxe 4.1.1 hashlink: 1.11 I started some worker threads like this: ```haxe var queues = [ new Array(), new Array(), new Array(), new Array(), ]; // snip loops...
Ubuntu 20.04 Haxe 4.1.1 hashlink: 1.11 When testing nested `hl.NativeArray` there is inconsistent behaviour when checking for nulls in conditional expressions, breaking both JIT and HL/C: ```haxe class Main {...
@sime: When using menuselect modkeyup the quick launcher on M-F12 disappears on key release (logical behavior but it renders quick launch dialog useless). I don't use modkeyup (already used to...
I tried to add a SphereSDF to the materials example, on the far right, using the same ClearMaterial as the regular Sphere next to it, but the result looks metallic....