xeolabs

Results 226 issues of xeolabs

See https://github.com/xeokit/xeokit-sdk/issues/1255 Possible strategy: * when snap-picking to an edge, return an ID of the edge primitive in the snap result * query the snapped entity for the coordinates of...

Is there a demand for automatically creating takeoffs (measurements) of things during model conversion or loading? For example: * Floor area * Room dimensions, ceiling height * Dimensions of walls...

For BIMViewer and when loading split models, when a model fails for any reason, try to log and recover.

### Currently * The `SceneModel` class provides a set of builder methods, `createGeometry`, `createMesh`, `createEntity` etc. * Internally, the `SceneModel` creates `TrianglesDataTextureLayers`, that pack the geometries, meshes and entities into...

optimization
feature-suggestion

Just starting off this ticket to track thoughts. As I see, there are two types of streaming: 1. **Continuously creating and destroying objects within the viewer.** This would support a...

feature-suggestion

* XKTLoaderPlugin * DistanceMeasurementsPlugin * AngleMeasurementsPlugin

bug

This PR adds two controls to create measurements with touch input. These controls don't work fully yet - they work sometimes; in the interval between setting points for a measurement,...

When loading triangulated LiDAR scans from glTF, we are building edge connectivity indices, even though such models never use them. ![Screenshot from 2023-10-16 19-32-54](https://github.com/xeokit/xeokit-sdk/assets/83100/ecfe462a-57c0-4ded-b9fb-ac3dc88e174d) If we can suppress that, then...

We need to be able to robustly handle two-finger touch for panning and zooming, while the measurement controls are active. When making a measurement with `DistanceMeasurementsPlugin` or `AngleMeasurementsPlugin`, these plugins...

bug