forked from aframevr/aframe
-
Notifications
You must be signed in to change notification settings - Fork 0
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
sync #1
Merged
Merged
sync #1
Conversation
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
* setup canvas on first capture screenshot.js * Update screenshot.js * Update screenshot.js * Update screenshot.js * Update screenshot.js * Update screenshot.js * Update screenshot.js * Update screenshot.js * Update screenshot.js
Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
* Remove Promise, CustomEvent, Performance.now and String.startsWith polyfills * Remove @ungap/custom-elements polyfill * Replace object-assign ponyfill with Object.assign --------- Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
* Use updateMapMaterialFromData in updateDistortionMap * Allow the various maps on standard and phong to be unset * Flag texture as needsUpdate when texture properties change --------- Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
…mponent destroy (#5458) Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
…ject (#5459) Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
#5481) Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com> Co-authored-by: Chris Chua <chris.sirhc@gmail.com>
…throttleLeadingAndTrailing (#5476) Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
Prepend live urls with "/aframe"
Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
* Allow components to define before/after constraints * Fix bug preventing runtime registered components from being sorted into componentOrder * Move order logic into a-scene.js and introduce callComponentBehaviors method --------- Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
* Extend isTablet detection to include iPad and touch-enabled Macs * Extend isTablet detection to include iPad and touch-enabled Macs (fixes #5494) * split ipad check / add seperate test suite * export iPad function * add spacing for linter * remove only on suite test * format for temporary variable * move all ipad checks to appropriate method / update test call * remove underscore
hjopel
approved these changes
Apr 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description:
Changes proposed: