Skip to content
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

Allow adding STL files to 3D scene #3242

Merged
merged 8 commits into from
Sep 21, 2018
Merged

Allow adding STL files to 3D scene #3242

merged 8 commits into from
Sep 21, 2018

Conversation

philippotto
Copy link
Member

@philippotto philippotto commented Sep 18, 2018

This PR adds basic mesh rendering support for STL files. You can upload an STL which will be rendered within WK. The file won't be stored within the tracing nor are interactions with the mesh supported. We should discuss potential next steps.

URL of deployed dev instance (used for testing):

Steps to test:

  • use the "import stl file" menu item and upload an STL file
  • it should appear at position 0, 0, 0

Issues:


Copy link
Member

@daniel-wer daniel-wer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! I'd say it works:

stl-unicorn-full

It would probably be nice to have the option to hide/remove these imported stl objects, right? Depending on whether stl files contain scaling information, we would also possibly need to scale them manually. Imo, all of this can also be done as part of a followup PR and once we got a segmentation STL file out of Amira.

@philippotto philippotto merged commit f72ee2f into master Sep 21, 2018
@normanrz normanrz deleted the stl-mesh branch February 20, 2019 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add basic mesh support
3 participants