@rr0/ufoathome 0.58.1 → 0.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -476,6 +476,7 @@ interface SightingRecordingJson {
476
476
  instrument?: "eye" | "rectilinear-lens" // what it was observed THROUGH — see Instrument. Absent = the naked eye
477
477
  soundTrack?: { keyframes: Array<{ t: number, sound: { kind: "none" | "hum" | "whistle" | "rumble" | "crackle", volume: number, pitchHz: number, src?: string } }> } // what the witness heard — see What it sounded like
478
478
  decor?: DecorObject[] // buildings, trees, streetlights, vehicles, other witnesses — see src/engine/model/Decor.ts
479
+ references?: SceneReference[] // pictures of the place laid over the scene, each at a registered heading/pitch/roll/field — see Pictures of the place
479
480
  }
480
481
  ```
481
482
 
@@ -514,6 +515,35 @@ one instant of a sighting — weather still going on over it would be the reader
514
515
  evening. Clouds likewise use the recording's timeline: wind advection stops on pause and is
515
516
  recomputed deterministically when seeking.
516
517
 
518
+ ### Pictures of the place
519
+
520
+ Everything the scene draws is computed, and a reader has no way to tell a faithful reconstruction from a plausible
521
+ one. A photograph of the same place does: `references` lays pictures over the render, each at the direction it was
522
+ registered in (`registration`: heading, pitch, roll and vertical field, angles and nothing else), at an opacity the
523
+ reader varies with the slider beside the 🖼 button — all picture, all render, and every step between, with the
524
+ witness's own phenomenon drawn over both. A `photo` is a flat panel at its lens's field, a `panorama` an
525
+ equirectangular sphere. `src` is an address (rr0.org's case pictures are served to any origin; the bytes must be, since
526
+ WebGL draws them) or the picture itself as a `data:` URL when it was added from a disk, which keeps the recording
527
+ self-contained at the price of its size. `credit` and `creditUrl` are shown in the info panel's credits, `t` says it
528
+ was taken during the observation at that instant, and `drawing` that somebody drew on it — Cussac's own view from the
529
+ spot carries the sphere and its spiral by hand.
530
+
531
+ Nothing in the scene hides a picture and a picture hides nothing: it is a field of directions from one point, valid
532
+ from that point alone, and the reconstruction stands it at the witness's eye.
533
+
534
+ **Lining it up.** The editor's Pictures group types the registration, copies the witness's pose into it, and while that
535
+ group is open the canvas belongs to the selected picture: a drag turns it, the wheel changes its field, and *Add a
536
+ landmark* arms two clicks that name a detail on the picture, then the same detail in the render. Landmarks are kept in
537
+ the recording with a name ("Arbre masquant", "barrière") and listed with how far each still is from fitting; either end
538
+ of one can be dragged, and the selected one is bolder on the canvas — two landmarks turn the picture to fit them, three
539
+ or more fit its field too (`PictureRegistration`, a triad first guess refined by Gauss-Newton on the rotation), and the
540
+ status line says how far off the landmarks still are. *Adopt as the witness's pose* then writes the fitted heading,
541
+ pitch and roll into the pose at the playhead as a **measurement**, with a `derived` provenance naming the picture and
542
+ the residual — a heading read off a picture that fits the relief, where the one typed in the Witness group is the
543
+ witness's word. *Street-level pictures nearby* asks Panoramax (open imagery, CC BY-SA, served to any origin) for
544
+ pictures taken within 300 m of the witness's spot; each comes with where it was taken from and which way it looked, so
545
+ it arrives registered in heading, a full turn arriving as a panorama.
546
+
517
547
  ### Naming a place
518
548
 
519
549
  Testimony names a place. It says "on the Valensole plateau", "near Socorro", "over Montgomery" —
@@ -1 +1 @@
1
- const e={play:"Lecture",pause:"Pause",noDuration:"Aucune durée d'observation",autoReplay:"Lecture automatique",currentPosition:"Position actuelle",duration:"Durée",switchToElapsed:"cliquer pour afficher la durée écoulée",switchToClockTime:"cliquer pour afficher l'heure de l'observation",fullscreen:"Plein écran",exitFullscreen:"Quitter le plein écran",showWitnessMap:"Voir où était le témoin",hideWitnessMap:"Masquer où était le témoin",mapImageryUnavailable:"Vue aérienne indisponible",showMilestones:"Voir les moments du récit",hideMilestones:"Masquer les moments du récit",witnessHere:"Le témoin, ici",decorHere:"Élément de décor"};export{e as ufoMessages_fr};
1
+ const e={play:"Lecture",pause:"Pause",noDuration:"Aucune durée d'observation",autoReplay:"Lecture automatique",currentPosition:"Position actuelle",duration:"Durée",switchToElapsed:"cliquer pour afficher la durée écoulée",switchToClockTime:"cliquer pour afficher l'heure de l'observation",fullscreen:"Plein écran",exitFullscreen:"Quitter le plein écran",showWitnessMap:"Voir où était le témoin",hideWitnessMap:"Masquer où était le témoin",mapImageryUnavailable:"Vue aérienne indisponible",showReferences:"Voir les photos des lieux",hideReferences:"Masquer les photos des lieux",referenceOpacity:"Opacité des photos",showMilestones:"Voir les moments du récit",hideMilestones:"Masquer les moments du récit",witnessHere:"Le témoin, ici",decorHere:"Élément de décor"};export{e as ufoMessages_fr};