gulugulu6
bb267e0066
Bug bounty test - please ignore.... (iuaabx)
2023-04-10 08:22:33 +00:00
Blair MacIntyre
4ba29e108b
Merge pull request #132 from mozilla/develop
...
only update _videoFrameCanvas if accessing video
2019-05-21 12:50:51 -04:00
Blair MacIntyre
dedf3da67a
only update _videoFrameCanvas if accessing video
2019-05-21 12:49:57 -04:00
Blair MacIntyre
fb0d637be4
Merge pull request #130 from mozilla/develop
...
Develop merge for v1.12 release
2019-05-08 09:56:34 -04:00
Blair MacIntyre
57a1a5bff3
Merge pull request #128 from Mozilla-GitHub-Standards/master
...
Add Mozilla Code of Conduct
2019-03-30 23:31:02 +09:00
Mozilla-GitHub-Standards
f67ce4056a
Add Mozilla Code of Conduct file
...
Fixes #127 .
_(Message COC002)_
2019-03-29 23:40:35 -07:00
Blair MacIntyre
48260453ba
downsampled some textures
2018-11-28 22:31:04 -05:00
Blair MacIntyre
d46fddd9c2
small fix
2018-11-28 22:29:32 -05:00
Blair MacIntyre
bfb89ab1b3
Merge pull request #115 from mozilla/develop
...
Merging current polyfill for app 1.10 release.
2018-11-21 15:36:53 -05:00
Blair MacIntyre
ca18c3cc6a
added a little error checking to setWorldMap
2018-11-16 12:22:39 -05:00
Blair MacIntyre
43ea9b775e
Merge pull request #114 from vincentfretin/patch-3
...
fix typo imageActivateDection by imageActivateDetection
2018-11-14 08:02:36 -08:00
Vincent Fretin
b9afae08ff
fix typo imageActivateDection by imageActivateDetection
...
fix typo imageActivateDection by imageActivateDetection
_handleRemoveWorldAnchor was using imageActivateDetection, the rest of the code imageActivateDection
2018-11-13 15:29:41 +01:00
Blair MacIntyre
2afc3b20cf
Merge pull request #113 from vincentfretin/patch-2
...
fix typo handleTrackingChanged
2018-10-26 15:12:06 +02:00
Vincent Fretin
ec7487ebe3
fix typo handleTrackingChanged
2018-10-26 15:06:03 +02:00
Blair MacIntyre
1f8e7b2447
expose "worldMappingStatus"
...
as a string, on XRSession
fixed persistence to display it
2018-10-26 07:09:07 -04:00
Blair MacIntyre
41177cf0a2
get rid of the immediate setWorldMap
...
That was for testing, shouldn't have been active
2018-10-25 07:56:03 -04:00
Blair MacIntyre
2a606521ba
typos fixed
2018-10-18 11:10:56 +02:00
Blair MacIntyre
3d3b3ab153
don't pass the internal "cameraAnchors" to the app via new anchor events
2018-10-17 13:13:41 +02:00
Blair MacIntyre
f2986a59eb
added some debugging
2018-10-17 12:55:31 +02:00
Blair MacIntyre
c24a677e26
Merge branch 'develop' of https://github.com/mozilla/webxr-polyfill into develop
2018-10-17 00:29:56 +02:00
Blair MacIntyre
caf98fa643
add ability to set the uid of a new anchor
...
added an optional parameter to frame.addAnchor so you can set the uid. Otherwise, the XRAnchor constructor continues to create one.
2018-10-17 00:26:59 +02:00
Blair MacIntyre
3d5716f79b
Merge pull request #112 from mozilla/arkit-worldmap
...
Add get/set Worldmap to webxr-polyfill.
2018-10-16 09:40:38 -04:00
Blair MacIntyre
3f71badbf7
put persistence demo in index.html but not the viewer splash
2018-10-16 15:39:29 +02:00
Blair MacIntyre
c04ba69131
Merge branch 'arkit-worldmap' of https://github.com/mozilla/webxr-polyfill into arkit-worldmap
2018-10-16 12:42:07 +02:00
Blair MacIntyre
c06b456282
small typo
2018-10-16 12:41:55 +02:00
Blair MacIntyre
b693b8516c
expose trackingChanged event
...
up through session
2018-10-05 13:28:08 -04:00
Blair MacIntyre
945356c674
fixed persistence and demo
2018-10-03 12:08:02 -07:00
Blair MacIntyre
875c1e5007
forgot to check in XRSession.js
2018-10-02 17:05:47 -07:00
Blair MacIntyre
3f9620f8ca
initial version of get/setWorldMap
2018-10-01 17:58:39 -04:00
Blair MacIntyre
6c4caa8f20
forgot the remove event
2018-09-25 16:20:27 -04:00
Blair MacIntyre
f206238246
bit safer way of overriding.
...
Don't want to add null overrides for things that were not there already
2018-09-16 10:22:26 -04:00
Blair MacIntyre
309d4848e6
stop using the module polyfill in the samples
...
only the massaged webxr-polyfill.js will work once we embed the webxr.js into the app, unless someone can figure out how to make the module version work.
2018-08-17 14:28:14 -04:00
Blair MacIntyre
c92b1c66e3
clear out any existing webxr polyfill with the same names
...
The WebXR Viewer is going to preload it's own WebXR polyfill, so if some page loads this, it needs to not use any of the other polyfill's classes.
2018-08-08 19:40:59 -04:00
Blair MacIntyre
468a618818
Merge pull request #110 from mozilla/develop
...
merge readme from develop
2018-06-26 15:29:02 -04:00
Blair MacIntyre
945e5cfc5b
update
2018-06-26 15:01:48 -04:00
Blair MacIntyre
d91cc48288
added more explicit "THIS IS NOT WEBXR" to the readme.
2018-06-26 14:16:24 -04:00
Blair MacIntyre
578de4c9f9
Merge pull request #107 from mozilla/develop
...
small fix to Coding.md
2018-06-08 19:48:30 -04:00
Blair MacIntyre
5eb5020ecc
Merge pull request #104 from vincentfretin/patch-1
...
use sessionInitOptions defined above instead sessionInitParamers
2018-06-08 19:47:03 -04:00
Blair MacIntyre
d984fa3091
Merge pull request #105 from mozilla/develop
...
merging current develop polyfill for 1.08 release of WebXR Viewer
2018-06-08 19:45:05 -04:00
Blair MacIntyre
c3a348cc01
small fix. Need to update reticle with _hitAnchorOffset every frame
2018-05-22 17:12:31 -04:00
Blair MacIntyre
fd36c2086d
added session.hitTest()
...
session.hitTest is exactly the same as frame.findAnchor
converted reticle and light examples to use this
no longer using hitTestNoAnchor, since WebXR will use an asynchronous session.hitTest
2018-05-22 11:37:53 -04:00
Blair MacIntyre
31575d7a35
added option to findAnchor for more than just planes
...
updated CameraReality to deal with non-plane hit results
2018-05-21 17:18:21 -04:00
Blair MacIntyre
7b77e8fb29
fix
2018-05-17 18:29:30 -05:00
Blair MacIntyre
f552b315c4
fix (again)
2018-05-17 18:19:46 -05:00
Blair MacIntyre
a002d881fa
fixes to add remove-anchor events
2018-05-17 15:29:01 -05:00
Blair MacIntyre
d801d79fdc
add axes to floor
2018-05-16 14:32:52 -05:00
Vincent Fretin
ea1a6dbba5
use sessionInitOptions defined above instead sessionInitParamers
2018-05-13 18:35:39 +02:00
Blair MacIntyre
f6b85d6562
fixed a bunch of things related to face/plane tracking and anchors
...
Added a new sensing example
made face tracking demo more interesting
2018-05-12 10:04:26 -04:00
Blair MacIntyre
98bf23b54a
world data access defaults to false
...
face tracking and image detection examples ask for it now
2018-05-11 12:13:57 -04:00
Blair MacIntyre
0ffc7ecd3d
update blendshapes
2018-05-11 11:55:50 -04:00