Skip to content

Commit 665a791

Browse files
committed
links
1 parent 3fd8d9b commit 665a791

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aframe/src/location-based/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Original location-based components
22

3-
These are the original location-based components, developed in 2020 or before. Please note that new location-based A-Frame components, wrapping the three.js location-based API, are available [here](../new-location-based).
3+
These are the original location-based components, developed in 2020 or before. Please note that new location-based A-Frame components, wrapping the [three.js location-based API](https://github.com/AR-js-org/AR.js/tree/master/three.js/src/location-based), are available [here](../new-location-based).
44

55
The new components are likely to see more active development and bug-fixes so it is recommended to try these first, and if they do not work for you, try these original components instead.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# New location-based components
22

3-
These are new location-based components, which aim to solve outstanding issues such as #278.
3+
These are new location-based components, which aim to solve outstanding issues such as [#278](https://github.com/AR-js-org/AR.js/issues/278).
44

5-
The new components wrap the three.js API and are internally simpler and thus easier to maintain and debug. Thus, they are likely to see more active development and bug-fixes so it is recommended to try them first, and if they do not work for you, try [the original components](../location-based) instead.
5+
The new components wrap the [three.js location-based AR.js API](https://github.com/AR-js-org/AR.js/tree/master/three.js/src/location-based) and are internally simpler and thus easier to maintain and debug. Thus, they are likely to see more active development and bug-fixes so it is recommended to try them first, and if they do not work for you, try [the original components](../location-based) instead.
66

77
Please see [the example](../../examples/new-location-based) to see how to use these components.

0 commit comments

Comments
 (0)