소스 검색

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…
취소
저장