xeolabs

Results 226 issues of xeolabs

Hi Jam, I'd like to be able to move a slider/cursor back and forth horizontally, which would be indicated with a vertical line. As I move it, I'd get events...

Seems that all transparent objects end up wrongly assigned to the deferred highlight render bin whenever we highlight something. In the screen capture below, we're highlighting some objects of the...

bug

See https://github.com/pattern-x/gemini-viewer/blob/main/src/core/DxfPerformanceModelLoader.ts

feature-suggestion

## Background Models positioned far from the coordinate origin often have vertex coordinates that have a high value and therefore require double-precision to view accurately. GPUs only support single-precision, however,...

enhancement

## Requirement When slicing an object with a SectionPlane, make the holes appear to be filled, as if the object was solid. ![CHuLRQdWwAAD_pe](https://user-images.githubusercontent.com/83100/173542383-0f45abb7-7ecc-4528-8fc3-c8d7cae8a419.png) ## Solution Simply renders the interior faces...

enhancement

The biggest factor affecting the accuracy of measurement tools (DistanceMeasurementsPlugin, AngleMeasurementsPlugin) is the way that convert2xkt encodes geometry vertex coordinates from 32-bit floats to 16-bit integers, partitioned into tiles. In...

## What is FastNavPlugin [FastNavPlugin](https://xeokit.github.io/xeokit-sdk/docs/class/src/plugins/FastNavPlugin/FastNavPlugin.js~FastNavPlugin.html) is a xeokit Viewer plugin that makes interaction smoother with large models, by temporarily switching the Viewer to faster, lower-quality rendering modes whenever we interact....

performance
feature-suggestion

Idea for a LoD mechanism for point clouds: - within XKT and PerformanceModel (etc), we currently partition points (and all geometry) into "tiles" - when generating XKT, we could then...

Related to https://github.com/xeokit/xeokit-convert/issues/11