pullrequests Search Results · repo:aframevr/aframe language:JavaScript
Filter by
2.5k results
(107 ms)2.5k results
inaframevr/aframe (press backspace or delete to remove)Update meshopt decoder url to use latest 1.0.1 with .cjs extension (fix #5783)
vincentfretin
- Opened 9 days ago
- #5785
Description:
You can reproduce the issue on https://aframe.io/aframe/examples/showcase/ui/ that is using the laser-controls
component.
When using two controllers in VR with laser-controls, the cursor ...
vincentfretin
- 1
- Opened 15 days ago
- #5782
Description:
Previously, when an image failed to load (404), validateSrc in src-loader.js would fall back to treating the URL as a
video, resulting in loadTexture returning a VideoTexture instead of indicating ...
vincentfretin
- 3
- Opened 15 days ago
- #5781
Description:
Set timeout mechanism and loading screen earlier at interactive state so we see the loading screen while images are
loading. That was a regression since https://github.com/aframevr/aframe/commit/0d9721884feeb59825dc8c0bebfe73efea34e670 ...
vincentfretin
- 2
- Opened 16 days ago
- #5779
Set the image cache when img is loaded to avoid a potential non resolving issue if the same img url is loaded via
ImageLoader, as discussed in https://github.com/aframevr/aframe/pull/5776#discussion_r2620143211 ...
vincentfretin
- 1
- Opened 16 days ago
- #5778
Fix controller model invisible sometimes when toggling between hands and controllers but not the two at the exact same
time. See explanation in #5757
vincentfretin
- 1
- Opened 17 days ago
- #5777
Fix handling image/file cache now that the ImageLoader/FileLoader are using a prefix since three r178 (fix #5771)
The img tags in a-assets are loaded via the load event and set in THREE.Cache, later if ...
vincentfretin
- 13
- Opened 18 days ago
- #5776
Description:
Remove bad code in meta-touch-controls for thumbstick rotation that gives error with Rift controllers. That was reported
on discord for aframe 1.7.1 https://discord.com/channels/479784974917042186/479787777949433900/1428015046046257213 ...
vincentfretin
- 1
- Opened 19 days ago
- #5775
Description:
Fix all controls to use id instead of idPrefix when setting the tracked-controls component, only
logitech-mx-ink-controls and meta-touch-controls were correct (fix #5772)
The tests pass ...
vincentfretin
- 3
- Opened 19 days ago
- #5774
Description:
Remove setting look-controls userHeight in tests, that property doesn t exist. The tests pass with three 177
vincentfretin
- Opened 19 days ago
- #5773