Benny Lichtner
Benny Lichtner
Hey there. I'm on `obs-studio 26.1.2-35-gbb6b1e53f`. I'm all of a sudden having trouble streaming to an rtmps endpoint I have used successfully in the past. From the logs: ``` info:...
Heyo! I tried upgrading my version of threebox to check out the tube example mentioned in https://github.com/peterqliu/threebox/issues/56. It seems like something changed with the units that threebox expects from my...
I see there's [a stub for `addGeoReferencedMesh`](https://github.com/peterqliu/threebox/blob/master/src/Threebox.js#L212). I'd like to render some georeferenced meshes, so I'm interested in filling this out :) I could use some pointers though. What would...
see https://coderwall.com/p/n2y79g
I was able to follow the steps in the readme without any problem, so good job writing clear instructions! A friend of mine is running into a weird error though...
Iframes that points to the github.io domain fail on https sites because of the redirect from https -> http. Not a huge deal--people can just point the iframe directly to...
Has anyone tested this feature? https://github.com/weixiyen/jquery-filedrop/pull/38 I can't seem to get it to work. I'm doing ``` var uploadDiv = $("#upload_wizard"); uploadDiv.filedrop({ blah blah options }); uploadDiv.filedrop('destroy'); ``` but the...
I'm wondering if it would make sense for the picking texture to take material opacity into account. Maybe the expected behavior would be to render the picking texture only if...
Do you have any thoughts about adding a `pickingGeometry` feature, sort of analogous to the `pickingMaterial` feature? This is coming up for me in a project I'm working on right...
I'm trying to generate a font path with [Noto Nastaliq Urdu](https://fonts.google.com/noto/specimen/Noto+Nastaliq+Urdu) for some Urdu text: اردو ``` let chars = 'اردو' parsedFont.getPath(chars, 0, 0, 1200) ``` But I get the...