Hugo Duroux

Results 39 comments of Hugo Duroux

There is something under the mouse (the section plane arrow), but it is considered very very far away. Logging https://github.com/xeokit/xeokit-sdk/blob/master/src/viewer/scene/CameraControl/lib/CameraUpdater.js#L98, I get ![Capture d’écran de 2021-04-23 14-33-43](https://user-images.githubusercontent.com/1349751/115871711-32615080-a441-11eb-8cba-235abb0b7f89.png) This model has...

There is no problem with Duplex, a model with low coordinates

Colors are already handled by BCFViewpointsPlugin :) https://github.com/xeokit/xeokit-sdk/blob/master/src/plugins/BCFViewpointsPlugin/BCFViewpointsPlugin.js#L592

This is what I meant with https://github.com/xeokit/xeokit-sdk/issues/493, but it's way better explained here

Is it possible to define different behavior for over and select?

Someone said it's fixed in dxvk 1.5.1 (https://www.reddit.com/r/leagueoflinux/comments/esit6l/arch_no_chatsidebar/ffsghaq) How can we try it?

I did nothing and it came back after a client update :thinking:

Hmm, MAP is our demo model, we use it intensively and we never had this bug. The blue shadow of the section plane is strange too. Are you able to...

Most of these data are already in the BaseQuantities property set of almost every object. But floor area and ceiling height are not. Mainly because they are prone to custom...

```js var twit = new Twit(key); var stream = twit.stream('statuses/filter', {follow: ['user_id', 'other_user_id']}); stream.on('tweet', tweet => { if(tweet.retweeted || tweet.retweeted_status || tweet.in_reply_to_status_id || tweet.in_reply_to_user_id || tweet.delete) { // skip retweets...