@realsee/five 5.0.0-alpha.68 → 5.0.0-alpha.72
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/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +134 -0
- package/docs/assets/icons.css +1043 -0
- package/docs/assets/{images/icons.png → icons.png} +0 -0
- package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
- package/docs/assets/main.js +52 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1388 -0
- package/docs/assets/{images/widgets.png → widgets.png} +0 -0
- package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
- package/docs/classes/five.AnimationFrameLoop.html +22 -522
- package/docs/classes/five.BVH.html +10 -488
- package/docs/classes/five.BVHNode.html +8 -468
- package/docs/classes/five.BVHVector3.html +1 -525
- package/docs/classes/five.Camera.html +11 -323
- package/docs/classes/five.Five.html +269 -2938
- package/docs/classes/five.InternalWebGLRenderer.html +1 -212
- package/docs/classes/five.Model.html +76 -1011
- package/docs/classes/five.NetworkSubscribe.html +50 -564
- package/docs/classes/five.PBMContainer.html +17 -428
- package/docs/classes/five.PBMGroup.html +19 -430
- package/docs/classes/five.PBMMaterial.html +15 -387
- package/docs/classes/five.PBMMesh.html +7 -254
- package/docs/classes/five.Scene.html +3 -263
- package/docs/classes/five.Subscribe.html +55 -599
- package/docs/classes/five.Work.html +1 -348
- package/docs/classes/gltf_loader.GLTFLoader.html +16 -411
- package/docs/classes/gltf_loader.GLTFObject.html +7 -287
- package/docs/classes/line.Line.html +1 -384
- package/docs/classes/line.LineGeometry.html +1 -530
- package/docs/classes/line.LineMaterial.html +1 -306
- package/docs/classes/line.LineSegmentsGeometry.html +1 -477
- package/docs/classes/line.THREE_Line2.html +1 -280
- package/docs/classes/line.THREE_LineSegments2.html +1 -282
- package/docs/classes/react.Store.html +28 -621
- package/docs/classes/server.BVH.html +10 -587
- package/docs/classes/server.BVHNode.html +8 -567
- package/docs/classes/server.BVHVector3.html +1 -624
- package/docs/classes/server.Model.html +62 -840
- package/docs/classes/server.PBMGroup.html +9 -384
- package/docs/classes/server.PBMMesh.html +7 -353
- package/docs/classes/sticker.Sticker.html +31 -470
- package/docs/index.html +166 -458
- package/docs/interfaces/five.AddableObject.html +1 -234
- package/docs/interfaces/five.AnimationFrame.html +1 -243
- package/docs/interfaces/five.BVHIntersect.html +1 -204
- package/docs/interfaces/five.CameraPose.html +1 -232
- package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +28 -438
- package/docs/interfaces/five.EventCallback.html +370 -2644
- package/docs/interfaces/five.FiveInitArgs.html +93 -723
- package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +15 -295
- package/docs/interfaces/five.ImageOptions.html +16 -277
- package/docs/interfaces/five.ImageURLOptions.html +1 -260
- package/docs/interfaces/five.IntersectMeshInterface.html +1 -188
- package/docs/interfaces/five.Intersection.html +7 -227
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +20 -366
- package/docs/interfaces/five.ModelEventCallback.html +22 -367
- package/docs/interfaces/five.MovePanoOptions.html +39 -456
- package/docs/interfaces/five.PBMPanoPicture.html +7 -219
- package/docs/interfaces/five.PBMParameters.html +15 -322
- package/docs/interfaces/five.PanoCircleMeshInterface.html +5 -426
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +28 -452
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +20 -365
- package/docs/interfaces/five.Pose.html +35 -270
- package/docs/interfaces/five.Scissor.html +14 -252
- package/docs/interfaces/five.State.html +16 -297
- package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -180
- package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -171
- package/docs/interfaces/five.SubscribeMixinType.off.html +1 -198
- package/docs/interfaces/five.SubscribeMixinType.on.html +1 -213
- package/docs/interfaces/five.SubscribeMixinType.once.html +1 -210
- package/docs/interfaces/five.TextureOptions.html +18 -296
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -226
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +27 -439
- package/docs/interfaces/five.WorkCubeImage.html +1 -251
- package/docs/interfaces/five.WorkImage.html +3 -306
- package/docs/interfaces/five.WorkInitial.html +13 -273
- package/docs/interfaces/five.WorkModel.html +3 -239
- package/docs/interfaces/five.WorkObserver.html +3 -323
- package/docs/interfaces/five.WorkTile.html +1 -274
- package/docs/interfaces/five.WorkVideo.html +3 -211
- package/docs/interfaces/gltf_loader.GLTF.html +7 -304
- package/docs/interfaces/react.FiveActionReactCallbacks.html +61 -585
- package/docs/interfaces/react.FiveInjectionTypes.html +154 -1645
- package/docs/interfaces/react.PropTypeOfFiveFeatures.html +1 -286
- package/docs/interfaces/server.BVHIntersect.html +1 -303
- package/docs/interfaces/server.Intersection.html +7 -326
- package/docs/interfaces/server.ModelEventCallback.html +18 -427
- package/docs/interfaces/sticker.IntersectionLike.html +8 -223
- package/docs/modules/five.SubscribeMixinType.html +1 -143
- package/docs/modules/five.html +442 -3048
- package/docs/modules/gltf_loader.html +1 -155
- package/docs/modules/line.html +1 -210
- package/docs/modules/react.html +130 -1607
- package/docs/modules/server.html +18 -560
- package/docs/modules/sticker.html +1 -151
- package/docs/modules.html +1 -136
- package/five/index.d.ts +0 -15
- package/five/index.js +5 -5
- package/gltf-loader/index.js +2 -2
- package/line/index.js +2 -2
- package/package.json +1 -1
- package/react/index.js +2 -2
- package/server/index.js +3 -3
- package/sticker/index.js +2 -2
- package/umd/five.js +1 -1
- package/docs/assets/css/main.css +0 -2660
- package/docs/assets/js/main.js +0 -248
- package/docs/assets/js/search.js +0 -1
- package/docs/interfaces/five.PBMPanoVideo.html +0 -238
package/docs/.nojekyll
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--light-hl-0: #000000;
|
|
3
|
+
--dark-hl-0: #D4D4D4;
|
|
4
|
+
--light-hl-1: #AF00DB;
|
|
5
|
+
--dark-hl-1: #C586C0;
|
|
6
|
+
--light-hl-2: #001080;
|
|
7
|
+
--dark-hl-2: #9CDCFE;
|
|
8
|
+
--light-hl-3: #A31515;
|
|
9
|
+
--dark-hl-3: #CE9178;
|
|
10
|
+
--light-hl-4: #008000;
|
|
11
|
+
--dark-hl-4: #6A9955;
|
|
12
|
+
--light-hl-5: #795E26;
|
|
13
|
+
--dark-hl-5: #DCDCAA;
|
|
14
|
+
--light-hl-6: #0070C1;
|
|
15
|
+
--dark-hl-6: #4FC1FF;
|
|
16
|
+
--light-hl-7: #0000FF;
|
|
17
|
+
--dark-hl-7: #569CD6;
|
|
18
|
+
--light-hl-8: #267F99;
|
|
19
|
+
--dark-hl-8: #4EC9B0;
|
|
20
|
+
--light-hl-9: #800000;
|
|
21
|
+
--dark-hl-9: #808080;
|
|
22
|
+
--light-hl-10: #FF0000;
|
|
23
|
+
--dark-hl-10: #9CDCFE;
|
|
24
|
+
--light-hl-11: #000000FF;
|
|
25
|
+
--dark-hl-11: #D4D4D4;
|
|
26
|
+
--light-hl-12: #0451A5;
|
|
27
|
+
--dark-hl-12: #9CDCFE;
|
|
28
|
+
--light-hl-13: #098658;
|
|
29
|
+
--dark-hl-13: #B5CEA8;
|
|
30
|
+
--light-hl-14: #EE0000;
|
|
31
|
+
--dark-hl-14: #D7BA7D;
|
|
32
|
+
--light-hl-15: #000000;
|
|
33
|
+
--dark-hl-15: #C8C8C8;
|
|
34
|
+
--light-code-background: #FFFFFF;
|
|
35
|
+
--dark-code-background: #1E1E1E;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@media (prefers-color-scheme: light) { :root {
|
|
39
|
+
--hl-0: var(--light-hl-0);
|
|
40
|
+
--hl-1: var(--light-hl-1);
|
|
41
|
+
--hl-2: var(--light-hl-2);
|
|
42
|
+
--hl-3: var(--light-hl-3);
|
|
43
|
+
--hl-4: var(--light-hl-4);
|
|
44
|
+
--hl-5: var(--light-hl-5);
|
|
45
|
+
--hl-6: var(--light-hl-6);
|
|
46
|
+
--hl-7: var(--light-hl-7);
|
|
47
|
+
--hl-8: var(--light-hl-8);
|
|
48
|
+
--hl-9: var(--light-hl-9);
|
|
49
|
+
--hl-10: var(--light-hl-10);
|
|
50
|
+
--hl-11: var(--light-hl-11);
|
|
51
|
+
--hl-12: var(--light-hl-12);
|
|
52
|
+
--hl-13: var(--light-hl-13);
|
|
53
|
+
--hl-14: var(--light-hl-14);
|
|
54
|
+
--hl-15: var(--light-hl-15);
|
|
55
|
+
--code-background: var(--light-code-background);
|
|
56
|
+
} }
|
|
57
|
+
|
|
58
|
+
@media (prefers-color-scheme: dark) { :root {
|
|
59
|
+
--hl-0: var(--dark-hl-0);
|
|
60
|
+
--hl-1: var(--dark-hl-1);
|
|
61
|
+
--hl-2: var(--dark-hl-2);
|
|
62
|
+
--hl-3: var(--dark-hl-3);
|
|
63
|
+
--hl-4: var(--dark-hl-4);
|
|
64
|
+
--hl-5: var(--dark-hl-5);
|
|
65
|
+
--hl-6: var(--dark-hl-6);
|
|
66
|
+
--hl-7: var(--dark-hl-7);
|
|
67
|
+
--hl-8: var(--dark-hl-8);
|
|
68
|
+
--hl-9: var(--dark-hl-9);
|
|
69
|
+
--hl-10: var(--dark-hl-10);
|
|
70
|
+
--hl-11: var(--dark-hl-11);
|
|
71
|
+
--hl-12: var(--dark-hl-12);
|
|
72
|
+
--hl-13: var(--dark-hl-13);
|
|
73
|
+
--hl-14: var(--dark-hl-14);
|
|
74
|
+
--hl-15: var(--dark-hl-15);
|
|
75
|
+
--code-background: var(--dark-code-background);
|
|
76
|
+
} }
|
|
77
|
+
|
|
78
|
+
body.light {
|
|
79
|
+
--hl-0: var(--light-hl-0);
|
|
80
|
+
--hl-1: var(--light-hl-1);
|
|
81
|
+
--hl-2: var(--light-hl-2);
|
|
82
|
+
--hl-3: var(--light-hl-3);
|
|
83
|
+
--hl-4: var(--light-hl-4);
|
|
84
|
+
--hl-5: var(--light-hl-5);
|
|
85
|
+
--hl-6: var(--light-hl-6);
|
|
86
|
+
--hl-7: var(--light-hl-7);
|
|
87
|
+
--hl-8: var(--light-hl-8);
|
|
88
|
+
--hl-9: var(--light-hl-9);
|
|
89
|
+
--hl-10: var(--light-hl-10);
|
|
90
|
+
--hl-11: var(--light-hl-11);
|
|
91
|
+
--hl-12: var(--light-hl-12);
|
|
92
|
+
--hl-13: var(--light-hl-13);
|
|
93
|
+
--hl-14: var(--light-hl-14);
|
|
94
|
+
--hl-15: var(--light-hl-15);
|
|
95
|
+
--code-background: var(--light-code-background);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
body.dark {
|
|
99
|
+
--hl-0: var(--dark-hl-0);
|
|
100
|
+
--hl-1: var(--dark-hl-1);
|
|
101
|
+
--hl-2: var(--dark-hl-2);
|
|
102
|
+
--hl-3: var(--dark-hl-3);
|
|
103
|
+
--hl-4: var(--dark-hl-4);
|
|
104
|
+
--hl-5: var(--dark-hl-5);
|
|
105
|
+
--hl-6: var(--dark-hl-6);
|
|
106
|
+
--hl-7: var(--dark-hl-7);
|
|
107
|
+
--hl-8: var(--dark-hl-8);
|
|
108
|
+
--hl-9: var(--dark-hl-9);
|
|
109
|
+
--hl-10: var(--dark-hl-10);
|
|
110
|
+
--hl-11: var(--dark-hl-11);
|
|
111
|
+
--hl-12: var(--dark-hl-12);
|
|
112
|
+
--hl-13: var(--dark-hl-13);
|
|
113
|
+
--hl-14: var(--dark-hl-14);
|
|
114
|
+
--hl-15: var(--dark-hl-15);
|
|
115
|
+
--code-background: var(--dark-code-background);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.hl-0 { color: var(--hl-0); }
|
|
119
|
+
.hl-1 { color: var(--hl-1); }
|
|
120
|
+
.hl-2 { color: var(--hl-2); }
|
|
121
|
+
.hl-3 { color: var(--hl-3); }
|
|
122
|
+
.hl-4 { color: var(--hl-4); }
|
|
123
|
+
.hl-5 { color: var(--hl-5); }
|
|
124
|
+
.hl-6 { color: var(--hl-6); }
|
|
125
|
+
.hl-7 { color: var(--hl-7); }
|
|
126
|
+
.hl-8 { color: var(--hl-8); }
|
|
127
|
+
.hl-9 { color: var(--hl-9); }
|
|
128
|
+
.hl-10 { color: var(--hl-10); }
|
|
129
|
+
.hl-11 { color: var(--hl-11); }
|
|
130
|
+
.hl-12 { color: var(--hl-12); }
|
|
131
|
+
.hl-13 { color: var(--hl-13); }
|
|
132
|
+
.hl-14 { color: var(--hl-14); }
|
|
133
|
+
.hl-15 { color: var(--hl-15); }
|
|
134
|
+
pre, code { background: var(--code-background); }
|