Thomas Krijnen
Thomas Krijnen
WebGL 2 offers function calls to selectively read and overwrite buffers stored in GPU memory. Without this the kind of interactivity in a viewer like this would be much harder...
We currently don't have anything like that. The viewer supports loading glTF, so you could create an asset like that. Using it as a means to rotate the model would...
Currently no plans. Sent from a mobile device. Excuse my brevity. Kind regards, Thomas Op do 2 dec. 2021 16:49 schreef JanoSlivka ***@***.***>: > And are you considering implementation? Maybe...
iirc the clearColor is transparent https://github.com/opensourceBIM/BIMsurfer/blob/master/viewer/viewer.js#L577 Not sure if this is properly propagated to a transparent html . If so, you can probably just set the background color using CSS.
Usage of Tiles (the tiling render layer) is rather experimental. My advise is to use only the default render layer. Otherwise, can you phrase your issue/question more clearly?
The section plane is TBH a bit work in progress. Your questions are reasonable, but it's uncertain whether we are able to work on them in the near future. Here...
Is there any particular file/element you have in mind where this is supposed to work? Benefit: Probably even more abilities to re-use geometry [1] Less nice: More fragmented draw operations...
Feel free to send a PR. I don't see a real need for it as I think it makes more sense to leave it up to the dev to choose...
``` npx http-server ``` should be sufficient I guess, this is just a project with static files after all.
Thanks for the insightful response, very much appreciated. > I'm open to any other ideas you might have. I am new to jupyter widgets in general so I don't have...