-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InteractiveClipping plugin anomaly #333
Comments
Hi... This code works 4 me (interactive-clipping.ts line 124):
|
Hi Adam
works for me too
thank you very much
andrea
…On Tue, Apr 6, 2021 at 8:53 PM Adam Stefan Costa ***@***.***> wrote:
Hi...
The above code works 4 me (interactive-clipping.ts):
//Compute normal in WCS
var BA = vec3.subtract(vec3.create(), A, B);
var BC = vec3.subtract(vec3.create(), C, B);
var N = vec3.normalize(vec3.create(),vec3.cross(vec3.create(), BA, BC));
//#310
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#333 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEKRWMTA23OCIAMVE2D4KN3THNKBNANCNFSM42CABOVQ>
.
|
You welcome Andrea! Glad I can help you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
we are testing the InteractiveClipping plugin, with the sample SampleHouse model
after positioning the line and clicking, the model disappears completely
we observed that in this typescript version there is no difference between the clippingPlaneA and clippingPlaneB functions and the clippingPlane function of the javascript version
can you please check on your work?
are there any suggestions to understand the reason for the anomaly?
Thanks in advance
Version of the xBIM Viewer: ^2.0.1-pre202103091921
The text was updated successfully, but these errors were encountered: