Skip to content

Precision problem #12

@pingfengafei

Description

@pingfengafei

Hi, I found a very urgent problem about precision
look at this where from your github page : http://va3c.github.io/viewer/revit2.html
image

I know the original rvt model is from Revit basic_sample_project.rvt file
this is original picture in revit

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions