Procházet zdrojové kódy

Update year

customisations
alemart před 5 měsíci
rodič
revize
9db67632b1
51 změnil soubory, kde provedl 51 přidání a 51 odebrání
  1. 1
    1
      src/core/frame.ts
  2. 1
    1
      src/core/hud.ts
  3. 1
    1
      src/core/session.ts
  4. 1
    1
      src/core/settings.ts
  5. 1
    1
      src/core/stats.ts
  6. 1
    1
      src/core/time-manager.ts
  7. 1
    1
      src/core/viewport.ts
  8. 1
    1
      src/geometry/camera-model.ts
  9. 1
    1
      src/geometry/pose-filter.ts
  10. 1
    1
      src/geometry/pose.ts
  11. 1
    1
      src/geometry/quaternion.ts
  12. 1
    1
      src/geometry/ray.ts
  13. 1
    1
      src/geometry/transform.ts
  14. 1
    1
      src/geometry/vector2.ts
  15. 1
    1
      src/geometry/vector3.ts
  16. 1
    1
      src/geometry/view.ts
  17. 1
    1
      src/geometry/viewer-pose.ts
  18. 1
    1
      src/geometry/viewer.ts
  19. 1
    1
      src/main.ts
  20. 1
    1
      src/sources/camera-source.ts
  21. 1
    1
      src/sources/canvas-source.ts
  22. 1
    1
      src/sources/pointer-source.ts
  23. 1
    1
      src/sources/source-factory.ts
  24. 1
    1
      src/sources/source.ts
  25. 1
    1
      src/sources/video-source.ts
  26. 1
    1
      src/trackers/image-tracker/image-tracker-event.ts
  27. 1
    1
      src/trackers/image-tracker/image-tracker-utils.ts
  28. 1
    1
      src/trackers/image-tracker/image-tracker.ts
  29. 1
    1
      src/trackers/image-tracker/reference-image-database.ts
  30. 1
    1
      src/trackers/image-tracker/reference-image.ts
  31. 1
    1
      src/trackers/image-tracker/settings.ts
  32. 1
    1
      src/trackers/image-tracker/states/initial.ts
  33. 1
    1
      src/trackers/image-tracker/states/pre-tracking-a.ts
  34. 1
    1
      src/trackers/image-tracker/states/pre-tracking-b.ts
  35. 1
    1
      src/trackers/image-tracker/states/scanning.ts
  36. 1
    1
      src/trackers/image-tracker/states/state.ts
  37. 1
    1
      src/trackers/image-tracker/states/tracking.ts
  38. 1
    1
      src/trackers/image-tracker/states/training.ts
  39. 1
    1
      src/trackers/pointer-tracker/pointer-tracker.ts
  40. 1
    1
      src/trackers/pointer-tracker/trackable-pointer.ts
  41. 1
    1
      src/trackers/tracker-factory.ts
  42. 1
    1
      src/trackers/tracker.ts
  43. 1
    1
      src/ui/fullscreen-button.ts
  44. 1
    1
      src/ui/gizmos.ts
  45. 1
    1
      src/ui/stats-panel.ts
  46. 1
    1
      src/ui/support-widget.ts
  47. 1
    1
      src/utils/ar-events.ts
  48. 1
    1
      src/utils/asap.ts
  49. 1
    1
      src/utils/errors.ts
  50. 1
    1
      src/utils/resolution.ts
  51. 1
    1
      src/utils/utils.ts

+ 1
- 1
src/core/frame.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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-manager.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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-filter.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/quaternion.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/ray.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/vector2.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/vector3.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/pointer-source.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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-utils.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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-a.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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-b.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/pointer-tracker/pointer-tracker.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/pointer-tracker/trackable-pointer.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/ui/fullscreen-button.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/ui/gizmos.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/ui/stats-panel.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/ui/support-widget.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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/resolution.ts Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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 Zobrazit soubor

@@ -1,7 +1,7 @@
1 1
 /*
2 2
  * encantar.js
3 3
  * GPU-accelerated Augmented Reality for the web
4
- * Copyright (C) 2022-2024 Alexandre Martins <alemartf(at)gmail.com>
4
+ * Copyright (C) 2022-2025 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

Načítá se…
Zrušit
Uložit