-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Hi, I found a very urgent problem about precision
look at this where from your github page : http://va3c.github.io/viewer/revit2.html

I know the original rvt model is from Revit basic_sample_project.rvt file
this is original picture in revit
Pay attention to the left pillar above.
Besides, It seems produced model was stretched contrast to original model
At begining, I think it was precision which caused this problem
so I changed arguments in RvtVa3c project:
const double _eps = 1.0e-9 in to const double _eps = 1.0e-9;
but failed.
could you please solve this problem?
Metadata
Metadata
Assignees
Labels
No labels
