Tom van Tilburg
Tom van Tilburg
Here's a quick setup to tell the story: **Create data** ``` CREATE FOREIGN TABLE cstore_tmp (X integer,Y integer) SERVER cstore_server; INSERT INTO cstore_tmp SELECT s1, s2 FROM generate_series(1,3000) s1, generate_series(1,3000)...
@robe2 For what it is worth, this person recently went through the pain of (successfully) building a newer V8: https://hackernoon.com/how-to-build-v8-on-windows-and-not-go-mad-6347c69aacd4 I'm still collecting courage to do it myself though after...
Add ambientcolor and shinyness to the list...
Might make sense to provide a JSON from the database with the material information? Gives us more flexibility then keep adding columns.
Not sure if I understand the array-in-array for the list of colors with both hex and separate RGBA. Can you give an example?
OK, arrays of hexbin colors seem fine to me. Is the "extensions" object really needed for the JSON that is used as input to pg2b3dm? I understand that it mimics...
THREE has introduced a change in v121 that breaks the coloring of pbrSpecularGlossiness: https://github.com/mrdoob/three.js/pull/20226/files When I change those lines in the GLTFLoader manually the color is as it is expected...
Will do. In the meantime: the crash is not random but always on the third transaction in the same session. When I open a new session for every transaction it...
Correct, same query on every third run, regardless of kind of query it seems. Here is the gdb output for the following query: `select * FROM data where segmentid =...
I've been trying to reproduce with a smaller dataset but that seems to work fine. Unfortunately I'm not able to share the larger set. If there is anything else I...