瀏覽代碼

Update year

customisations
alemart 1 年之前
父節點
當前提交
4bd8111f8f
共有 39 個文件被更改,包括 39 次插入39 次删除
  1. 1
    1
      src/core/frame.ts
  2. 1
    1
      src/core/gizmos.ts
  3. 1
    1
      src/core/hud.ts
  4. 1
    1
      src/core/resolution.ts
  5. 1
    1
      src/core/session.ts
  6. 1
    1
      src/core/settings.ts
  7. 1
    1
      src/core/stats-panel.ts
  8. 1
    1
      src/core/stats.ts
  9. 1
    1
      src/core/time.ts
  10. 1
    1
      src/core/viewport.ts
  11. 1
    1
      src/geometry/camera-model.ts
  12. 1
    1
      src/geometry/pose.ts
  13. 1
    1
      src/geometry/transform.ts
  14. 1
    1
      src/geometry/view.ts
  15. 1
    1
      src/geometry/viewer-pose.ts
  16. 1
    1
      src/geometry/viewer.ts
  17. 1
    1
      src/main.ts
  18. 1
    1
      src/sources/camera-source.ts
  19. 1
    1
      src/sources/canvas-source.ts
  20. 1
    1
      src/sources/source-factory.ts
  21. 1
    1
      src/sources/source.ts
  22. 1
    1
      src/sources/video-source.ts
  23. 1
    1
      src/trackers/image-tracker/image-tracker-event.ts
  24. 1
    1
      src/trackers/image-tracker/image-tracker.ts
  25. 1
    1
      src/trackers/image-tracker/reference-image-database.ts
  26. 1
    1
      src/trackers/image-tracker/reference-image.ts
  27. 1
    1
      src/trackers/image-tracker/settings.ts
  28. 1
    1
      src/trackers/image-tracker/states/initial.ts
  29. 1
    1
      src/trackers/image-tracker/states/pre-tracking.ts
  30. 1
    1
      src/trackers/image-tracker/states/scanning.ts
  31. 1
    1
      src/trackers/image-tracker/states/state.ts
  32. 1
    1
      src/trackers/image-tracker/states/tracking.ts
  33. 1
    1
      src/trackers/image-tracker/states/training.ts
  34. 1
    1
      src/trackers/tracker-factory.ts
  35. 1
    1
      src/trackers/tracker.ts
  36. 1
    1
      src/utils/ar-events.ts
  37. 1
    1
      src/utils/asap.ts
  38. 1
    1
      src/utils/errors.ts
  39. 1
    1
      src/utils/utils.ts

+ 1
- 1
src/core/frame.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/gizmos.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/hud.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/resolution.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/session.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/settings.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/stats-panel.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/stats.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/time.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/core/viewport.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/camera-model.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/pose.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/transform.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/view.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/viewer-pose.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/geometry/viewer.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/main.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/sources/camera-source.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/sources/canvas-source.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/sources/source-factory.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/sources/source.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/sources/video-source.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/image-tracker-event.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/image-tracker.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/reference-image-database.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/reference-image.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/settings.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/initial.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/pre-tracking.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/scanning.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/state.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/tracking.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/image-tracker/states/training.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/tracker-factory.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/trackers/tracker.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/utils/ar-events.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/utils/asap.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/utils/errors.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

+ 1
- 1
src/utils/utils.ts 查看文件

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * MARTINS.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022  Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
5 5
  *
6 6
  * This program is free software: you can redistribute it and/or modify
7 7
  * it under the terms of the GNU Lesser General Public License as published

Loading…
取消
儲存