@rr0/ufoathome 0.55.0 → 0.55.2
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 +12 -8
- package/dist-embed-scene/rr0-scene.mjs +42 -42
- package/dist-embed-sighting/rr0-sighting.mjs +43 -43
- package/dist-embed-sighting-editor/SightingEditorMessages_fr-CBPyMrE5.js +1 -0
- package/dist-embed-sighting-editor/rr0-sighting-editor.mjs +96 -70
- package/package.json +1 -1
- package/dist-embed-sighting-editor/SightingEditorMessages_fr-Dt3bkCHu.js +0 -1
package/README.md
CHANGED
|
@@ -673,9 +673,14 @@ of instrument, and if the two ever disagree the angle wins. `ImageProjection`
|
|
|
673
673
|
(`src/engine/instrument/ImageProjection.ts`) owns the conversion itself.
|
|
674
674
|
|
|
675
675
|
Through an eye at 60° across 360px, one degree is exactly 6px and the full Moon about 3.1px — so an object of 3.5m
|
|
676
|
-
at 90m is 13px wide, not the 90px an author reaches for unaided. That is why the editor
|
|
677
|
-
|
|
678
|
-
|
|
676
|
+
at 90m is 13px wide, not the 90px an author reaches for unaided. That is why the editor shows the three readings of
|
|
677
|
+
that one relation side by side — **apparent width**, **real width**, **distance** — kept in step: edit any one and
|
|
678
|
+
one of the other two follows, and the one the **Hold** select pins never moves. With nothing held the real width
|
|
679
|
+
is what a thing keeps: moving it further makes it look smaller, and editing either width moves the other at the
|
|
680
|
+
distance it stands (the shape is resized on the canvas). Hold the apparent width instead and a distance edit
|
|
681
|
+
leaves the shape looking the same, stood elsewhere — which is what asking what the decor would hide of it needs.
|
|
682
|
+
Only the angle is kept; the metres are an authoring aid, never testimony, and the distance is where the scene
|
|
683
|
+
*draws* the shape (see *Where the shape is drawn*).
|
|
679
684
|
|
|
680
685
|
### Decor that moves, and lights that blink
|
|
681
686
|
|
|
@@ -899,11 +904,10 @@ does not go under a distant ground. A shape drawn wholly inside another stands w
|
|
|
899
904
|
nearer: Socorro's insignia is painted on its craft, and a craft tried at five hundred metres must take its
|
|
900
905
|
insignia with it.
|
|
901
906
|
|
|
902
|
-
The hypothesis is the editor's **
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
withdraws the hypothesis.
|
|
907
|
+
The hypothesis is the editor's **Distance** field, and it outranks what the data establishes on purpose: a
|
|
908
|
+
hypothesis is tested by watching it fail. Hold the apparent width, put the craft at five hundred metres and it goes
|
|
909
|
+
behind the patrol car it was drawn in front of; bring it back and it comes out. It is never saved. The line under
|
|
910
|
+
the fields says where the shape is drawn right now and on what basis, and the cross withdraws the hypothesis.
|
|
907
911
|
|
|
908
912
|
Most sightings constrain nothing at all — a light in an empty night sky crosses nothing — and the readout then says
|
|
909
913
|
so. "Unknown" is the honest answer for a majority of cases, and saying it out loud is the entire point of not
|