xeolabs
xeolabs
I'm planning to support WebGPU in a separate version of xeokit: https://github.com/xeokit/sdk ## Objectives - Use both WebGL2 and WebGPU, whichever is available - Coded in TypeScript - Documented with...
* Compares two models: point cloud and BIM * Finds for each object a factor that indicates how far it deviates from the corresponding portion of the point cloud *...
We need this for measurement tools, to enable the cursor to snap to vertices when measuring. More info on implementation here when released.
````javascript const myViewer = new Viewer({ }); const xktLoader = new XKTLoaderPlugin(myViewer); const model = xktLoader.load({ src: "myModel.xkt" }); const myView2 = new View(myViewer, { canvasId: "canvas1" }); const myView2...
Use app-specific extensions in BCF if neccessary.