xeolabs

Results 226 issues of xeolabs

Hi, trying to install using ````nuget```` on Ubuntu 16.04 LTS, per the README: ````bash nuget install Xbim.Gltf.IO -Version 4.0.1-V0007 -Source https://www.myget.org/F/xbim-develop/api/v3/index.json ```` nuget's not able to find the version from...

Running BIMSurfer on a low-spec machine (a Chromebook), the frame rate for a large model is pretty low (10FPS). Would it be a good idea to render some sort of...

After loading index.html, servoInfo is undefined in BimServerClient: ![screenshot from 2016-11-24 12 58 26](https://cloud.githubusercontent.com/assets/83100/20597773/e884ff94-b245-11e6-8541-5d958c738354.png)

Getting this bug with the JS API that's downloaded from the experimental server, where 'Model' is sometimes null. This comes and goes - sometimes Model is null and sometimes it's...

Instead of showing bounding boxes, highlight objects by rendering them with glowing outlines. An ideal effect would be like this [Unreal Engine example](https://www.youtube.com/watch?v=IEHxjw6VEMQ). This very simple [THREE.js example](https://stemkoski.github.io/Three.js/Outline.html) works by...

Feature
3D canvas

In this mode, clicking on an object makes it invisible. With this mode you could drill into a view by clicking away objects, to reveal internal structures. Using CTRL-Z you...

Feature

We could have a mode in which only the currently selected objects are visible. This would be able to be toggled on and off.

Feature

We're able to load glTF models into the viewer, but the parsing of those models is done inside `xeoViewer.loadglTF()` using xeoEngine's glTF importer. Therefore `BimServerModel.getTree()` is not able to return...

Pressing Keys 1-6 should align the camera to view the entire model from each axis. As part of that functionality, the extents of geometries are used to compute bounding boxes...

Some models are so big that they are always clipped by the far clipping plane. Extending the clipping plane distance is not the solution because for some models it needs...