Wojciech Radaczyński
Wojciech Radaczyński
Hello @vaziliybober :) maybe I'm missing something, but I cannot see a way to disable all console.logs coming from sdk. I can see there are hacky ways to e.g. disable...
Hello :) Can you attach a zip file once again? It references to this issue :) I wonder if it isn't related to this issue: https://github.com/xeokit/xeokit-sdk/issues/1316
I'm curious how to add this, because this one would give me some understanding of a low level part of Xeokit. High level part to change is probably PointMaterial.js by...
Hello :) @g-rodigy Could you please create a simple picture / drawing of such measurement? Or do you know which other software has such ability, so I can try it?...
It might be related to both https://github.com/xeokit/xeokit-sdk/issues/1371 and https://github.com/xeokit/xeokit-sdk/issues/1316 As AABB is in another location from model because of setting a rotation that affect AABB calculation in a deffected way:...
Thank you for great explanaition. I've added new component as you described, the only thing changed is renaming "edges" to "slice", because it is actually a slice we color and...
@xeolabs Hey Lindsay! I tried my best to find out where to add new uniforms myself (I need 2: 1. for section color, 2. for section thickness), but I failed...
Ok, I finally found some time to come back to this task. Right now there are 2 additional uniforms, one for cross section color, second one for its thickness. It...
 Finally after copying it all it looks it cuts all the elements! 🥳 Thank you Lindsay for all the answers. Feel free to decide if it's good enough to...
Ok, I found one bug, that newColor should be defined before clipping check. For some reason it didn't affect the test files I was looking at. I will try to...