jomijomi
jomijomi
Chrome version: 89.0.4389.105, but I also see same behaviour in Beta and Dev. Depth API works in AR Depth Lab. Haven't been able to do any remote debugging as this...
Haven't been able to work on this, but I just saw that in the AR Depth Lab in the "Collider" sample, real world objects no longer occlude virtual objects. This...
Yepp, I still can't get this to work on my Samsung S20+ 5G (Getting the "Depth data unavailable in the current frame!"). However, the same samples work on my other...
Hi! The core problem here is that one of the outer loops get a normal with NaN components and then faceMaker crash! I will give you a more detailed answer...
But, this may very well come from wrong precision/tolerance, as stated by Claudio
@CBenghi while you're at it, perhaps you could take a quick look at #334. It's another one-line solution to a similar problem, also connected to the validity of normals. As...
I have now tested SimpleBIM and can confirm issues with tolerance/precision when applying the "Set Units" modification: https://simplebim.com/support/simplebim-8-template-guide-model.html#set-units I used the RVT ADV sample and when exported to IFC (from...
@CBenghi do you still get some booleans wrong in the complete file?? Have you tried with precision set to 1.E-5?? As the original file is from Revit and with model...
@Janitum is this with a SimpleBIM processed file? Just to rule out that your problem isn't just the tolerance/precision..? /Mikael
A more generic solution to the "SimpleBIM tolerance/precision-problem" is to make sure that you always process the file with a sufficient precision. Do below check/modification just before you call CreateContext...