Benny Lichtner

Results 67 comments of Benny Lichtner

Oh, weird. I was able to get udp messages to send without a handshake, but not tcp messages. On Sat, Jan 25, 2014 at 10:06 AM, Bart van Strien [email protected]:...

@flexiondotorg yes, still seeing this issue. ``` snap --version snap 2.52.1 snapd 2.52.1 series 16 debian 9.0 kernel 4.19.0-14-amd64 ``` > If I shell into the OBS Studio with `snap...

@peterqliu K. I'll cook up a small example. I constructed a TubeBufferGeometry with coordinates in meters relative to a (lat, lng) origin. Then added to scene with threebox.addAtCoordinate(mesh, origin).

Here's a gist. Try rendering this with 0.3.0 and with an earlier version, and you should see the tube dramatically change size. Let me know if you need me to...

You can see the same change in size with the basic threebox cube example too. Let me know if you are able to repro. I hope I'm not accidentally using...

I've started rendering geolocated three.js [TubeBufferGeometries](https://threejs.org/docs/#api/en/geometries/TubeBufferGeometry). These geometries take a curve, which is represented by a list of segments. My process is: 1) Treat the first point of the first...

That's why I was surprised too! I'll have him try an absolute path. On Thu, Nov 14, 2013 at 1:10 PM, Robert Chiniquy [email protected]: > Super interesting. Shouldn't be an...

No luck with the absolute path. Weird. He's able to run the scripts manually (i.e. typing them line by line into putty), but the images generated by processing are blank....

Okay. Thanks a bunch for taking a look at this. Much appreciated! On Mon, Nov 18, 2013 at 8:17 PM, Peter Richardson [email protected]: > I just tried running the process...

You are right--this config syntax is compatible with vagrant 1.1+, but not 1.0.x. It might make sense to undo my change so that it remains compatible with older versions (not...