Skip to content

Conversation

@robkooper
Copy link
Member

You can download some example data from https://github.com/mrdoob/three.js/tree/dev/examples/models

This does not all show the 3 previewer for unknown filetype (application/octet-stream). Now is associated with model/XYZ. Also added model/fbx for fbx files (not official mime-type).

Review Time Estimate

  • Immediately
  • Within one week
  • When possible

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the CHANGELOG.md.
  • I have signed the CLA
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@robkooper robkooper requested a review from lmarini February 1, 2022 03:11
@robkooper robkooper linked an issue Feb 1, 2022 that may be closed by this pull request
@robkooper robkooper changed the base branch from develop to release/1.20.0 February 8, 2022 03:42
Removed obj because it was not working and it was messing with the 3DWebGL previewer.
Copy link
Member

@lmarini lmarini left a comment

Choose a reason for hiding this comment

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

Removed model/ply because it wasn't working with three_js reviewer.
Removed obj because it was not working and it was messing with the 3DWebGL previewer.

@lmarini lmarini merged commit 9574099 into release/1.20.0 Feb 8, 2022
@lmarini lmarini deleted the threejs-no-content-type branch February 8, 2022 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

application/octet-stream is associated with 3d previewer

3 participants