BIMsurfer icon indicating copy to clipboard operation
BIMsurfer copied to clipboard

The latest version of the BIM Surfer WebGL viewer for IFC

Results 54 BIMsurfer issues
Sort by recently updated
recently updated
newest added

- create measurement - then zoom in until you cross the wall - measurement after zoom is reversed ![measureZoom1](https://user-images.githubusercontent.com/44858488/144368398-4c5ad610-eccc-4532-9066-8a3d984e1841.png) ![measureZoom2](https://user-images.githubusercontent.com/44858488/144368400-141c8713-b045-464f-b816-a322c7c0fb07.png)

I've been searching on the viewer file and found some interesting methods to use like viewer.viewFit([id]), but I could not foudn nothing to change the background color.

Hi I'm trying to use BIMsurfer 3 through bimserver 1.5-182, but when I load a model on bimsurfer the deatils are shown but the model isn't. I saw the console...

changed minmax from [[xmin, ymin, zmin], [xwidth, ywidth, zwidth]] to [[xmin, ymin, zmin], [xmax, ymax, zmax]] It seems like the sole purpose of Box.minmax in octree.js is to be used...

So BIMsurfer has the MIT License, but it loads its models from BIMserver. BIMserver has an AGPL license. Doesn't BIMsurfer need to have the same license since it links to...

Hi, currently it's not really possible to set an orthogonal projection. In camera.js in the function setModelBounds(bounds), the bounds array/vector ist cloned using vec3.clone(). Since bounds has six entries (minX,...

After run "npm run start" in console, the output is :npm ERR! missing script: start

Please provide some knowledge, we get all tiles and visulaze in viewer

Hi, the function _Frustum.intersectsWorldAABB(minmax)_ is supposed to receive an AABB defined by its min Vector and its Dimensions. > Tests for intersection with World-space AABB, which is assumed to be:...

Hello Mr.ubendel, I'm trying to build your BIM Server on AWS(Amazon Linux) for some new development for architect. I've installed JDK, Tomcat 9, etc on Amazon Linux and set BIM...