-
Notifications
You must be signed in to change notification settings - Fork 12
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
Empty worlds, checkTargetFiles, and renderMode #1017
Merged
Merged
Changes from 30 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a387843
adds checkFileExists route to object router/controller
benptc aec9f98
Merge branch 'object-targetId' into placeholder-world
benptc f884b17
world object entry on localhost:8080 is clickable to go to remote ope…
benptc 88c24e7
send world object heartbeats even if they have no target files (simil…
benptc c2fe1c4
Merge branch 'object-targetId' into placeholder-world
benptc d80b29e
dont crash if no authoringMesh.glb inside the upload.zip
benptc 8ed0cfc
more completely cleanup target folder after unzipping target files
benptc 21b31ce
Merge branch 'master' into placeholder-world
benptc 064a0c9
Merge branch 'master' into placeholder-world
benptc 841494c
Merge branch 'main' into placeholder-world-ux
benptc dc2a8d0
dont generate XML file when world object is created or when other tar…
benptc 6640c04
allow upload of target.splat to the object
benptc f467e81
Merge branch 'main' into placeholder-world-ux
benptc 8a7068e
adds new all-in-one /checkTargetFiles/ API instead of needing to do a…
benptc 7cf4013
Merge branch 'main' into placeholder-world-ux
benptc 7b35a37
adds new /object/:id/uploadTarget/ route with cleaner logic than old …
benptc f54bda1
properly await checkFileExists
benptc 1b8b3fc
Update toolsocket
hobinjk-ptc 37aa150
add try-catch around formidable parse to guard against malformed targ…
benptc 2abc9b7
fix linting for updated target uploads
benptc 389df03
Merge branch 'gs-upload-test' of github.com:ptcrealitylab/vuforia-spa…
benptc 375bdbb
Merge branch 'main' into gs-upload-test
benptc f1ec50c
cleanup uploadTarget function
benptc c00ce1a
cleanup gs-upload-test
benptc 4383f4e
adds /object/renderMode API to post updates from mesh to ai rendering…
benptc 21e3fae
Merge branch 'main' into gs-upload-test
benptc af2a1ac
Merge branch 'main' into gs-upload-test
hobinjk-ptc 9409e49
cleanup gs-upload-test
benptc cad75c8
sanitize checkFileExists path
benptc 3cd5b17
cleanup gs-upload-test
benptc 2c33249
fix linting error
benptc dcbdbbe
extracts targetId from dat file when uploaded individually, in additi…
benptc a4ac496
fix circular dependency and add renderMode to test expected result
benptc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this kind of circular import is well-liked by the server but I might be wrong here