xeolabs
xeolabs
Unfortunately we're limited in how much support we can provide for integrating xeokit with the various application frameworks out there (like React, Vue etc). Instead, the best we can do...
@Amoki to position the sphere using double-precision World-space coordinates, you need to split the coordinates into an 32-bit RTC center and a 32-bit offset - see how the SectionPlanePlugin edition...
I might be misreading, but will this be destroying/creating the sphere mesh as the pivot pos updates? https://github.com/xeokit/xeokit-sdk/blob/24cf44535f2bd59587a69a594ab6b79bf64f7bbd/src/viewer/scene/CameraControl/lib/controllers/PivotController.js#L128 I think you could just dynamically update ````Mesh#rtcCenter```` and ````Mesh#position```` here, reusing...
@tmarti great idea - will definitely implement this soon.
Are you really loading the entire xeokit-sdk library into your app though? When building all into a single library, I had expected users to use include, with tree shaking etc....
I have no hard numbers, but as tiles get smaller, file size gets bigger, but not at a scary rate.
Yes, I'd like it to be transparent - ideally I want convert2xkt to automatically calculate the optimal tile sizes for the magnitude of the coordinate values to be tiled. So,...
No this has no relationship to zooming speed. Finding a zooming speed that works out of the box for all models is a difficult task; some models are big, some...
Correct, only [Annotations](https://xeokit.github.io/xeokit-sdk/docs/class/src/plugins/AnnotationsPlugin/AnnotationsPlugin.js~AnnotationsPlugin.html) need to be saved.
I just Googled "CRA" and found "Create React Application", so I'm assuming this is an issue with ReactJS integration. I just updated the title accordingly. unfortunately we're limited in how...