Commit Graph

  • 74ba1dea72 Add API documentation for ARAnchorManager master Jordan Santell 2018-02-26 13:46:25 -08:00
  • dff81db000 updated to threejs r90 stephane kyles 2018-03-02 09:31:39 -08:00
  • f9c119cd2b Clarify documentation on publishing Jordan Santell 2018-02-26 13:48:52 -08:00
  • 2f05226b44 0.1.8 v0.1.8 Jordan Santell 2018-02-26 13:28:34 -08:00
  • 6156780e08 Update package-lock Jordan Santell 2018-02-26 13:26:52 -08:00
  • cd9d99920a save and configure extra values we need, then restore when we're done M C 2018-02-16 16:05:15 -05:00
  • 881acbfcde Fixed some nits according to jsantell@'s review. Removed the need for 2 vertex shaders for ARView. Iker Jamardo 2018-02-15 14:36:32 -08:00
  • be1dd9ed7f Removed the iphonex example (added it in the previous commit by mistake) and changed the name of a variable to adapt to the changes in WebARonARKit. Also fixed a problem with the first rendering of the image for iOS as the image is could very likely not be loaded still. Iker Jamardo 2018-02-15 09:52:13 -08:00
  • aeb085ffdd Changes to support ARKit exposing the camera frames and rendering them in ARView. Iker Jamardo 2018-02-14 16:13:46 -08:00
  • acb7ef73db Updates Songbird git repo Elly Nattinger 2018-02-05 16:46:19 -08:00
  • 6f9fc95210 Removed the see through otion and a console log. ijamardo 2018-01-12 14:12:57 -08:00
  • 40f0f9369e 0.1.7 v0.1.7 Jordan Santell 2018-01-12 11:33:46 -08:00
  • cdbda4e264 Fix minified builds from changes in adding module support in #89 Jordan Santell 2018-01-12 11:33:23 -08:00
  • 58debabf87 Improved the documentation for anchors and markers according to the PR reviews. Added the marker example. Added the anchor example. ijamardo 2018-01-12 09:28:20 -08:00
  • 4fef0f3cd0 Added documentation for Anchors and Markers. ijamardo 2017-11-28 17:20:47 -08:00
  • 7d2c8c254b Remove vestigial babel-loader from webpack builds Jordan Santell 2018-01-09 09:34:37 -08:00
  • 9eadf722cd Update three to r89. Jordan Santell 2018-01-02 09:59:02 -08:00
  • b0e5a8728f Add support for building as ES module via three.ar.module.js Jordan Santell 2018-01-02 14:26:11 -08:00
  • 970f68a816 Update eslint, fix spacing lint errors, remove node 6 from CI tests Jordan Santell 2017-12-21 11:09:00 -08:00
  • 87dadc4ccc Update documentation copy + link Andres Cuervo 2017-12-20 23:28:09 -08:00
  • 714db7e0b1 Update spec links to new community group Jordan Santell 2017-12-11 11:47:41 -08:00
  • 15d4398633 Fix s/getARDevice/getARDisplay in documentation. Fixes #84 Jordan Santell 2017-12-03 13:05:57 -08:00
  • bebb5a4db4 Improved the error handling for incorrect VRDisplay parameter in ARAnchorManager. Iker Jamardo 2017-11-30 19:09:59 -08:00
  • 46da4cc4f7 Fixed the lint errors and rebased to master. Iker Jamardo 2017-11-28 15:30:14 -08:00
  • 4b4a4ce603 Removing an anchor returns a boolean now. The anchorsupdated event has the 'anchors' property now. Iker Jamardo 2017-11-28 15:10:29 -08:00
  • 894cee8ef2 Removed anchor management from ARPlanes and removeAnchor does not return boolean anymore. ijamardo 2017-11-21 18:05:11 -08:00
  • a2c44e6ed1 Do not throw anymore when an updated anchor does not have a corresponding object3d. Removed some console logs that were left behind. ijamardo 2017-11-21 15:17:48 -08:00
  • 4172c90b7e An intermediate commit trying to resolve all the review suggestions. Iker Jamardo 2017-11-21 09:34:22 -08:00
  • 8df3a51c22 Added ARAnchorManager and an example (spawn-ar-surface-with-anchors.html). ijamardo 2017-11-19 15:03:27 -08:00
  • 60d440ba4e 0.1.6 v0.1.6 Jordan Santell 2017-11-22 14:28:34 -08:00
  • a36b9d1ba8 lint bug followup mprafson 2017-11-22 11:34:46 -08:00
  • 7b25110785 Change loadPolyModel API signature to allow specifying loader constructors for ES6 module usage and rename function to loadModel. Fixes #77 Jordan Santell 2017-11-20 12:07:49 -08:00
  • 9abb80d69f Add issue/pr templates and move COC/Contributing files to .github dir Jordan Santell 2017-11-20 16:41:15 -08:00
  • 4023346138 Correct return value of loadPolyModel to be THREE.Group, not THREE.Mesh, in documentation Jordan Santell 2017-11-20 11:39:00 -08:00
  • 433af10d73 Load Poly model example with shadows, and rename loadBlocksModel to loadPolyModel Jordan Santell 2017-11-16 16:13:38 -08:00
  • ef7627d6c7 Do not throttle ARDebug updates when state changes between updates. Fixes #19 Jordan Santell 2017-11-16 11:14:00 -08:00
  • 17ff14faff Decrease width of #info boxes in example so they don't intercept click events. Fixes #56 Jordan Santell 2017-11-16 11:42:49 -08:00
  • 054ad8bf76 Use all meshes from the OBJLoader and fix undefined global in the new rollup environment. Fixes #57 Jordan Santell 2017-11-16 14:35:36 -08:00
  • fd3bf42d76 Update script tag to use src attribute Justin Varghese John 2017-11-19 12:17:36 -08:00
  • 0c11f90502
    made lint recursive, fixed lint errors (#76) mprafson 2017-11-17 15:17:58 -08:00
  • b91a5e26e4 Add documentation for getPlanes(). Fixes #59 Jordan Santell 2017-11-16 15:27:46 -08:00
  • a4dc8d9830 Switch to rollup for reduced output size and potential es6 module future Jordan Santell 2017-10-12 17:00:50 -07:00
  • f9603ee1b7 Add documentation on planes in WebVR AR extension documentation Jordan Santell 2017-10-24 08:57:17 -07:00
  • 8263289ffe Update examples to use VRDisplay.requestAnimationFrame lunzhang 2017-10-26 12:43:20 -04:00
  • 87119478f3 Updates audio recording example to 3rd order ambisonics, as 2nd order no longer works in Songbird Elly Nattinger 2017-10-26 14:16:11 -07:00
  • 4d9efbae47 Improved navigation between examples. Mr.doob 2017-10-26 13:36:50 -07:00
  • a0462bce76 Add space-infix-ops eslint rule lunzhang 2017-10-25 13:20:21 -04:00
  • 269391ae68 Fix use of THREE.ARUtils.placeObjectAtHit in spawn-at-surface example (#50) lunny 2017-10-25 12:57:20 -04:00
  • c591c6a40f Fix duplicate paragraph, typo, add another link to API.md Jordan Santell 2017-10-24 08:37:00 -07:00
  • 1177c18432 Use babel-preset-env lunzhang 2017-10-24 14:07:45 -04:00
  • 531e5819cd Add npm install script to README lunzhang 2017-10-24 13:30:33 -04:00
  • 83d4f1b262 Merge pull request #41 from google-ar/planes-disable-fix lincolnfrog 2017-10-23 14:30:53 -07:00
  • 6cb6ca4215 Merge pull request #38 from google-ar/add-tango-examples lincolnfrog 2017-10-23 12:38:49 -07:00
  • 29e728b340 Update tango examples to work with new API and match style of other examples Max Rebuschatis 2017-10-17 13:32:57 -07:00
  • ba175ce71b Fix for disabling plane visualization causing script error Max Rebuschatis 2017-10-20 14:05:37 -07:00
  • dc7a4a59db Fix linting, use babel-eslint for parsing due to new transform-class-properties babel transform Jordan Santell 2017-10-20 12:23:46 -07:00
  • a6cc8663d2 Commit package-lock.json Jordan Santell 2017-10-20 11:37:31 -07:00
  • 5d950caf45 Merge pull request #37 from google-ar/event-driven-planes lincolnfrog 2017-10-19 18:18:23 -07:00
  • 1ddb5eed1d Updated ARView and surfaces.html to use event-driven planes API Max Rebuschatis 2017-10-16 15:47:00 -07:00
  • 9f6d5a6e3f Merge pull request #39 from google-ar/method-bind lincolnfrog 2017-10-19 15:09:29 -07:00
  • b0b022f24b Add transform-class-properties babel transform Jordan Santell 2017-10-19 14:42:39 -07:00
  • 9e3765ada6 fix linting Jordan Santell 2017-10-16 17:38:33 -07:00
  • 98584fc9ab Merge pull request #30 from google-ar/push-pop-gl-state lincolnfrog 2017-10-16 16:23:21 -07:00
  • 69c67e1be3 Fix to push/pop gl state when rendering to avoid breaking three Max Rebuschatis 2017-10-06 17:50:15 -07:00
  • 550c49a3b3 build Jordan Santell 2017-10-15 21:42:47 -07:00
  • 39004d681a provides clean failure mechanism on iOS for record demo (#35) mprafson 2017-10-12 11:33:58 -07:00
  • c9ebc3e127 creates fail safes for certain mtl file formatting (#34) mprafson 2017-10-11 17:45:01 -07:00
  • 1fa7a76a79 fixes bug in mtl loading pipeline (#33) mprafson 2017-10-11 10:19:40 -07:00
  • 0bd29c0377 Merge pull request #31 from google-ar/mprafson_transparencyFlicker mprafson 2017-10-11 08:37:27 -07:00
  • 058b58bd38 mprafson: bugfix on transparency flickering by clearing frame color on update start mprafson 2017-10-10 18:21:14 -07:00
  • 8060cbbe07 use @latest in CDN link, and provide .min link Jordan Santell 2017-10-09 10:16:36 -07:00
  • bb9131810a Add jsDelivr link Lukas Drgon 2017-09-25 21:09:18 +02:00
  • 821a41ab1a v0.1.5 Jordan Santell 2017-10-06 16:35:33 -07:00
  • 77e9f02007 Fail when using global THREE in linting and fix outstanding THREE issues Jordan Santell 2017-10-06 16:03:53 -07:00
  • 8796ff6050 added shader to procedurally generate grid texture for ARPlane Debugging (#28) Reza Ali 2017-10-06 16:15:49 -07:00
  • f20a8d4ec8 Configure webpack to continue using THREE globals in script environment, but use three.js as a peer dependency in modular environments. Jordan Santell 2017-10-06 12:37:50 -07:00
  • 8a16a661da Fix uglify error on latest webpack-dev-server Jordan Santell 2017-10-06 11:27:22 -07:00
  • 31cbe0a820 Merge pull request #26 from enattinger/audio-recording-example lincolnfrog 2017-10-05 13:55:27 -07:00
  • 0ca947d983 Merge branch 'audio-recording-example' of https://github.com/enattinger/three.ar.js into audio-recording-example Elly Nattinger 2017-10-05 16:46:12 -04:00
  • 6b68642ad5 Adds spatial audio recording example Elly Nattinger 2017-09-27 13:40:40 -07:00
  • acadfa97aa Adds spatial audio recording example Elly Nattinger 2017-09-27 13:40:40 -07:00
  • 6d69bb495a Build and release 0.1.4 Jordan Santell 2017-09-21 16:14:57 -07:00
  • 9aa1bc689e Add plane detection to ARDebug Jordan Santell 2017-09-15 10:51:42 -07:00
  • 853b067087 Add link/CTA for community-based example gist -- fixes #7 Jordan Santell 2017-09-13 11:30:51 -07:00
  • 84af65852b Increment to 0.1.3 Jordan Santell 2017-09-14 16:21:40 -07:00
  • 708f9d02be Update three.js r86 -> r87 Jordan Santell 2017-09-14 14:56:16 -07:00
  • 0ed2c7f1c6 Update ARView to handle reseting of GL state in r87 and retain support for <= r86 Jordan Santell 2017-09-14 14:56:04 -07:00
  • 9f1164e824 fixed typo in displayUnsupportedMessage - modified UNSUPPORTED_MESSAGE Reza Ali 2017-09-13 13:31:53 -07:00
  • 52538c7ed6 added style changes Reza Ali 2017-09-13 11:47:04 -07:00
  • f64d0c8eea Increment to 0.1.2 Jordan Santell 2017-09-13 10:11:48 -07:00
  • a3515407be Improved the ARSpeechRecognition.js file according to the review suggestions. ijamardo 2017-09-12 12:21:50 -07:00
  • a0e9a53e69 Added the copyright header to the ARSpeechRecognition.js file. ijamardo 2017-09-12 11:32:23 -07:00
  • ec6f87c891 Added the speech recognition enabling script. Iker Jamardo 2017-09-11 06:19:29 -07:00
  • eb61f0f8bb Make box sit on top of surface Josh Carpenter 2017-09-01 12:16:11 -07:00
  • 44b2f4ed00 Update webvr_ar_extension.md Xiang Gao 2017-09-10 23:54:51 +08:00
  • dced3d0e0c changed copy, added styles and removed brush reticle from graffiti example Reza Ali 2017-09-13 11:35:55 -07:00
  • 6857971a0b Increment to 0.1.2 Jordan Santell 2017-09-13 10:11:48 -07:00
  • dbce0cad20 Add graffiti example (#8) lincolnfrog 2017-09-13 10:50:08 -07:00
  • 05adc16915 added comments to graffiti example Reza Ali 2017-09-12 23:52:26 -07:00
  • 3141a0ff46 Improved the ARSpeechRecognition.js file according to the review suggestions. ijamardo 2017-09-12 12:21:50 -07:00