Ruben de Laat
Ruben de Laat
Most of the current Web Browsers actually DO support WebGL2, Safari is the only one not supporting it. I would estimate the development effort to be about 120 hours. You...
Currently BIMserver does not provide a way to do this, I don't think it will be easy to determine which geometry needs to be regenerated, but if you already know...
Good one, I think the package.json got copied from another project and isn't even used, license should definitely be MIT.
The sheer amount of HTTP calls is indeed a problem. We faced the same problem in BIMvie.ws. The reason this is happening is because everything is lazy loaded. A solution...
Interesting find. The IfcPropertySetDefinitionSet class is not even generated by EMF. So I am pretty sure this is missing from the BuildingSMARTLibrary [1]. I suspect it simply never happened before...
Which JVM + version?
Ok that's reasonably recent. Usually this error indicates that you are using an older JVM that simply does not have certain root SSL certificates installed/trusted. You could try a never...
I don't think so, you are already talking to an HTTP server, so probably no proxy server is required. Can you post more of the stacktrace?
About 79 objects in this file are causing errors in IfcOpenShell (which can be seen in the geometry generation report). I don't think this is a viewer problem, moving to...
I also see non-transparent objects missing... What happens when you increase the triangleThresholdDefaultLayer? Which version are you using?