angular-three 4.1.0 → 4.2.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/metadata.json +384 -2196
- package/package.json +55 -55
- package/types/angular-three-dom.d.ts +1 -1
- package/types/angular-three-testing.d.ts +2 -2
- package/types/angular-three.d.ts +2 -2
- package/web-types.json +321 -2253
package/web-types.json
CHANGED
|
@@ -179,30 +179,6 @@
|
|
|
179
179
|
"kind": "expression",
|
|
180
180
|
"type": "number"
|
|
181
181
|
}
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"name": "[pivot.x]",
|
|
185
|
-
"description": "Set only the x component of pivot",
|
|
186
|
-
"value": {
|
|
187
|
-
"kind": "expression",
|
|
188
|
-
"type": "number"
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"name": "[pivot.y]",
|
|
193
|
-
"description": "Set only the y component of pivot",
|
|
194
|
-
"value": {
|
|
195
|
-
"kind": "expression",
|
|
196
|
-
"type": "number"
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"name": "[pivot.z]",
|
|
201
|
-
"description": "Set only the z component of pivot",
|
|
202
|
-
"value": {
|
|
203
|
-
"kind": "expression",
|
|
204
|
-
"type": "number"
|
|
205
|
-
}
|
|
206
182
|
}
|
|
207
183
|
],
|
|
208
184
|
"js": {
|
|
@@ -346,29 +322,6 @@
|
|
|
346
322
|
"name": "customDistanceMaterial",
|
|
347
323
|
"description": "Object3D.customDistanceMaterial",
|
|
348
324
|
"type": "THREE.Material"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "static",
|
|
352
|
-
"description": "Object3D.static",
|
|
353
|
-
"type": "boolean"
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"name": "pivot",
|
|
357
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
358
|
-
"type": {
|
|
359
|
-
"name": "NgtVector3",
|
|
360
|
-
"module": "angular-three"
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"name": "count",
|
|
365
|
-
"description": "Object3D.count",
|
|
366
|
-
"type": "number"
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"name": "occlusionTest",
|
|
370
|
-
"description": "Object3D.occlusionTest",
|
|
371
|
-
"type": "boolean"
|
|
372
325
|
}
|
|
373
326
|
],
|
|
374
327
|
"events": [
|
|
@@ -744,47 +697,10 @@
|
|
|
744
697
|
"kind": "expression",
|
|
745
698
|
"type": "number"
|
|
746
699
|
}
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"name": "[pivot.x]",
|
|
750
|
-
"description": "Set only the x component of pivot",
|
|
751
|
-
"value": {
|
|
752
|
-
"kind": "expression",
|
|
753
|
-
"type": "number"
|
|
754
|
-
}
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"name": "[pivot.y]",
|
|
758
|
-
"description": "Set only the y component of pivot",
|
|
759
|
-
"value": {
|
|
760
|
-
"kind": "expression",
|
|
761
|
-
"type": "number"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"name": "[pivot.z]",
|
|
766
|
-
"description": "Set only the z component of pivot",
|
|
767
|
-
"value": {
|
|
768
|
-
"kind": "expression",
|
|
769
|
-
"type": "number"
|
|
770
|
-
}
|
|
771
700
|
}
|
|
772
701
|
],
|
|
773
702
|
"js": {
|
|
774
703
|
"properties": [
|
|
775
|
-
{
|
|
776
|
-
"name": "background",
|
|
777
|
-
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
778
|
-
"type": {
|
|
779
|
-
"name": "NgtColor",
|
|
780
|
-
"module": "angular-three"
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"name": "environment",
|
|
785
|
-
"description": "Scene.environment",
|
|
786
|
-
"type": "THREE.Texture"
|
|
787
|
-
},
|
|
788
704
|
{
|
|
789
705
|
"name": "fog",
|
|
790
706
|
"description": "Scene.fog",
|
|
@@ -800,6 +716,19 @@
|
|
|
800
716
|
"description": "Scene.backgroundIntensity",
|
|
801
717
|
"type": "number"
|
|
802
718
|
},
|
|
719
|
+
{
|
|
720
|
+
"name": "overrideMaterial",
|
|
721
|
+
"description": "Scene.overrideMaterial",
|
|
722
|
+
"type": "THREE.Material"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "background",
|
|
726
|
+
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
727
|
+
"type": {
|
|
728
|
+
"name": "NgtColor",
|
|
729
|
+
"module": "angular-three"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
803
732
|
{
|
|
804
733
|
"name": "backgroundRotation",
|
|
805
734
|
"description": "Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]",
|
|
@@ -808,6 +737,11 @@
|
|
|
808
737
|
"module": "angular-three"
|
|
809
738
|
}
|
|
810
739
|
},
|
|
740
|
+
{
|
|
741
|
+
"name": "environment",
|
|
742
|
+
"description": "Scene.environment",
|
|
743
|
+
"type": "THREE.Texture"
|
|
744
|
+
},
|
|
811
745
|
{
|
|
812
746
|
"name": "environmentIntensity",
|
|
813
747
|
"description": "Scene.environmentIntensity",
|
|
@@ -821,26 +755,6 @@
|
|
|
821
755
|
"module": "angular-three"
|
|
822
756
|
}
|
|
823
757
|
},
|
|
824
|
-
{
|
|
825
|
-
"name": "overrideMaterial",
|
|
826
|
-
"description": "Scene.overrideMaterial",
|
|
827
|
-
"type": "THREE.Material"
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"name": "environmentNode",
|
|
831
|
-
"description": "Scene.environmentNode",
|
|
832
|
-
"type": "any"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"name": "backgroundNode",
|
|
836
|
-
"description": "Scene.backgroundNode",
|
|
837
|
-
"type": "any"
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"name": "fogNode",
|
|
841
|
-
"description": "Scene.fogNode",
|
|
842
|
-
"type": "any"
|
|
843
|
-
},
|
|
844
758
|
{
|
|
845
759
|
"name": "name",
|
|
846
760
|
"description": "Scene.name",
|
|
@@ -980,29 +894,6 @@
|
|
|
980
894
|
"name": "customDistanceMaterial",
|
|
981
895
|
"description": "Scene.customDistanceMaterial",
|
|
982
896
|
"type": "THREE.Material"
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"name": "static",
|
|
986
|
-
"description": "Scene.static",
|
|
987
|
-
"type": "boolean"
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"name": "pivot",
|
|
991
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
992
|
-
"type": {
|
|
993
|
-
"name": "NgtVector3",
|
|
994
|
-
"module": "angular-three"
|
|
995
|
-
}
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"name": "count",
|
|
999
|
-
"description": "Scene.count",
|
|
1000
|
-
"type": "number"
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"name": "occlusionTest",
|
|
1004
|
-
"description": "Scene.occlusionTest",
|
|
1005
|
-
"type": "boolean"
|
|
1006
897
|
}
|
|
1007
898
|
],
|
|
1008
899
|
"events": [
|
|
@@ -1306,30 +1197,6 @@
|
|
|
1306
1197
|
"kind": "expression",
|
|
1307
1198
|
"type": "number"
|
|
1308
1199
|
}
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"name": "[pivot.x]",
|
|
1312
|
-
"description": "Set only the x component of pivot",
|
|
1313
|
-
"value": {
|
|
1314
|
-
"kind": "expression",
|
|
1315
|
-
"type": "number"
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"name": "[pivot.y]",
|
|
1320
|
-
"description": "Set only the y component of pivot",
|
|
1321
|
-
"value": {
|
|
1322
|
-
"kind": "expression",
|
|
1323
|
-
"type": "number"
|
|
1324
|
-
}
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"name": "[pivot.z]",
|
|
1328
|
-
"description": "Set only the z component of pivot",
|
|
1329
|
-
"value": {
|
|
1330
|
-
"kind": "expression",
|
|
1331
|
-
"type": "number"
|
|
1332
|
-
}
|
|
1333
1200
|
}
|
|
1334
1201
|
],
|
|
1335
1202
|
"js": {
|
|
@@ -1498,24 +1365,6 @@
|
|
|
1498
1365
|
"name": "customDistanceMaterial",
|
|
1499
1366
|
"description": "Mesh.customDistanceMaterial",
|
|
1500
1367
|
"type": "THREE.Material"
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
"name": "static",
|
|
1504
|
-
"description": "Mesh.static",
|
|
1505
|
-
"type": "boolean"
|
|
1506
|
-
},
|
|
1507
|
-
{
|
|
1508
|
-
"name": "pivot",
|
|
1509
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
1510
|
-
"type": {
|
|
1511
|
-
"name": "NgtVector3",
|
|
1512
|
-
"module": "angular-three"
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"name": "occlusionTest",
|
|
1517
|
-
"description": "Mesh.occlusionTest",
|
|
1518
|
-
"type": "boolean"
|
|
1519
1368
|
}
|
|
1520
1369
|
],
|
|
1521
1370
|
"events": [
|
|
@@ -1819,69 +1668,40 @@
|
|
|
1819
1668
|
"kind": "expression",
|
|
1820
1669
|
"type": "number"
|
|
1821
1670
|
}
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"name": "[pivot.x]",
|
|
1825
|
-
"description": "Set only the x component of pivot",
|
|
1826
|
-
"value": {
|
|
1827
|
-
"kind": "expression",
|
|
1828
|
-
"type": "number"
|
|
1829
|
-
}
|
|
1830
|
-
},
|
|
1831
|
-
{
|
|
1832
|
-
"name": "[pivot.y]",
|
|
1833
|
-
"description": "Set only the y component of pivot",
|
|
1834
|
-
"value": {
|
|
1835
|
-
"kind": "expression",
|
|
1836
|
-
"type": "number"
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"name": "[pivot.z]",
|
|
1841
|
-
"description": "Set only the z component of pivot",
|
|
1842
|
-
"value": {
|
|
1843
|
-
"kind": "expression",
|
|
1844
|
-
"type": "number"
|
|
1845
|
-
}
|
|
1846
1671
|
}
|
|
1847
1672
|
],
|
|
1848
1673
|
"js": {
|
|
1849
1674
|
"properties": [
|
|
1850
1675
|
{
|
|
1851
|
-
"name": "
|
|
1852
|
-
"description": "InstancedMesh.
|
|
1853
|
-
"type": "
|
|
1676
|
+
"name": "boundingBox",
|
|
1677
|
+
"description": "InstancedMesh.boundingBox",
|
|
1678
|
+
"type": "any"
|
|
1854
1679
|
},
|
|
1855
1680
|
{
|
|
1856
|
-
"name": "
|
|
1857
|
-
"description": "InstancedMesh.
|
|
1858
|
-
"type": "
|
|
1681
|
+
"name": "boundingSphere",
|
|
1682
|
+
"description": "InstancedMesh.boundingSphere",
|
|
1683
|
+
"type": "any"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "count",
|
|
1687
|
+
"description": "InstancedMesh.count",
|
|
1688
|
+
"type": "number"
|
|
1859
1689
|
},
|
|
1860
1690
|
{
|
|
1861
1691
|
"name": "instanceColor",
|
|
1862
1692
|
"description": "InstancedMesh.instanceColor",
|
|
1863
1693
|
"type": "THREE.BufferAttribute"
|
|
1864
1694
|
},
|
|
1695
|
+
{
|
|
1696
|
+
"name": "instanceMatrix",
|
|
1697
|
+
"description": "InstancedMesh.instanceMatrix",
|
|
1698
|
+
"type": "THREE.BufferAttribute"
|
|
1699
|
+
},
|
|
1865
1700
|
{
|
|
1866
1701
|
"name": "morphTexture",
|
|
1867
1702
|
"description": "InstancedMesh.morphTexture",
|
|
1868
1703
|
"type": "THREE.Texture"
|
|
1869
1704
|
},
|
|
1870
|
-
{
|
|
1871
|
-
"name": "count",
|
|
1872
|
-
"description": "InstancedMesh.count",
|
|
1873
|
-
"type": "number"
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"name": "boundingBox",
|
|
1877
|
-
"description": "InstancedMesh.boundingBox",
|
|
1878
|
-
"type": "any"
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"name": "boundingSphere",
|
|
1882
|
-
"description": "InstancedMesh.boundingSphere",
|
|
1883
|
-
"type": "any"
|
|
1884
|
-
},
|
|
1885
1705
|
{
|
|
1886
1706
|
"name": "geometry",
|
|
1887
1707
|
"description": "InstancedMesh.geometry",
|
|
@@ -2041,24 +1861,6 @@
|
|
|
2041
1861
|
"name": "customDistanceMaterial",
|
|
2042
1862
|
"description": "InstancedMesh.customDistanceMaterial",
|
|
2043
1863
|
"type": "THREE.Material"
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"name": "static",
|
|
2047
|
-
"description": "InstancedMesh.static",
|
|
2048
|
-
"type": "boolean"
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"name": "pivot",
|
|
2052
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
2053
|
-
"type": {
|
|
2054
|
-
"name": "NgtVector3",
|
|
2055
|
-
"module": "angular-three"
|
|
2056
|
-
}
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"name": "occlusionTest",
|
|
2060
|
-
"description": "InstancedMesh.occlusionTest",
|
|
2061
|
-
"type": "boolean"
|
|
2062
1864
|
}
|
|
2063
1865
|
],
|
|
2064
1866
|
"events": [
|
|
@@ -2362,30 +2164,6 @@
|
|
|
2362
2164
|
"kind": "expression",
|
|
2363
2165
|
"type": "number"
|
|
2364
2166
|
}
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"name": "[pivot.x]",
|
|
2368
|
-
"description": "Set only the x component of pivot",
|
|
2369
|
-
"value": {
|
|
2370
|
-
"kind": "expression",
|
|
2371
|
-
"type": "number"
|
|
2372
|
-
}
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"name": "[pivot.y]",
|
|
2376
|
-
"description": "Set only the y component of pivot",
|
|
2377
|
-
"value": {
|
|
2378
|
-
"kind": "expression",
|
|
2379
|
-
"type": "number"
|
|
2380
|
-
}
|
|
2381
|
-
},
|
|
2382
|
-
{
|
|
2383
|
-
"name": "[pivot.z]",
|
|
2384
|
-
"description": "Set only the z component of pivot",
|
|
2385
|
-
"value": {
|
|
2386
|
-
"kind": "expression",
|
|
2387
|
-
"type": "number"
|
|
2388
|
-
}
|
|
2389
2167
|
}
|
|
2390
2168
|
],
|
|
2391
2169
|
"js": {
|
|
@@ -2590,24 +2368,6 @@
|
|
|
2590
2368
|
"name": "customDistanceMaterial",
|
|
2591
2369
|
"description": "SkinnedMesh.customDistanceMaterial",
|
|
2592
2370
|
"type": "THREE.Material"
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"name": "static",
|
|
2596
|
-
"description": "SkinnedMesh.static",
|
|
2597
|
-
"type": "boolean"
|
|
2598
|
-
},
|
|
2599
|
-
{
|
|
2600
|
-
"name": "pivot",
|
|
2601
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
2602
|
-
"type": {
|
|
2603
|
-
"name": "NgtVector3",
|
|
2604
|
-
"module": "angular-three"
|
|
2605
|
-
}
|
|
2606
|
-
},
|
|
2607
|
-
{
|
|
2608
|
-
"name": "occlusionTest",
|
|
2609
|
-
"description": "SkinnedMesh.occlusionTest",
|
|
2610
|
-
"type": "boolean"
|
|
2611
2371
|
}
|
|
2612
2372
|
],
|
|
2613
2373
|
"events": [
|
|
@@ -2911,30 +2671,6 @@
|
|
|
2911
2671
|
"kind": "expression",
|
|
2912
2672
|
"type": "number"
|
|
2913
2673
|
}
|
|
2914
|
-
},
|
|
2915
|
-
{
|
|
2916
|
-
"name": "[pivot.x]",
|
|
2917
|
-
"description": "Set only the x component of pivot",
|
|
2918
|
-
"value": {
|
|
2919
|
-
"kind": "expression",
|
|
2920
|
-
"type": "number"
|
|
2921
|
-
}
|
|
2922
|
-
},
|
|
2923
|
-
{
|
|
2924
|
-
"name": "[pivot.y]",
|
|
2925
|
-
"description": "Set only the y component of pivot",
|
|
2926
|
-
"value": {
|
|
2927
|
-
"kind": "expression",
|
|
2928
|
-
"type": "number"
|
|
2929
|
-
}
|
|
2930
|
-
},
|
|
2931
|
-
{
|
|
2932
|
-
"name": "[pivot.z]",
|
|
2933
|
-
"description": "Set only the z component of pivot",
|
|
2934
|
-
"value": {
|
|
2935
|
-
"kind": "expression",
|
|
2936
|
-
"type": "number"
|
|
2937
|
-
}
|
|
2938
2674
|
}
|
|
2939
2675
|
],
|
|
2940
2676
|
"js": {
|
|
@@ -3078,29 +2814,6 @@
|
|
|
3078
2814
|
"name": "customDistanceMaterial",
|
|
3079
2815
|
"description": "Bone.customDistanceMaterial",
|
|
3080
2816
|
"type": "THREE.Material"
|
|
3081
|
-
},
|
|
3082
|
-
{
|
|
3083
|
-
"name": "static",
|
|
3084
|
-
"description": "Bone.static",
|
|
3085
|
-
"type": "boolean"
|
|
3086
|
-
},
|
|
3087
|
-
{
|
|
3088
|
-
"name": "pivot",
|
|
3089
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
3090
|
-
"type": {
|
|
3091
|
-
"name": "NgtVector3",
|
|
3092
|
-
"module": "angular-three"
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3095
|
-
{
|
|
3096
|
-
"name": "count",
|
|
3097
|
-
"description": "Bone.count",
|
|
3098
|
-
"type": "number"
|
|
3099
|
-
},
|
|
3100
|
-
{
|
|
3101
|
-
"name": "occlusionTest",
|
|
3102
|
-
"description": "Bone.occlusionTest",
|
|
3103
|
-
"type": "boolean"
|
|
3104
2817
|
}
|
|
3105
2818
|
],
|
|
3106
2819
|
"events": [
|
|
@@ -3404,30 +3117,6 @@
|
|
|
3404
3117
|
"kind": "expression",
|
|
3405
3118
|
"type": "number"
|
|
3406
3119
|
}
|
|
3407
|
-
},
|
|
3408
|
-
{
|
|
3409
|
-
"name": "[pivot.x]",
|
|
3410
|
-
"description": "Set only the x component of pivot",
|
|
3411
|
-
"value": {
|
|
3412
|
-
"kind": "expression",
|
|
3413
|
-
"type": "number"
|
|
3414
|
-
}
|
|
3415
|
-
},
|
|
3416
|
-
{
|
|
3417
|
-
"name": "[pivot.y]",
|
|
3418
|
-
"description": "Set only the y component of pivot",
|
|
3419
|
-
"value": {
|
|
3420
|
-
"kind": "expression",
|
|
3421
|
-
"type": "number"
|
|
3422
|
-
}
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"name": "[pivot.z]",
|
|
3426
|
-
"description": "Set only the z component of pivot",
|
|
3427
|
-
"value": {
|
|
3428
|
-
"kind": "expression",
|
|
3429
|
-
"type": "number"
|
|
3430
|
-
}
|
|
3431
3120
|
}
|
|
3432
3121
|
],
|
|
3433
3122
|
"js": {
|
|
@@ -3571,29 +3260,6 @@
|
|
|
3571
3260
|
"name": "customDistanceMaterial",
|
|
3572
3261
|
"description": "Group.customDistanceMaterial",
|
|
3573
3262
|
"type": "THREE.Material"
|
|
3574
|
-
},
|
|
3575
|
-
{
|
|
3576
|
-
"name": "static",
|
|
3577
|
-
"description": "Group.static",
|
|
3578
|
-
"type": "boolean"
|
|
3579
|
-
},
|
|
3580
|
-
{
|
|
3581
|
-
"name": "pivot",
|
|
3582
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
3583
|
-
"type": {
|
|
3584
|
-
"name": "NgtVector3",
|
|
3585
|
-
"module": "angular-three"
|
|
3586
|
-
}
|
|
3587
|
-
},
|
|
3588
|
-
{
|
|
3589
|
-
"name": "count",
|
|
3590
|
-
"description": "Group.count",
|
|
3591
|
-
"type": "number"
|
|
3592
|
-
},
|
|
3593
|
-
{
|
|
3594
|
-
"name": "occlusionTest",
|
|
3595
|
-
"description": "Group.occlusionTest",
|
|
3596
|
-
"type": "boolean"
|
|
3597
3263
|
}
|
|
3598
3264
|
],
|
|
3599
3265
|
"events": [
|
|
@@ -3897,30 +3563,6 @@
|
|
|
3897
3563
|
"kind": "expression",
|
|
3898
3564
|
"type": "number"
|
|
3899
3565
|
}
|
|
3900
|
-
},
|
|
3901
|
-
{
|
|
3902
|
-
"name": "[pivot.x]",
|
|
3903
|
-
"description": "Set only the x component of pivot",
|
|
3904
|
-
"value": {
|
|
3905
|
-
"kind": "expression",
|
|
3906
|
-
"type": "number"
|
|
3907
|
-
}
|
|
3908
|
-
},
|
|
3909
|
-
{
|
|
3910
|
-
"name": "[pivot.y]",
|
|
3911
|
-
"description": "Set only the y component of pivot",
|
|
3912
|
-
"value": {
|
|
3913
|
-
"kind": "expression",
|
|
3914
|
-
"type": "number"
|
|
3915
|
-
}
|
|
3916
|
-
},
|
|
3917
|
-
{
|
|
3918
|
-
"name": "[pivot.z]",
|
|
3919
|
-
"description": "Set only the z component of pivot",
|
|
3920
|
-
"value": {
|
|
3921
|
-
"kind": "expression",
|
|
3922
|
-
"type": "number"
|
|
3923
|
-
}
|
|
3924
3566
|
}
|
|
3925
3567
|
],
|
|
3926
3568
|
"js": {
|
|
@@ -4074,29 +3716,6 @@
|
|
|
4074
3716
|
"name": "customDistanceMaterial",
|
|
4075
3717
|
"description": "LOD.customDistanceMaterial",
|
|
4076
3718
|
"type": "THREE.Material"
|
|
4077
|
-
},
|
|
4078
|
-
{
|
|
4079
|
-
"name": "static",
|
|
4080
|
-
"description": "LOD.static",
|
|
4081
|
-
"type": "boolean"
|
|
4082
|
-
},
|
|
4083
|
-
{
|
|
4084
|
-
"name": "pivot",
|
|
4085
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
4086
|
-
"type": {
|
|
4087
|
-
"name": "NgtVector3",
|
|
4088
|
-
"module": "angular-three"
|
|
4089
|
-
}
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"name": "count",
|
|
4093
|
-
"description": "LOD.count",
|
|
4094
|
-
"type": "number"
|
|
4095
|
-
},
|
|
4096
|
-
{
|
|
4097
|
-
"name": "occlusionTest",
|
|
4098
|
-
"description": "LOD.occlusionTest",
|
|
4099
|
-
"type": "boolean"
|
|
4100
3719
|
}
|
|
4101
3720
|
],
|
|
4102
3721
|
"events": [
|
|
@@ -4400,30 +4019,6 @@
|
|
|
4400
4019
|
"kind": "expression",
|
|
4401
4020
|
"type": "number"
|
|
4402
4021
|
}
|
|
4403
|
-
},
|
|
4404
|
-
{
|
|
4405
|
-
"name": "[pivot.x]",
|
|
4406
|
-
"description": "Set only the x component of pivot",
|
|
4407
|
-
"value": {
|
|
4408
|
-
"kind": "expression",
|
|
4409
|
-
"type": "number"
|
|
4410
|
-
}
|
|
4411
|
-
},
|
|
4412
|
-
{
|
|
4413
|
-
"name": "[pivot.y]",
|
|
4414
|
-
"description": "Set only the y component of pivot",
|
|
4415
|
-
"value": {
|
|
4416
|
-
"kind": "expression",
|
|
4417
|
-
"type": "number"
|
|
4418
|
-
}
|
|
4419
|
-
},
|
|
4420
|
-
{
|
|
4421
|
-
"name": "[pivot.z]",
|
|
4422
|
-
"description": "Set only the z component of pivot",
|
|
4423
|
-
"value": {
|
|
4424
|
-
"kind": "expression",
|
|
4425
|
-
"type": "number"
|
|
4426
|
-
}
|
|
4427
4022
|
}
|
|
4428
4023
|
],
|
|
4429
4024
|
"js": {
|
|
@@ -4587,29 +4182,6 @@
|
|
|
4587
4182
|
"name": "customDistanceMaterial",
|
|
4588
4183
|
"description": "Line.customDistanceMaterial",
|
|
4589
4184
|
"type": "THREE.Material"
|
|
4590
|
-
},
|
|
4591
|
-
{
|
|
4592
|
-
"name": "static",
|
|
4593
|
-
"description": "Line.static",
|
|
4594
|
-
"type": "boolean"
|
|
4595
|
-
},
|
|
4596
|
-
{
|
|
4597
|
-
"name": "pivot",
|
|
4598
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
4599
|
-
"type": {
|
|
4600
|
-
"name": "NgtVector3",
|
|
4601
|
-
"module": "angular-three"
|
|
4602
|
-
}
|
|
4603
|
-
},
|
|
4604
|
-
{
|
|
4605
|
-
"name": "count",
|
|
4606
|
-
"description": "Line.count",
|
|
4607
|
-
"type": "number"
|
|
4608
|
-
},
|
|
4609
|
-
{
|
|
4610
|
-
"name": "occlusionTest",
|
|
4611
|
-
"description": "Line.occlusionTest",
|
|
4612
|
-
"type": "boolean"
|
|
4613
4185
|
}
|
|
4614
4186
|
],
|
|
4615
4187
|
"events": [
|
|
@@ -4913,30 +4485,6 @@
|
|
|
4913
4485
|
"kind": "expression",
|
|
4914
4486
|
"type": "number"
|
|
4915
4487
|
}
|
|
4916
|
-
},
|
|
4917
|
-
{
|
|
4918
|
-
"name": "[pivot.x]",
|
|
4919
|
-
"description": "Set only the x component of pivot",
|
|
4920
|
-
"value": {
|
|
4921
|
-
"kind": "expression",
|
|
4922
|
-
"type": "number"
|
|
4923
|
-
}
|
|
4924
|
-
},
|
|
4925
|
-
{
|
|
4926
|
-
"name": "[pivot.y]",
|
|
4927
|
-
"description": "Set only the y component of pivot",
|
|
4928
|
-
"value": {
|
|
4929
|
-
"kind": "expression",
|
|
4930
|
-
"type": "number"
|
|
4931
|
-
}
|
|
4932
|
-
},
|
|
4933
|
-
{
|
|
4934
|
-
"name": "[pivot.z]",
|
|
4935
|
-
"description": "Set only the z component of pivot",
|
|
4936
|
-
"value": {
|
|
4937
|
-
"kind": "expression",
|
|
4938
|
-
"type": "number"
|
|
4939
|
-
}
|
|
4940
4488
|
}
|
|
4941
4489
|
],
|
|
4942
4490
|
"js": {
|
|
@@ -5100,29 +4648,6 @@
|
|
|
5100
4648
|
"name": "customDistanceMaterial",
|
|
5101
4649
|
"description": "LineLoop.customDistanceMaterial",
|
|
5102
4650
|
"type": "THREE.Material"
|
|
5103
|
-
},
|
|
5104
|
-
{
|
|
5105
|
-
"name": "static",
|
|
5106
|
-
"description": "LineLoop.static",
|
|
5107
|
-
"type": "boolean"
|
|
5108
|
-
},
|
|
5109
|
-
{
|
|
5110
|
-
"name": "pivot",
|
|
5111
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
5112
|
-
"type": {
|
|
5113
|
-
"name": "NgtVector3",
|
|
5114
|
-
"module": "angular-three"
|
|
5115
|
-
}
|
|
5116
|
-
},
|
|
5117
|
-
{
|
|
5118
|
-
"name": "count",
|
|
5119
|
-
"description": "LineLoop.count",
|
|
5120
|
-
"type": "number"
|
|
5121
|
-
},
|
|
5122
|
-
{
|
|
5123
|
-
"name": "occlusionTest",
|
|
5124
|
-
"description": "LineLoop.occlusionTest",
|
|
5125
|
-
"type": "boolean"
|
|
5126
4651
|
}
|
|
5127
4652
|
],
|
|
5128
4653
|
"events": [
|
|
@@ -5426,30 +4951,6 @@
|
|
|
5426
4951
|
"kind": "expression",
|
|
5427
4952
|
"type": "number"
|
|
5428
4953
|
}
|
|
5429
|
-
},
|
|
5430
|
-
{
|
|
5431
|
-
"name": "[pivot.x]",
|
|
5432
|
-
"description": "Set only the x component of pivot",
|
|
5433
|
-
"value": {
|
|
5434
|
-
"kind": "expression",
|
|
5435
|
-
"type": "number"
|
|
5436
|
-
}
|
|
5437
|
-
},
|
|
5438
|
-
{
|
|
5439
|
-
"name": "[pivot.y]",
|
|
5440
|
-
"description": "Set only the y component of pivot",
|
|
5441
|
-
"value": {
|
|
5442
|
-
"kind": "expression",
|
|
5443
|
-
"type": "number"
|
|
5444
|
-
}
|
|
5445
|
-
},
|
|
5446
|
-
{
|
|
5447
|
-
"name": "[pivot.z]",
|
|
5448
|
-
"description": "Set only the z component of pivot",
|
|
5449
|
-
"value": {
|
|
5450
|
-
"kind": "expression",
|
|
5451
|
-
"type": "number"
|
|
5452
|
-
}
|
|
5453
4954
|
}
|
|
5454
4955
|
],
|
|
5455
4956
|
"js": {
|
|
@@ -5613,29 +5114,6 @@
|
|
|
5613
5114
|
"name": "customDistanceMaterial",
|
|
5614
5115
|
"description": "LineSegments.customDistanceMaterial",
|
|
5615
5116
|
"type": "THREE.Material"
|
|
5616
|
-
},
|
|
5617
|
-
{
|
|
5618
|
-
"name": "static",
|
|
5619
|
-
"description": "LineSegments.static",
|
|
5620
|
-
"type": "boolean"
|
|
5621
|
-
},
|
|
5622
|
-
{
|
|
5623
|
-
"name": "pivot",
|
|
5624
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
5625
|
-
"type": {
|
|
5626
|
-
"name": "NgtVector3",
|
|
5627
|
-
"module": "angular-three"
|
|
5628
|
-
}
|
|
5629
|
-
},
|
|
5630
|
-
{
|
|
5631
|
-
"name": "count",
|
|
5632
|
-
"description": "LineSegments.count",
|
|
5633
|
-
"type": "number"
|
|
5634
|
-
},
|
|
5635
|
-
{
|
|
5636
|
-
"name": "occlusionTest",
|
|
5637
|
-
"description": "LineSegments.occlusionTest",
|
|
5638
|
-
"type": "boolean"
|
|
5639
5117
|
}
|
|
5640
5118
|
],
|
|
5641
5119
|
"events": [
|
|
@@ -5939,30 +5417,6 @@
|
|
|
5939
5417
|
"kind": "expression",
|
|
5940
5418
|
"type": "number"
|
|
5941
5419
|
}
|
|
5942
|
-
},
|
|
5943
|
-
{
|
|
5944
|
-
"name": "[pivot.x]",
|
|
5945
|
-
"description": "Set only the x component of pivot",
|
|
5946
|
-
"value": {
|
|
5947
|
-
"kind": "expression",
|
|
5948
|
-
"type": "number"
|
|
5949
|
-
}
|
|
5950
|
-
},
|
|
5951
|
-
{
|
|
5952
|
-
"name": "[pivot.y]",
|
|
5953
|
-
"description": "Set only the y component of pivot",
|
|
5954
|
-
"value": {
|
|
5955
|
-
"kind": "expression",
|
|
5956
|
-
"type": "number"
|
|
5957
|
-
}
|
|
5958
|
-
},
|
|
5959
|
-
{
|
|
5960
|
-
"name": "[pivot.z]",
|
|
5961
|
-
"description": "Set only the z component of pivot",
|
|
5962
|
-
"value": {
|
|
5963
|
-
"kind": "expression",
|
|
5964
|
-
"type": "number"
|
|
5965
|
-
}
|
|
5966
5420
|
}
|
|
5967
5421
|
],
|
|
5968
5422
|
"js": {
|
|
@@ -6126,29 +5580,6 @@
|
|
|
6126
5580
|
"name": "customDistanceMaterial",
|
|
6127
5581
|
"description": "Points.customDistanceMaterial",
|
|
6128
5582
|
"type": "THREE.Material"
|
|
6129
|
-
},
|
|
6130
|
-
{
|
|
6131
|
-
"name": "static",
|
|
6132
|
-
"description": "Points.static",
|
|
6133
|
-
"type": "boolean"
|
|
6134
|
-
},
|
|
6135
|
-
{
|
|
6136
|
-
"name": "pivot",
|
|
6137
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
6138
|
-
"type": {
|
|
6139
|
-
"name": "NgtVector3",
|
|
6140
|
-
"module": "angular-three"
|
|
6141
|
-
}
|
|
6142
|
-
},
|
|
6143
|
-
{
|
|
6144
|
-
"name": "count",
|
|
6145
|
-
"description": "Points.count",
|
|
6146
|
-
"type": "number"
|
|
6147
|
-
},
|
|
6148
|
-
{
|
|
6149
|
-
"name": "occlusionTest",
|
|
6150
|
-
"description": "Points.occlusionTest",
|
|
6151
|
-
"type": "boolean"
|
|
6152
5583
|
}
|
|
6153
5584
|
],
|
|
6154
5585
|
"events": [
|
|
@@ -6468,30 +5899,6 @@
|
|
|
6468
5899
|
"kind": "expression",
|
|
6469
5900
|
"type": "number"
|
|
6470
5901
|
}
|
|
6471
|
-
},
|
|
6472
|
-
{
|
|
6473
|
-
"name": "[pivot.x]",
|
|
6474
|
-
"description": "Set only the x component of pivot",
|
|
6475
|
-
"value": {
|
|
6476
|
-
"kind": "expression",
|
|
6477
|
-
"type": "number"
|
|
6478
|
-
}
|
|
6479
|
-
},
|
|
6480
|
-
{
|
|
6481
|
-
"name": "[pivot.y]",
|
|
6482
|
-
"description": "Set only the y component of pivot",
|
|
6483
|
-
"value": {
|
|
6484
|
-
"kind": "expression",
|
|
6485
|
-
"type": "number"
|
|
6486
|
-
}
|
|
6487
|
-
},
|
|
6488
|
-
{
|
|
6489
|
-
"name": "[pivot.z]",
|
|
6490
|
-
"description": "Set only the z component of pivot",
|
|
6491
|
-
"value": {
|
|
6492
|
-
"kind": "expression",
|
|
6493
|
-
"type": "number"
|
|
6494
|
-
}
|
|
6495
5902
|
}
|
|
6496
5903
|
],
|
|
6497
5904
|
"js": {
|
|
@@ -6658,24 +6065,6 @@
|
|
|
6658
6065
|
"name": "customDistanceMaterial",
|
|
6659
6066
|
"description": "Sprite.customDistanceMaterial",
|
|
6660
6067
|
"type": "THREE.Material"
|
|
6661
|
-
},
|
|
6662
|
-
{
|
|
6663
|
-
"name": "static",
|
|
6664
|
-
"description": "Sprite.static",
|
|
6665
|
-
"type": "boolean"
|
|
6666
|
-
},
|
|
6667
|
-
{
|
|
6668
|
-
"name": "pivot",
|
|
6669
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
6670
|
-
"type": {
|
|
6671
|
-
"name": "NgtVector3",
|
|
6672
|
-
"module": "angular-three"
|
|
6673
|
-
}
|
|
6674
|
-
},
|
|
6675
|
-
{
|
|
6676
|
-
"name": "occlusionTest",
|
|
6677
|
-
"description": "Sprite.occlusionTest",
|
|
6678
|
-
"type": "boolean"
|
|
6679
6068
|
}
|
|
6680
6069
|
],
|
|
6681
6070
|
"events": [
|
|
@@ -7011,34 +6400,18 @@
|
|
|
7011
6400
|
"kind": "expression",
|
|
7012
6401
|
"type": "number"
|
|
7013
6402
|
}
|
|
7014
|
-
},
|
|
7015
|
-
{
|
|
7016
|
-
"name": "[pivot.x]",
|
|
7017
|
-
"description": "Set only the x component of pivot",
|
|
7018
|
-
"value": {
|
|
7019
|
-
"kind": "expression",
|
|
7020
|
-
"type": "number"
|
|
7021
|
-
}
|
|
7022
|
-
},
|
|
7023
|
-
{
|
|
7024
|
-
"name": "[pivot.y]",
|
|
7025
|
-
"description": "Set only the y component of pivot",
|
|
7026
|
-
"value": {
|
|
7027
|
-
"kind": "expression",
|
|
7028
|
-
"type": "number"
|
|
7029
|
-
}
|
|
7030
|
-
},
|
|
7031
|
-
{
|
|
7032
|
-
"name": "[pivot.z]",
|
|
7033
|
-
"description": "Set only the z component of pivot",
|
|
7034
|
-
"value": {
|
|
7035
|
-
"kind": "expression",
|
|
7036
|
-
"type": "number"
|
|
7037
|
-
}
|
|
7038
6403
|
}
|
|
7039
6404
|
],
|
|
7040
6405
|
"js": {
|
|
7041
6406
|
"properties": [
|
|
6407
|
+
{
|
|
6408
|
+
"name": "layers",
|
|
6409
|
+
"description": "Accepts: THREE.Layers | number",
|
|
6410
|
+
"type": {
|
|
6411
|
+
"name": "NgtLayers",
|
|
6412
|
+
"module": "angular-three"
|
|
6413
|
+
}
|
|
6414
|
+
},
|
|
7042
6415
|
{
|
|
7043
6416
|
"name": "matrixWorldInverse",
|
|
7044
6417
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -7173,14 +6546,6 @@
|
|
|
7173
6546
|
"description": "Camera.matrixWorldNeedsUpdate",
|
|
7174
6547
|
"type": "boolean"
|
|
7175
6548
|
},
|
|
7176
|
-
{
|
|
7177
|
-
"name": "layers",
|
|
7178
|
-
"description": "Accepts: THREE.Layers | number",
|
|
7179
|
-
"type": {
|
|
7180
|
-
"name": "NgtLayers",
|
|
7181
|
-
"module": "angular-three"
|
|
7182
|
-
}
|
|
7183
|
-
},
|
|
7184
6549
|
{
|
|
7185
6550
|
"name": "visible",
|
|
7186
6551
|
"description": "Camera.visible",
|
|
@@ -7220,29 +6585,6 @@
|
|
|
7220
6585
|
"name": "customDistanceMaterial",
|
|
7221
6586
|
"description": "Camera.customDistanceMaterial",
|
|
7222
6587
|
"type": "THREE.Material"
|
|
7223
|
-
},
|
|
7224
|
-
{
|
|
7225
|
-
"name": "static",
|
|
7226
|
-
"description": "Camera.static",
|
|
7227
|
-
"type": "boolean"
|
|
7228
|
-
},
|
|
7229
|
-
{
|
|
7230
|
-
"name": "pivot",
|
|
7231
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
7232
|
-
"type": {
|
|
7233
|
-
"name": "NgtVector3",
|
|
7234
|
-
"module": "angular-three"
|
|
7235
|
-
}
|
|
7236
|
-
},
|
|
7237
|
-
{
|
|
7238
|
-
"name": "count",
|
|
7239
|
-
"description": "Camera.count",
|
|
7240
|
-
"type": "number"
|
|
7241
|
-
},
|
|
7242
|
-
{
|
|
7243
|
-
"name": "occlusionTest",
|
|
7244
|
-
"description": "Camera.occlusionTest",
|
|
7245
|
-
"type": "boolean"
|
|
7246
6588
|
}
|
|
7247
6589
|
],
|
|
7248
6590
|
"events": [
|
|
@@ -7578,42 +6920,23 @@
|
|
|
7578
6920
|
"kind": "expression",
|
|
7579
6921
|
"type": "number"
|
|
7580
6922
|
}
|
|
7581
|
-
},
|
|
7582
|
-
{
|
|
7583
|
-
"name": "[pivot.x]",
|
|
7584
|
-
"description": "Set only the x component of pivot",
|
|
7585
|
-
"value": {
|
|
7586
|
-
"kind": "expression",
|
|
7587
|
-
"type": "number"
|
|
7588
|
-
}
|
|
7589
|
-
},
|
|
7590
|
-
{
|
|
7591
|
-
"name": "[pivot.y]",
|
|
7592
|
-
"description": "Set only the y component of pivot",
|
|
7593
|
-
"value": {
|
|
7594
|
-
"kind": "expression",
|
|
7595
|
-
"type": "number"
|
|
7596
|
-
}
|
|
7597
|
-
},
|
|
7598
|
-
{
|
|
7599
|
-
"name": "[pivot.z]",
|
|
7600
|
-
"description": "Set only the z component of pivot",
|
|
7601
|
-
"value": {
|
|
7602
|
-
"kind": "expression",
|
|
7603
|
-
"type": "number"
|
|
7604
|
-
}
|
|
7605
6923
|
}
|
|
7606
6924
|
],
|
|
7607
6925
|
"js": {
|
|
7608
6926
|
"properties": [
|
|
6927
|
+
{
|
|
6928
|
+
"name": "zoom",
|
|
6929
|
+
"description": "PerspectiveCamera.zoom",
|
|
6930
|
+
"type": "number"
|
|
6931
|
+
},
|
|
7609
6932
|
{
|
|
7610
6933
|
"name": "fov",
|
|
7611
6934
|
"description": "PerspectiveCamera.fov",
|
|
7612
6935
|
"type": "number"
|
|
7613
6936
|
},
|
|
7614
6937
|
{
|
|
7615
|
-
"name": "
|
|
7616
|
-
"description": "PerspectiveCamera.
|
|
6938
|
+
"name": "aspect",
|
|
6939
|
+
"description": "PerspectiveCamera.aspect",
|
|
7617
6940
|
"type": "number"
|
|
7618
6941
|
},
|
|
7619
6942
|
{
|
|
@@ -7631,11 +6954,6 @@
|
|
|
7631
6954
|
"description": "PerspectiveCamera.focus",
|
|
7632
6955
|
"type": "number"
|
|
7633
6956
|
},
|
|
7634
|
-
{
|
|
7635
|
-
"name": "aspect",
|
|
7636
|
-
"description": "PerspectiveCamera.aspect",
|
|
7637
|
-
"type": "number"
|
|
7638
|
-
},
|
|
7639
6957
|
{
|
|
7640
6958
|
"name": "view",
|
|
7641
6959
|
"description": "PerspectiveCamera.view",
|
|
@@ -7651,6 +6969,14 @@
|
|
|
7651
6969
|
"description": "PerspectiveCamera.filmOffset",
|
|
7652
6970
|
"type": "number"
|
|
7653
6971
|
},
|
|
6972
|
+
{
|
|
6973
|
+
"name": "layers",
|
|
6974
|
+
"description": "Accepts: THREE.Layers | number",
|
|
6975
|
+
"type": {
|
|
6976
|
+
"name": "NgtLayers",
|
|
6977
|
+
"module": "angular-three"
|
|
6978
|
+
}
|
|
6979
|
+
},
|
|
7654
6980
|
{
|
|
7655
6981
|
"name": "matrixWorldInverse",
|
|
7656
6982
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -7785,14 +7111,6 @@
|
|
|
7785
7111
|
"description": "PerspectiveCamera.matrixWorldNeedsUpdate",
|
|
7786
7112
|
"type": "boolean"
|
|
7787
7113
|
},
|
|
7788
|
-
{
|
|
7789
|
-
"name": "layers",
|
|
7790
|
-
"description": "Accepts: THREE.Layers | number",
|
|
7791
|
-
"type": {
|
|
7792
|
-
"name": "NgtLayers",
|
|
7793
|
-
"module": "angular-three"
|
|
7794
|
-
}
|
|
7795
|
-
},
|
|
7796
7114
|
{
|
|
7797
7115
|
"name": "visible",
|
|
7798
7116
|
"description": "PerspectiveCamera.visible",
|
|
@@ -7832,29 +7150,6 @@
|
|
|
7832
7150
|
"name": "customDistanceMaterial",
|
|
7833
7151
|
"description": "PerspectiveCamera.customDistanceMaterial",
|
|
7834
7152
|
"type": "THREE.Material"
|
|
7835
|
-
},
|
|
7836
|
-
{
|
|
7837
|
-
"name": "static",
|
|
7838
|
-
"description": "PerspectiveCamera.static",
|
|
7839
|
-
"type": "boolean"
|
|
7840
|
-
},
|
|
7841
|
-
{
|
|
7842
|
-
"name": "pivot",
|
|
7843
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
7844
|
-
"type": {
|
|
7845
|
-
"name": "NgtVector3",
|
|
7846
|
-
"module": "angular-three"
|
|
7847
|
-
}
|
|
7848
|
-
},
|
|
7849
|
-
{
|
|
7850
|
-
"name": "count",
|
|
7851
|
-
"description": "PerspectiveCamera.count",
|
|
7852
|
-
"type": "number"
|
|
7853
|
-
},
|
|
7854
|
-
{
|
|
7855
|
-
"name": "occlusionTest",
|
|
7856
|
-
"description": "PerspectiveCamera.occlusionTest",
|
|
7857
|
-
"type": "boolean"
|
|
7858
7153
|
}
|
|
7859
7154
|
],
|
|
7860
7155
|
"events": [
|
|
@@ -8190,30 +7485,6 @@
|
|
|
8190
7485
|
"kind": "expression",
|
|
8191
7486
|
"type": "number"
|
|
8192
7487
|
}
|
|
8193
|
-
},
|
|
8194
|
-
{
|
|
8195
|
-
"name": "[pivot.x]",
|
|
8196
|
-
"description": "Set only the x component of pivot",
|
|
8197
|
-
"value": {
|
|
8198
|
-
"kind": "expression",
|
|
8199
|
-
"type": "number"
|
|
8200
|
-
}
|
|
8201
|
-
},
|
|
8202
|
-
{
|
|
8203
|
-
"name": "[pivot.y]",
|
|
8204
|
-
"description": "Set only the y component of pivot",
|
|
8205
|
-
"value": {
|
|
8206
|
-
"kind": "expression",
|
|
8207
|
-
"type": "number"
|
|
8208
|
-
}
|
|
8209
|
-
},
|
|
8210
|
-
{
|
|
8211
|
-
"name": "[pivot.z]",
|
|
8212
|
-
"description": "Set only the z component of pivot",
|
|
8213
|
-
"value": {
|
|
8214
|
-
"kind": "expression",
|
|
8215
|
-
"type": "number"
|
|
8216
|
-
}
|
|
8217
7488
|
}
|
|
8218
7489
|
],
|
|
8219
7490
|
"js": {
|
|
@@ -8258,6 +7529,14 @@
|
|
|
8258
7529
|
"description": "OrthographicCamera.far",
|
|
8259
7530
|
"type": "number"
|
|
8260
7531
|
},
|
|
7532
|
+
{
|
|
7533
|
+
"name": "layers",
|
|
7534
|
+
"description": "Accepts: THREE.Layers | number",
|
|
7535
|
+
"type": {
|
|
7536
|
+
"name": "NgtLayers",
|
|
7537
|
+
"module": "angular-three"
|
|
7538
|
+
}
|
|
7539
|
+
},
|
|
8261
7540
|
{
|
|
8262
7541
|
"name": "matrixWorldInverse",
|
|
8263
7542
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -8392,14 +7671,6 @@
|
|
|
8392
7671
|
"description": "OrthographicCamera.matrixWorldNeedsUpdate",
|
|
8393
7672
|
"type": "boolean"
|
|
8394
7673
|
},
|
|
8395
|
-
{
|
|
8396
|
-
"name": "layers",
|
|
8397
|
-
"description": "Accepts: THREE.Layers | number",
|
|
8398
|
-
"type": {
|
|
8399
|
-
"name": "NgtLayers",
|
|
8400
|
-
"module": "angular-three"
|
|
8401
|
-
}
|
|
8402
|
-
},
|
|
8403
7674
|
{
|
|
8404
7675
|
"name": "visible",
|
|
8405
7676
|
"description": "OrthographicCamera.visible",
|
|
@@ -8439,29 +7710,6 @@
|
|
|
8439
7710
|
"name": "customDistanceMaterial",
|
|
8440
7711
|
"description": "OrthographicCamera.customDistanceMaterial",
|
|
8441
7712
|
"type": "THREE.Material"
|
|
8442
|
-
},
|
|
8443
|
-
{
|
|
8444
|
-
"name": "static",
|
|
8445
|
-
"description": "OrthographicCamera.static",
|
|
8446
|
-
"type": "boolean"
|
|
8447
|
-
},
|
|
8448
|
-
{
|
|
8449
|
-
"name": "pivot",
|
|
8450
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
8451
|
-
"type": {
|
|
8452
|
-
"name": "NgtVector3",
|
|
8453
|
-
"module": "angular-three"
|
|
8454
|
-
}
|
|
8455
|
-
},
|
|
8456
|
-
{
|
|
8457
|
-
"name": "count",
|
|
8458
|
-
"description": "OrthographicCamera.count",
|
|
8459
|
-
"type": "number"
|
|
8460
|
-
},
|
|
8461
|
-
{
|
|
8462
|
-
"name": "occlusionTest",
|
|
8463
|
-
"description": "OrthographicCamera.occlusionTest",
|
|
8464
|
-
"type": "boolean"
|
|
8465
7713
|
}
|
|
8466
7714
|
],
|
|
8467
7715
|
"events": [
|
|
@@ -8765,30 +8013,6 @@
|
|
|
8765
8013
|
"kind": "expression",
|
|
8766
8014
|
"type": "number"
|
|
8767
8015
|
}
|
|
8768
|
-
},
|
|
8769
|
-
{
|
|
8770
|
-
"name": "[pivot.x]",
|
|
8771
|
-
"description": "Set only the x component of pivot",
|
|
8772
|
-
"value": {
|
|
8773
|
-
"kind": "expression",
|
|
8774
|
-
"type": "number"
|
|
8775
|
-
}
|
|
8776
|
-
},
|
|
8777
|
-
{
|
|
8778
|
-
"name": "[pivot.y]",
|
|
8779
|
-
"description": "Set only the y component of pivot",
|
|
8780
|
-
"value": {
|
|
8781
|
-
"kind": "expression",
|
|
8782
|
-
"type": "number"
|
|
8783
|
-
}
|
|
8784
|
-
},
|
|
8785
|
-
{
|
|
8786
|
-
"name": "[pivot.z]",
|
|
8787
|
-
"description": "Set only the z component of pivot",
|
|
8788
|
-
"value": {
|
|
8789
|
-
"kind": "expression",
|
|
8790
|
-
"type": "number"
|
|
8791
|
-
}
|
|
8792
8016
|
}
|
|
8793
8017
|
],
|
|
8794
8018
|
"js": {
|
|
@@ -8947,29 +8171,6 @@
|
|
|
8947
8171
|
"name": "customDistanceMaterial",
|
|
8948
8172
|
"description": "CubeCamera.customDistanceMaterial",
|
|
8949
8173
|
"type": "THREE.Material"
|
|
8950
|
-
},
|
|
8951
|
-
{
|
|
8952
|
-
"name": "static",
|
|
8953
|
-
"description": "CubeCamera.static",
|
|
8954
|
-
"type": "boolean"
|
|
8955
|
-
},
|
|
8956
|
-
{
|
|
8957
|
-
"name": "pivot",
|
|
8958
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
8959
|
-
"type": {
|
|
8960
|
-
"name": "NgtVector3",
|
|
8961
|
-
"module": "angular-three"
|
|
8962
|
-
}
|
|
8963
|
-
},
|
|
8964
|
-
{
|
|
8965
|
-
"name": "count",
|
|
8966
|
-
"description": "CubeCamera.count",
|
|
8967
|
-
"type": "number"
|
|
8968
|
-
},
|
|
8969
|
-
{
|
|
8970
|
-
"name": "occlusionTest",
|
|
8971
|
-
"description": "CubeCamera.occlusionTest",
|
|
8972
|
-
"type": "boolean"
|
|
8973
8174
|
}
|
|
8974
8175
|
],
|
|
8975
8176
|
"events": [
|
|
@@ -9305,30 +8506,6 @@
|
|
|
9305
8506
|
"kind": "expression",
|
|
9306
8507
|
"type": "number"
|
|
9307
8508
|
}
|
|
9308
|
-
},
|
|
9309
|
-
{
|
|
9310
|
-
"name": "[pivot.x]",
|
|
9311
|
-
"description": "Set only the x component of pivot",
|
|
9312
|
-
"value": {
|
|
9313
|
-
"kind": "expression",
|
|
9314
|
-
"type": "number"
|
|
9315
|
-
}
|
|
9316
|
-
},
|
|
9317
|
-
{
|
|
9318
|
-
"name": "[pivot.y]",
|
|
9319
|
-
"description": "Set only the y component of pivot",
|
|
9320
|
-
"value": {
|
|
9321
|
-
"kind": "expression",
|
|
9322
|
-
"type": "number"
|
|
9323
|
-
}
|
|
9324
|
-
},
|
|
9325
|
-
{
|
|
9326
|
-
"name": "[pivot.z]",
|
|
9327
|
-
"description": "Set only the z component of pivot",
|
|
9328
|
-
"value": {
|
|
9329
|
-
"kind": "expression",
|
|
9330
|
-
"type": "number"
|
|
9331
|
-
}
|
|
9332
8509
|
}
|
|
9333
8510
|
],
|
|
9334
8511
|
"js": {
|
|
@@ -9339,8 +8516,8 @@
|
|
|
9339
8516
|
"type": "array"
|
|
9340
8517
|
},
|
|
9341
8518
|
{
|
|
9342
|
-
"name": "
|
|
9343
|
-
"description": "ArrayCamera.
|
|
8519
|
+
"name": "index",
|
|
8520
|
+
"description": "ArrayCamera.index",
|
|
9344
8521
|
"type": "number"
|
|
9345
8522
|
},
|
|
9346
8523
|
{
|
|
@@ -9348,6 +8525,16 @@
|
|
|
9348
8525
|
"description": "ArrayCamera.zoom",
|
|
9349
8526
|
"type": "number"
|
|
9350
8527
|
},
|
|
8528
|
+
{
|
|
8529
|
+
"name": "fov",
|
|
8530
|
+
"description": "ArrayCamera.fov",
|
|
8531
|
+
"type": "number"
|
|
8532
|
+
},
|
|
8533
|
+
{
|
|
8534
|
+
"name": "aspect",
|
|
8535
|
+
"description": "ArrayCamera.aspect",
|
|
8536
|
+
"type": "number"
|
|
8537
|
+
},
|
|
9351
8538
|
{
|
|
9352
8539
|
"name": "near",
|
|
9353
8540
|
"description": "ArrayCamera.near",
|
|
@@ -9363,11 +8550,6 @@
|
|
|
9363
8550
|
"description": "ArrayCamera.focus",
|
|
9364
8551
|
"type": "number"
|
|
9365
8552
|
},
|
|
9366
|
-
{
|
|
9367
|
-
"name": "aspect",
|
|
9368
|
-
"description": "ArrayCamera.aspect",
|
|
9369
|
-
"type": "number"
|
|
9370
|
-
},
|
|
9371
8553
|
{
|
|
9372
8554
|
"name": "view",
|
|
9373
8555
|
"description": "ArrayCamera.view",
|
|
@@ -9383,6 +8565,14 @@
|
|
|
9383
8565
|
"description": "ArrayCamera.filmOffset",
|
|
9384
8566
|
"type": "number"
|
|
9385
8567
|
},
|
|
8568
|
+
{
|
|
8569
|
+
"name": "layers",
|
|
8570
|
+
"description": "Accepts: THREE.Layers | number",
|
|
8571
|
+
"type": {
|
|
8572
|
+
"name": "NgtLayers",
|
|
8573
|
+
"module": "angular-three"
|
|
8574
|
+
}
|
|
8575
|
+
},
|
|
9386
8576
|
{
|
|
9387
8577
|
"name": "matrixWorldInverse",
|
|
9388
8578
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -9517,14 +8707,6 @@
|
|
|
9517
8707
|
"description": "ArrayCamera.matrixWorldNeedsUpdate",
|
|
9518
8708
|
"type": "boolean"
|
|
9519
8709
|
},
|
|
9520
|
-
{
|
|
9521
|
-
"name": "layers",
|
|
9522
|
-
"description": "Accepts: THREE.Layers | number",
|
|
9523
|
-
"type": {
|
|
9524
|
-
"name": "NgtLayers",
|
|
9525
|
-
"module": "angular-three"
|
|
9526
|
-
}
|
|
9527
|
-
},
|
|
9528
8710
|
{
|
|
9529
8711
|
"name": "visible",
|
|
9530
8712
|
"description": "ArrayCamera.visible",
|
|
@@ -9564,29 +8746,6 @@
|
|
|
9564
8746
|
"name": "customDistanceMaterial",
|
|
9565
8747
|
"description": "ArrayCamera.customDistanceMaterial",
|
|
9566
8748
|
"type": "THREE.Material"
|
|
9567
|
-
},
|
|
9568
|
-
{
|
|
9569
|
-
"name": "static",
|
|
9570
|
-
"description": "ArrayCamera.static",
|
|
9571
|
-
"type": "boolean"
|
|
9572
|
-
},
|
|
9573
|
-
{
|
|
9574
|
-
"name": "pivot",
|
|
9575
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
9576
|
-
"type": {
|
|
9577
|
-
"name": "NgtVector3",
|
|
9578
|
-
"module": "angular-three"
|
|
9579
|
-
}
|
|
9580
|
-
},
|
|
9581
|
-
{
|
|
9582
|
-
"name": "count",
|
|
9583
|
-
"description": "ArrayCamera.count",
|
|
9584
|
-
"type": "number"
|
|
9585
|
-
},
|
|
9586
|
-
{
|
|
9587
|
-
"name": "occlusionTest",
|
|
9588
|
-
"description": "ArrayCamera.occlusionTest",
|
|
9589
|
-
"type": "boolean"
|
|
9590
8749
|
}
|
|
9591
8750
|
],
|
|
9592
8751
|
"events": [
|
|
@@ -9914,30 +9073,6 @@
|
|
|
9914
9073
|
"kind": "expression",
|
|
9915
9074
|
"type": "number"
|
|
9916
9075
|
}
|
|
9917
|
-
},
|
|
9918
|
-
{
|
|
9919
|
-
"name": "[pivot.x]",
|
|
9920
|
-
"description": "Set only the x component of pivot",
|
|
9921
|
-
"value": {
|
|
9922
|
-
"kind": "expression",
|
|
9923
|
-
"type": "number"
|
|
9924
|
-
}
|
|
9925
|
-
},
|
|
9926
|
-
{
|
|
9927
|
-
"name": "[pivot.y]",
|
|
9928
|
-
"description": "Set only the y component of pivot",
|
|
9929
|
-
"value": {
|
|
9930
|
-
"kind": "expression",
|
|
9931
|
-
"type": "number"
|
|
9932
|
-
}
|
|
9933
|
-
},
|
|
9934
|
-
{
|
|
9935
|
-
"name": "[pivot.z]",
|
|
9936
|
-
"description": "Set only the z component of pivot",
|
|
9937
|
-
"value": {
|
|
9938
|
-
"kind": "expression",
|
|
9939
|
-
"type": "number"
|
|
9940
|
-
}
|
|
9941
9076
|
}
|
|
9942
9077
|
],
|
|
9943
9078
|
"js": {
|
|
@@ -9955,6 +9090,11 @@
|
|
|
9955
9090
|
"description": "AmbientLight.intensity",
|
|
9956
9091
|
"type": "number"
|
|
9957
9092
|
},
|
|
9093
|
+
{
|
|
9094
|
+
"name": "shadow",
|
|
9095
|
+
"description": "AmbientLight.shadow",
|
|
9096
|
+
"type": "any"
|
|
9097
|
+
},
|
|
9958
9098
|
{
|
|
9959
9099
|
"name": "name",
|
|
9960
9100
|
"description": "AmbientLight.name",
|
|
@@ -10094,29 +9234,6 @@
|
|
|
10094
9234
|
"name": "customDistanceMaterial",
|
|
10095
9235
|
"description": "AmbientLight.customDistanceMaterial",
|
|
10096
9236
|
"type": "THREE.Material"
|
|
10097
|
-
},
|
|
10098
|
-
{
|
|
10099
|
-
"name": "static",
|
|
10100
|
-
"description": "AmbientLight.static",
|
|
10101
|
-
"type": "boolean"
|
|
10102
|
-
},
|
|
10103
|
-
{
|
|
10104
|
-
"name": "pivot",
|
|
10105
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
10106
|
-
"type": {
|
|
10107
|
-
"name": "NgtVector3",
|
|
10108
|
-
"module": "angular-three"
|
|
10109
|
-
}
|
|
10110
|
-
},
|
|
10111
|
-
{
|
|
10112
|
-
"name": "count",
|
|
10113
|
-
"description": "AmbientLight.count",
|
|
10114
|
-
"type": "number"
|
|
10115
|
-
},
|
|
10116
|
-
{
|
|
10117
|
-
"name": "occlusionTest",
|
|
10118
|
-
"description": "AmbientLight.occlusionTest",
|
|
10119
|
-
"type": "boolean"
|
|
10120
9237
|
}
|
|
10121
9238
|
],
|
|
10122
9239
|
"events": [
|
|
@@ -10294,72 +9411,72 @@
|
|
|
10294
9411
|
}
|
|
10295
9412
|
},
|
|
10296
9413
|
{
|
|
10297
|
-
"name": "[
|
|
10298
|
-
"description": "Set only the
|
|
9414
|
+
"name": "[position.x]",
|
|
9415
|
+
"description": "Set only the x component of position",
|
|
10299
9416
|
"value": {
|
|
10300
9417
|
"kind": "expression",
|
|
10301
9418
|
"type": "number"
|
|
10302
9419
|
}
|
|
10303
9420
|
},
|
|
10304
9421
|
{
|
|
10305
|
-
"name": "[
|
|
10306
|
-
"description": "Set only the
|
|
9422
|
+
"name": "[position.y]",
|
|
9423
|
+
"description": "Set only the y component of position",
|
|
10307
9424
|
"value": {
|
|
10308
9425
|
"kind": "expression",
|
|
10309
9426
|
"type": "number"
|
|
10310
9427
|
}
|
|
10311
9428
|
},
|
|
10312
9429
|
{
|
|
10313
|
-
"name": "[
|
|
10314
|
-
"description": "Set only the
|
|
9430
|
+
"name": "[position.z]",
|
|
9431
|
+
"description": "Set only the z component of position",
|
|
10315
9432
|
"value": {
|
|
10316
9433
|
"kind": "expression",
|
|
10317
9434
|
"type": "number"
|
|
10318
9435
|
}
|
|
10319
9436
|
},
|
|
10320
9437
|
{
|
|
10321
|
-
"name": "[
|
|
10322
|
-
"description": "Set only the
|
|
9438
|
+
"name": "[color.r]",
|
|
9439
|
+
"description": "Set only the r channel (0-1) of color",
|
|
10323
9440
|
"value": {
|
|
10324
9441
|
"kind": "expression",
|
|
10325
9442
|
"type": "number"
|
|
10326
9443
|
}
|
|
10327
9444
|
},
|
|
10328
9445
|
{
|
|
10329
|
-
"name": "[
|
|
10330
|
-
"description": "Set only the
|
|
9446
|
+
"name": "[color.g]",
|
|
9447
|
+
"description": "Set only the g channel (0-1) of color",
|
|
10331
9448
|
"value": {
|
|
10332
9449
|
"kind": "expression",
|
|
10333
9450
|
"type": "number"
|
|
10334
9451
|
}
|
|
10335
9452
|
},
|
|
10336
9453
|
{
|
|
10337
|
-
"name": "[
|
|
10338
|
-
"description": "Set only the
|
|
9454
|
+
"name": "[color.b]",
|
|
9455
|
+
"description": "Set only the b channel (0-1) of color",
|
|
10339
9456
|
"value": {
|
|
10340
9457
|
"kind": "expression",
|
|
10341
9458
|
"type": "number"
|
|
10342
9459
|
}
|
|
10343
9460
|
},
|
|
10344
9461
|
{
|
|
10345
|
-
"name": "[
|
|
10346
|
-
"description": "Set only the x component of
|
|
9462
|
+
"name": "[up.x]",
|
|
9463
|
+
"description": "Set only the x component of up",
|
|
10347
9464
|
"value": {
|
|
10348
9465
|
"kind": "expression",
|
|
10349
9466
|
"type": "number"
|
|
10350
9467
|
}
|
|
10351
9468
|
},
|
|
10352
9469
|
{
|
|
10353
|
-
"name": "[
|
|
10354
|
-
"description": "Set only the y component of
|
|
9470
|
+
"name": "[up.y]",
|
|
9471
|
+
"description": "Set only the y component of up",
|
|
10355
9472
|
"value": {
|
|
10356
9473
|
"kind": "expression",
|
|
10357
9474
|
"type": "number"
|
|
10358
9475
|
}
|
|
10359
9476
|
},
|
|
10360
9477
|
{
|
|
10361
|
-
"name": "[
|
|
10362
|
-
"description": "Set only the z component of
|
|
9478
|
+
"name": "[up.z]",
|
|
9479
|
+
"description": "Set only the z component of up",
|
|
10363
9480
|
"value": {
|
|
10364
9481
|
"kind": "expression",
|
|
10365
9482
|
"type": "number"
|
|
@@ -10445,30 +9562,6 @@
|
|
|
10445
9562
|
"type": "number"
|
|
10446
9563
|
}
|
|
10447
9564
|
},
|
|
10448
|
-
{
|
|
10449
|
-
"name": "[pivot.x]",
|
|
10450
|
-
"description": "Set only the x component of pivot",
|
|
10451
|
-
"value": {
|
|
10452
|
-
"kind": "expression",
|
|
10453
|
-
"type": "number"
|
|
10454
|
-
}
|
|
10455
|
-
},
|
|
10456
|
-
{
|
|
10457
|
-
"name": "[pivot.y]",
|
|
10458
|
-
"description": "Set only the y component of pivot",
|
|
10459
|
-
"value": {
|
|
10460
|
-
"kind": "expression",
|
|
10461
|
-
"type": "number"
|
|
10462
|
-
}
|
|
10463
|
-
},
|
|
10464
|
-
{
|
|
10465
|
-
"name": "[pivot.z]",
|
|
10466
|
-
"description": "Set only the z component of pivot",
|
|
10467
|
-
"value": {
|
|
10468
|
-
"kind": "expression",
|
|
10469
|
-
"type": "number"
|
|
10470
|
-
}
|
|
10471
|
-
},
|
|
10472
9565
|
{
|
|
10473
9566
|
"name": "[shadow.intensity]",
|
|
10474
9567
|
"description": "Shadow intensity (0-1)",
|
|
@@ -10609,15 +9702,28 @@
|
|
|
10609
9702
|
"js": {
|
|
10610
9703
|
"properties": [
|
|
10611
9704
|
{
|
|
10612
|
-
"name": "
|
|
10613
|
-
"description": "DirectionalLight.
|
|
10614
|
-
"type": "
|
|
9705
|
+
"name": "castShadow",
|
|
9706
|
+
"description": "DirectionalLight.castShadow",
|
|
9707
|
+
"type": "boolean"
|
|
9708
|
+
},
|
|
9709
|
+
{
|
|
9710
|
+
"name": "position",
|
|
9711
|
+
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
9712
|
+
"type": {
|
|
9713
|
+
"name": "NgtVector3",
|
|
9714
|
+
"module": "angular-three"
|
|
9715
|
+
}
|
|
10615
9716
|
},
|
|
10616
9717
|
{
|
|
10617
9718
|
"name": "shadow",
|
|
10618
9719
|
"description": "DirectionalLight.shadow",
|
|
10619
9720
|
"type": "any"
|
|
10620
9721
|
},
|
|
9722
|
+
{
|
|
9723
|
+
"name": "target",
|
|
9724
|
+
"description": "DirectionalLight.target",
|
|
9725
|
+
"type": "THREE.Object3D"
|
|
9726
|
+
},
|
|
10621
9727
|
{
|
|
10622
9728
|
"name": "color",
|
|
10623
9729
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
@@ -10644,14 +9750,6 @@
|
|
|
10644
9750
|
"module": "angular-three"
|
|
10645
9751
|
}
|
|
10646
9752
|
},
|
|
10647
|
-
{
|
|
10648
|
-
"name": "position",
|
|
10649
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
10650
|
-
"type": {
|
|
10651
|
-
"name": "NgtVector3",
|
|
10652
|
-
"module": "angular-three"
|
|
10653
|
-
}
|
|
10654
|
-
},
|
|
10655
9753
|
{
|
|
10656
9754
|
"name": "rotation",
|
|
10657
9755
|
"description": "Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]",
|
|
@@ -10736,11 +9834,6 @@
|
|
|
10736
9834
|
"description": "DirectionalLight.visible",
|
|
10737
9835
|
"type": "boolean"
|
|
10738
9836
|
},
|
|
10739
|
-
{
|
|
10740
|
-
"name": "castShadow",
|
|
10741
|
-
"description": "DirectionalLight.castShadow",
|
|
10742
|
-
"type": "boolean"
|
|
10743
|
-
},
|
|
10744
9837
|
{
|
|
10745
9838
|
"name": "receiveShadow",
|
|
10746
9839
|
"description": "DirectionalLight.receiveShadow",
|
|
@@ -10770,29 +9863,6 @@
|
|
|
10770
9863
|
"name": "customDistanceMaterial",
|
|
10771
9864
|
"description": "DirectionalLight.customDistanceMaterial",
|
|
10772
9865
|
"type": "THREE.Material"
|
|
10773
|
-
},
|
|
10774
|
-
{
|
|
10775
|
-
"name": "static",
|
|
10776
|
-
"description": "DirectionalLight.static",
|
|
10777
|
-
"type": "boolean"
|
|
10778
|
-
},
|
|
10779
|
-
{
|
|
10780
|
-
"name": "pivot",
|
|
10781
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
10782
|
-
"type": {
|
|
10783
|
-
"name": "NgtVector3",
|
|
10784
|
-
"module": "angular-three"
|
|
10785
|
-
}
|
|
10786
|
-
},
|
|
10787
|
-
{
|
|
10788
|
-
"name": "count",
|
|
10789
|
-
"description": "DirectionalLight.count",
|
|
10790
|
-
"type": "number"
|
|
10791
|
-
},
|
|
10792
|
-
{
|
|
10793
|
-
"name": "occlusionTest",
|
|
10794
|
-
"description": "DirectionalLight.occlusionTest",
|
|
10795
|
-
"type": "boolean"
|
|
10796
9866
|
}
|
|
10797
9867
|
],
|
|
10798
9868
|
"events": [
|
|
@@ -10970,24 +10040,24 @@
|
|
|
10970
10040
|
}
|
|
10971
10041
|
},
|
|
10972
10042
|
{
|
|
10973
|
-
"name": "[
|
|
10974
|
-
"description": "Set only the
|
|
10043
|
+
"name": "[position.x]",
|
|
10044
|
+
"description": "Set only the x component of position",
|
|
10975
10045
|
"value": {
|
|
10976
10046
|
"kind": "expression",
|
|
10977
10047
|
"type": "number"
|
|
10978
10048
|
}
|
|
10979
10049
|
},
|
|
10980
10050
|
{
|
|
10981
|
-
"name": "[
|
|
10982
|
-
"description": "Set only the
|
|
10051
|
+
"name": "[position.y]",
|
|
10052
|
+
"description": "Set only the y component of position",
|
|
10983
10053
|
"value": {
|
|
10984
10054
|
"kind": "expression",
|
|
10985
10055
|
"type": "number"
|
|
10986
10056
|
}
|
|
10987
10057
|
},
|
|
10988
10058
|
{
|
|
10989
|
-
"name": "[
|
|
10990
|
-
"description": "Set only the
|
|
10059
|
+
"name": "[position.z]",
|
|
10060
|
+
"description": "Set only the z component of position",
|
|
10991
10061
|
"value": {
|
|
10992
10062
|
"kind": "expression",
|
|
10993
10063
|
"type": "number"
|
|
@@ -11018,48 +10088,48 @@
|
|
|
11018
10088
|
}
|
|
11019
10089
|
},
|
|
11020
10090
|
{
|
|
11021
|
-
"name": "[
|
|
11022
|
-
"description": "Set only the
|
|
10091
|
+
"name": "[groundColor.r]",
|
|
10092
|
+
"description": "Set only the r channel (0-1) of groundColor",
|
|
11023
10093
|
"value": {
|
|
11024
10094
|
"kind": "expression",
|
|
11025
10095
|
"type": "number"
|
|
11026
10096
|
}
|
|
11027
10097
|
},
|
|
11028
10098
|
{
|
|
11029
|
-
"name": "[
|
|
11030
|
-
"description": "Set only the
|
|
10099
|
+
"name": "[groundColor.g]",
|
|
10100
|
+
"description": "Set only the g channel (0-1) of groundColor",
|
|
11031
10101
|
"value": {
|
|
11032
10102
|
"kind": "expression",
|
|
11033
10103
|
"type": "number"
|
|
11034
10104
|
}
|
|
11035
10105
|
},
|
|
11036
10106
|
{
|
|
11037
|
-
"name": "[
|
|
11038
|
-
"description": "Set only the
|
|
10107
|
+
"name": "[groundColor.b]",
|
|
10108
|
+
"description": "Set only the b channel (0-1) of groundColor",
|
|
11039
10109
|
"value": {
|
|
11040
10110
|
"kind": "expression",
|
|
11041
10111
|
"type": "number"
|
|
11042
10112
|
}
|
|
11043
10113
|
},
|
|
11044
10114
|
{
|
|
11045
|
-
"name": "[
|
|
11046
|
-
"description": "Set only the x component of
|
|
10115
|
+
"name": "[up.x]",
|
|
10116
|
+
"description": "Set only the x component of up",
|
|
11047
10117
|
"value": {
|
|
11048
10118
|
"kind": "expression",
|
|
11049
10119
|
"type": "number"
|
|
11050
10120
|
}
|
|
11051
10121
|
},
|
|
11052
10122
|
{
|
|
11053
|
-
"name": "[
|
|
11054
|
-
"description": "Set only the y component of
|
|
10123
|
+
"name": "[up.y]",
|
|
10124
|
+
"description": "Set only the y component of up",
|
|
11055
10125
|
"value": {
|
|
11056
10126
|
"kind": "expression",
|
|
11057
10127
|
"type": "number"
|
|
11058
10128
|
}
|
|
11059
10129
|
},
|
|
11060
10130
|
{
|
|
11061
|
-
"name": "[
|
|
11062
|
-
"description": "Set only the z component of
|
|
10131
|
+
"name": "[up.z]",
|
|
10132
|
+
"description": "Set only the z component of up",
|
|
11063
10133
|
"value": {
|
|
11064
10134
|
"kind": "expression",
|
|
11065
10135
|
"type": "number"
|
|
@@ -11144,36 +10214,20 @@
|
|
|
11144
10214
|
"kind": "expression",
|
|
11145
10215
|
"type": "number"
|
|
11146
10216
|
}
|
|
11147
|
-
},
|
|
11148
|
-
{
|
|
11149
|
-
"name": "[pivot.x]",
|
|
11150
|
-
"description": "Set only the x component of pivot",
|
|
11151
|
-
"value": {
|
|
11152
|
-
"kind": "expression",
|
|
11153
|
-
"type": "number"
|
|
11154
|
-
}
|
|
11155
|
-
},
|
|
11156
|
-
{
|
|
11157
|
-
"name": "[pivot.y]",
|
|
11158
|
-
"description": "Set only the y component of pivot",
|
|
11159
|
-
"value": {
|
|
11160
|
-
"kind": "expression",
|
|
11161
|
-
"type": "number"
|
|
11162
|
-
}
|
|
11163
|
-
},
|
|
11164
|
-
{
|
|
11165
|
-
"name": "[pivot.z]",
|
|
11166
|
-
"description": "Set only the z component of pivot",
|
|
11167
|
-
"value": {
|
|
11168
|
-
"kind": "expression",
|
|
11169
|
-
"type": "number"
|
|
11170
|
-
}
|
|
11171
10217
|
}
|
|
11172
10218
|
],
|
|
11173
10219
|
"js": {
|
|
11174
10220
|
"properties": [
|
|
11175
10221
|
{
|
|
11176
|
-
"name": "
|
|
10222
|
+
"name": "position",
|
|
10223
|
+
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
10224
|
+
"type": {
|
|
10225
|
+
"name": "NgtVector3",
|
|
10226
|
+
"module": "angular-three"
|
|
10227
|
+
}
|
|
10228
|
+
},
|
|
10229
|
+
{
|
|
10230
|
+
"name": "color",
|
|
11177
10231
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
11178
10232
|
"type": {
|
|
11179
10233
|
"name": "NgtColor",
|
|
@@ -11181,7 +10235,7 @@
|
|
|
11181
10235
|
}
|
|
11182
10236
|
},
|
|
11183
10237
|
{
|
|
11184
|
-
"name": "
|
|
10238
|
+
"name": "groundColor",
|
|
11185
10239
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
11186
10240
|
"type": {
|
|
11187
10241
|
"name": "NgtColor",
|
|
@@ -11193,6 +10247,11 @@
|
|
|
11193
10247
|
"description": "HemisphereLight.intensity",
|
|
11194
10248
|
"type": "number"
|
|
11195
10249
|
},
|
|
10250
|
+
{
|
|
10251
|
+
"name": "shadow",
|
|
10252
|
+
"description": "HemisphereLight.shadow",
|
|
10253
|
+
"type": "any"
|
|
10254
|
+
},
|
|
11196
10255
|
{
|
|
11197
10256
|
"name": "name",
|
|
11198
10257
|
"description": "HemisphereLight.name",
|
|
@@ -11206,14 +10265,6 @@
|
|
|
11206
10265
|
"module": "angular-three"
|
|
11207
10266
|
}
|
|
11208
10267
|
},
|
|
11209
|
-
{
|
|
11210
|
-
"name": "position",
|
|
11211
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
11212
|
-
"type": {
|
|
11213
|
-
"name": "NgtVector3",
|
|
11214
|
-
"module": "angular-three"
|
|
11215
|
-
}
|
|
11216
|
-
},
|
|
11217
10268
|
{
|
|
11218
10269
|
"name": "rotation",
|
|
11219
10270
|
"description": "Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]",
|
|
@@ -11332,29 +10383,6 @@
|
|
|
11332
10383
|
"name": "customDistanceMaterial",
|
|
11333
10384
|
"description": "HemisphereLight.customDistanceMaterial",
|
|
11334
10385
|
"type": "THREE.Material"
|
|
11335
|
-
},
|
|
11336
|
-
{
|
|
11337
|
-
"name": "static",
|
|
11338
|
-
"description": "HemisphereLight.static",
|
|
11339
|
-
"type": "boolean"
|
|
11340
|
-
},
|
|
11341
|
-
{
|
|
11342
|
-
"name": "pivot",
|
|
11343
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
11344
|
-
"type": {
|
|
11345
|
-
"name": "NgtVector3",
|
|
11346
|
-
"module": "angular-three"
|
|
11347
|
-
}
|
|
11348
|
-
},
|
|
11349
|
-
{
|
|
11350
|
-
"name": "count",
|
|
11351
|
-
"description": "HemisphereLight.count",
|
|
11352
|
-
"type": "number"
|
|
11353
|
-
},
|
|
11354
|
-
{
|
|
11355
|
-
"name": "occlusionTest",
|
|
11356
|
-
"description": "HemisphereLight.occlusionTest",
|
|
11357
|
-
"type": "boolean"
|
|
11358
10386
|
}
|
|
11359
10387
|
],
|
|
11360
10388
|
"events": [
|
|
@@ -11683,30 +10711,6 @@
|
|
|
11683
10711
|
"type": "number"
|
|
11684
10712
|
}
|
|
11685
10713
|
},
|
|
11686
|
-
{
|
|
11687
|
-
"name": "[pivot.x]",
|
|
11688
|
-
"description": "Set only the x component of pivot",
|
|
11689
|
-
"value": {
|
|
11690
|
-
"kind": "expression",
|
|
11691
|
-
"type": "number"
|
|
11692
|
-
}
|
|
11693
|
-
},
|
|
11694
|
-
{
|
|
11695
|
-
"name": "[pivot.y]",
|
|
11696
|
-
"description": "Set only the y component of pivot",
|
|
11697
|
-
"value": {
|
|
11698
|
-
"kind": "expression",
|
|
11699
|
-
"type": "number"
|
|
11700
|
-
}
|
|
11701
|
-
},
|
|
11702
|
-
{
|
|
11703
|
-
"name": "[pivot.z]",
|
|
11704
|
-
"description": "Set only the z component of pivot",
|
|
11705
|
-
"value": {
|
|
11706
|
-
"kind": "expression",
|
|
11707
|
-
"type": "number"
|
|
11708
|
-
}
|
|
11709
|
-
},
|
|
11710
10714
|
{
|
|
11711
10715
|
"name": "[shadow.intensity]",
|
|
11712
10716
|
"description": "Shadow intensity (0-1)",
|
|
@@ -11846,11 +10850,21 @@
|
|
|
11846
10850
|
],
|
|
11847
10851
|
"js": {
|
|
11848
10852
|
"properties": [
|
|
10853
|
+
{
|
|
10854
|
+
"name": "intensity",
|
|
10855
|
+
"description": "PointLight.intensity",
|
|
10856
|
+
"type": "number"
|
|
10857
|
+
},
|
|
11849
10858
|
{
|
|
11850
10859
|
"name": "distance",
|
|
11851
10860
|
"description": "PointLight.distance",
|
|
11852
10861
|
"type": "number"
|
|
11853
10862
|
},
|
|
10863
|
+
{
|
|
10864
|
+
"name": "castShadow",
|
|
10865
|
+
"description": "PointLight.castShadow",
|
|
10866
|
+
"type": "boolean"
|
|
10867
|
+
},
|
|
11854
10868
|
{
|
|
11855
10869
|
"name": "decay",
|
|
11856
10870
|
"description": "PointLight.decay",
|
|
@@ -11874,11 +10888,6 @@
|
|
|
11874
10888
|
"module": "angular-three"
|
|
11875
10889
|
}
|
|
11876
10890
|
},
|
|
11877
|
-
{
|
|
11878
|
-
"name": "intensity",
|
|
11879
|
-
"description": "PointLight.intensity",
|
|
11880
|
-
"type": "number"
|
|
11881
|
-
},
|
|
11882
10891
|
{
|
|
11883
10892
|
"name": "name",
|
|
11884
10893
|
"description": "PointLight.name",
|
|
@@ -11984,11 +10993,6 @@
|
|
|
11984
10993
|
"description": "PointLight.visible",
|
|
11985
10994
|
"type": "boolean"
|
|
11986
10995
|
},
|
|
11987
|
-
{
|
|
11988
|
-
"name": "castShadow",
|
|
11989
|
-
"description": "PointLight.castShadow",
|
|
11990
|
-
"type": "boolean"
|
|
11991
|
-
},
|
|
11992
10996
|
{
|
|
11993
10997
|
"name": "receiveShadow",
|
|
11994
10998
|
"description": "PointLight.receiveShadow",
|
|
@@ -12018,29 +11022,6 @@
|
|
|
12018
11022
|
"name": "customDistanceMaterial",
|
|
12019
11023
|
"description": "PointLight.customDistanceMaterial",
|
|
12020
11024
|
"type": "THREE.Material"
|
|
12021
|
-
},
|
|
12022
|
-
{
|
|
12023
|
-
"name": "static",
|
|
12024
|
-
"description": "PointLight.static",
|
|
12025
|
-
"type": "boolean"
|
|
12026
|
-
},
|
|
12027
|
-
{
|
|
12028
|
-
"name": "pivot",
|
|
12029
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
12030
|
-
"type": {
|
|
12031
|
-
"name": "NgtVector3",
|
|
12032
|
-
"module": "angular-three"
|
|
12033
|
-
}
|
|
12034
|
-
},
|
|
12035
|
-
{
|
|
12036
|
-
"name": "count",
|
|
12037
|
-
"description": "PointLight.count",
|
|
12038
|
-
"type": "number"
|
|
12039
|
-
},
|
|
12040
|
-
{
|
|
12041
|
-
"name": "occlusionTest",
|
|
12042
|
-
"description": "PointLight.occlusionTest",
|
|
12043
|
-
"type": "boolean"
|
|
12044
11025
|
}
|
|
12045
11026
|
],
|
|
12046
11027
|
"events": [
|
|
@@ -12218,72 +11199,72 @@
|
|
|
12218
11199
|
}
|
|
12219
11200
|
},
|
|
12220
11201
|
{
|
|
12221
|
-
"name": "[
|
|
12222
|
-
"description": "Set only the
|
|
11202
|
+
"name": "[position.x]",
|
|
11203
|
+
"description": "Set only the x component of position",
|
|
12223
11204
|
"value": {
|
|
12224
11205
|
"kind": "expression",
|
|
12225
11206
|
"type": "number"
|
|
12226
11207
|
}
|
|
12227
11208
|
},
|
|
12228
11209
|
{
|
|
12229
|
-
"name": "[
|
|
12230
|
-
"description": "Set only the
|
|
11210
|
+
"name": "[position.y]",
|
|
11211
|
+
"description": "Set only the y component of position",
|
|
12231
11212
|
"value": {
|
|
12232
11213
|
"kind": "expression",
|
|
12233
11214
|
"type": "number"
|
|
12234
11215
|
}
|
|
12235
11216
|
},
|
|
12236
11217
|
{
|
|
12237
|
-
"name": "[
|
|
12238
|
-
"description": "Set only the
|
|
11218
|
+
"name": "[position.z]",
|
|
11219
|
+
"description": "Set only the z component of position",
|
|
12239
11220
|
"value": {
|
|
12240
11221
|
"kind": "expression",
|
|
12241
11222
|
"type": "number"
|
|
12242
11223
|
}
|
|
12243
11224
|
},
|
|
12244
11225
|
{
|
|
12245
|
-
"name": "[
|
|
12246
|
-
"description": "Set only the
|
|
11226
|
+
"name": "[color.r]",
|
|
11227
|
+
"description": "Set only the r channel (0-1) of color",
|
|
12247
11228
|
"value": {
|
|
12248
11229
|
"kind": "expression",
|
|
12249
11230
|
"type": "number"
|
|
12250
11231
|
}
|
|
12251
11232
|
},
|
|
12252
11233
|
{
|
|
12253
|
-
"name": "[
|
|
12254
|
-
"description": "Set only the
|
|
11234
|
+
"name": "[color.g]",
|
|
11235
|
+
"description": "Set only the g channel (0-1) of color",
|
|
12255
11236
|
"value": {
|
|
12256
11237
|
"kind": "expression",
|
|
12257
11238
|
"type": "number"
|
|
12258
11239
|
}
|
|
12259
11240
|
},
|
|
12260
11241
|
{
|
|
12261
|
-
"name": "[
|
|
12262
|
-
"description": "Set only the
|
|
11242
|
+
"name": "[color.b]",
|
|
11243
|
+
"description": "Set only the b channel (0-1) of color",
|
|
12263
11244
|
"value": {
|
|
12264
11245
|
"kind": "expression",
|
|
12265
11246
|
"type": "number"
|
|
12266
11247
|
}
|
|
12267
11248
|
},
|
|
12268
11249
|
{
|
|
12269
|
-
"name": "[
|
|
12270
|
-
"description": "Set only the x component of
|
|
11250
|
+
"name": "[up.x]",
|
|
11251
|
+
"description": "Set only the x component of up",
|
|
12271
11252
|
"value": {
|
|
12272
11253
|
"kind": "expression",
|
|
12273
11254
|
"type": "number"
|
|
12274
11255
|
}
|
|
12275
11256
|
},
|
|
12276
11257
|
{
|
|
12277
|
-
"name": "[
|
|
12278
|
-
"description": "Set only the y component of
|
|
11258
|
+
"name": "[up.y]",
|
|
11259
|
+
"description": "Set only the y component of up",
|
|
12279
11260
|
"value": {
|
|
12280
11261
|
"kind": "expression",
|
|
12281
11262
|
"type": "number"
|
|
12282
11263
|
}
|
|
12283
11264
|
},
|
|
12284
11265
|
{
|
|
12285
|
-
"name": "[
|
|
12286
|
-
"description": "Set only the z component of
|
|
11266
|
+
"name": "[up.z]",
|
|
11267
|
+
"description": "Set only the z component of up",
|
|
12287
11268
|
"value": {
|
|
12288
11269
|
"kind": "expression",
|
|
12289
11270
|
"type": "number"
|
|
@@ -12369,30 +11350,6 @@
|
|
|
12369
11350
|
"type": "number"
|
|
12370
11351
|
}
|
|
12371
11352
|
},
|
|
12372
|
-
{
|
|
12373
|
-
"name": "[pivot.x]",
|
|
12374
|
-
"description": "Set only the x component of pivot",
|
|
12375
|
-
"value": {
|
|
12376
|
-
"kind": "expression",
|
|
12377
|
-
"type": "number"
|
|
12378
|
-
}
|
|
12379
|
-
},
|
|
12380
|
-
{
|
|
12381
|
-
"name": "[pivot.y]",
|
|
12382
|
-
"description": "Set only the y component of pivot",
|
|
12383
|
-
"value": {
|
|
12384
|
-
"kind": "expression",
|
|
12385
|
-
"type": "number"
|
|
12386
|
-
}
|
|
12387
|
-
},
|
|
12388
|
-
{
|
|
12389
|
-
"name": "[pivot.z]",
|
|
12390
|
-
"description": "Set only the z component of pivot",
|
|
12391
|
-
"value": {
|
|
12392
|
-
"kind": "expression",
|
|
12393
|
-
"type": "number"
|
|
12394
|
-
}
|
|
12395
|
-
},
|
|
12396
11353
|
{
|
|
12397
11354
|
"name": "[shadow.intensity]",
|
|
12398
11355
|
"description": "Shadow intensity (0-1)",
|
|
@@ -12532,11 +11489,29 @@
|
|
|
12532
11489
|
],
|
|
12533
11490
|
"js": {
|
|
12534
11491
|
"properties": [
|
|
11492
|
+
{
|
|
11493
|
+
"name": "position",
|
|
11494
|
+
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
11495
|
+
"type": {
|
|
11496
|
+
"name": "NgtVector3",
|
|
11497
|
+
"module": "angular-three"
|
|
11498
|
+
}
|
|
11499
|
+
},
|
|
12535
11500
|
{
|
|
12536
11501
|
"name": "target",
|
|
12537
11502
|
"description": "SpotLight.target",
|
|
12538
11503
|
"type": "THREE.Object3D"
|
|
12539
11504
|
},
|
|
11505
|
+
{
|
|
11506
|
+
"name": "castShadow",
|
|
11507
|
+
"description": "SpotLight.castShadow",
|
|
11508
|
+
"type": "boolean"
|
|
11509
|
+
},
|
|
11510
|
+
{
|
|
11511
|
+
"name": "intensity",
|
|
11512
|
+
"description": "SpotLight.intensity",
|
|
11513
|
+
"type": "number"
|
|
11514
|
+
},
|
|
12540
11515
|
{
|
|
12541
11516
|
"name": "distance",
|
|
12542
11517
|
"description": "SpotLight.distance",
|
|
@@ -12547,21 +11522,11 @@
|
|
|
12547
11522
|
"description": "SpotLight.angle",
|
|
12548
11523
|
"type": "number"
|
|
12549
11524
|
},
|
|
12550
|
-
{
|
|
12551
|
-
"name": "penumbra",
|
|
12552
|
-
"description": "SpotLight.penumbra",
|
|
12553
|
-
"type": "number"
|
|
12554
|
-
},
|
|
12555
11525
|
{
|
|
12556
11526
|
"name": "decay",
|
|
12557
11527
|
"description": "SpotLight.decay",
|
|
12558
11528
|
"type": "number"
|
|
12559
11529
|
},
|
|
12560
|
-
{
|
|
12561
|
-
"name": "map",
|
|
12562
|
-
"description": "SpotLight.map",
|
|
12563
|
-
"type": "THREE.Texture"
|
|
12564
|
-
},
|
|
12565
11530
|
{
|
|
12566
11531
|
"name": "shadow",
|
|
12567
11532
|
"description": "SpotLight.shadow",
|
|
@@ -12572,6 +11537,21 @@
|
|
|
12572
11537
|
"description": "SpotLight.power",
|
|
12573
11538
|
"type": "number"
|
|
12574
11539
|
},
|
|
11540
|
+
{
|
|
11541
|
+
"name": "penumbra",
|
|
11542
|
+
"description": "SpotLight.penumbra",
|
|
11543
|
+
"type": "number"
|
|
11544
|
+
},
|
|
11545
|
+
{
|
|
11546
|
+
"name": "map",
|
|
11547
|
+
"description": "SpotLight.map",
|
|
11548
|
+
"type": "THREE.Texture"
|
|
11549
|
+
},
|
|
11550
|
+
{
|
|
11551
|
+
"name": "attenuationNode",
|
|
11552
|
+
"description": "SpotLight.attenuationNode",
|
|
11553
|
+
"type": "any"
|
|
11554
|
+
},
|
|
12575
11555
|
{
|
|
12576
11556
|
"name": "color",
|
|
12577
11557
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
@@ -12580,11 +11560,6 @@
|
|
|
12580
11560
|
"module": "angular-three"
|
|
12581
11561
|
}
|
|
12582
11562
|
},
|
|
12583
|
-
{
|
|
12584
|
-
"name": "intensity",
|
|
12585
|
-
"description": "SpotLight.intensity",
|
|
12586
|
-
"type": "number"
|
|
12587
|
-
},
|
|
12588
11563
|
{
|
|
12589
11564
|
"name": "name",
|
|
12590
11565
|
"description": "SpotLight.name",
|
|
@@ -12598,14 +11573,6 @@
|
|
|
12598
11573
|
"module": "angular-three"
|
|
12599
11574
|
}
|
|
12600
11575
|
},
|
|
12601
|
-
{
|
|
12602
|
-
"name": "position",
|
|
12603
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
12604
|
-
"type": {
|
|
12605
|
-
"name": "NgtVector3",
|
|
12606
|
-
"module": "angular-three"
|
|
12607
|
-
}
|
|
12608
|
-
},
|
|
12609
11576
|
{
|
|
12610
11577
|
"name": "rotation",
|
|
12611
11578
|
"description": "Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]",
|
|
@@ -12690,11 +11657,6 @@
|
|
|
12690
11657
|
"description": "SpotLight.visible",
|
|
12691
11658
|
"type": "boolean"
|
|
12692
11659
|
},
|
|
12693
|
-
{
|
|
12694
|
-
"name": "castShadow",
|
|
12695
|
-
"description": "SpotLight.castShadow",
|
|
12696
|
-
"type": "boolean"
|
|
12697
|
-
},
|
|
12698
11660
|
{
|
|
12699
11661
|
"name": "receiveShadow",
|
|
12700
11662
|
"description": "SpotLight.receiveShadow",
|
|
@@ -12724,29 +11686,6 @@
|
|
|
12724
11686
|
"name": "customDistanceMaterial",
|
|
12725
11687
|
"description": "SpotLight.customDistanceMaterial",
|
|
12726
11688
|
"type": "THREE.Material"
|
|
12727
|
-
},
|
|
12728
|
-
{
|
|
12729
|
-
"name": "static",
|
|
12730
|
-
"description": "SpotLight.static",
|
|
12731
|
-
"type": "boolean"
|
|
12732
|
-
},
|
|
12733
|
-
{
|
|
12734
|
-
"name": "pivot",
|
|
12735
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
12736
|
-
"type": {
|
|
12737
|
-
"name": "NgtVector3",
|
|
12738
|
-
"module": "angular-three"
|
|
12739
|
-
}
|
|
12740
|
-
},
|
|
12741
|
-
{
|
|
12742
|
-
"name": "count",
|
|
12743
|
-
"description": "SpotLight.count",
|
|
12744
|
-
"type": "number"
|
|
12745
|
-
},
|
|
12746
|
-
{
|
|
12747
|
-
"name": "occlusionTest",
|
|
12748
|
-
"description": "SpotLight.occlusionTest",
|
|
12749
|
-
"type": "boolean"
|
|
12750
11689
|
}
|
|
12751
11690
|
],
|
|
12752
11691
|
"events": [
|
|
@@ -13074,30 +12013,6 @@
|
|
|
13074
12013
|
"kind": "expression",
|
|
13075
12014
|
"type": "number"
|
|
13076
12015
|
}
|
|
13077
|
-
},
|
|
13078
|
-
{
|
|
13079
|
-
"name": "[pivot.x]",
|
|
13080
|
-
"description": "Set only the x component of pivot",
|
|
13081
|
-
"value": {
|
|
13082
|
-
"kind": "expression",
|
|
13083
|
-
"type": "number"
|
|
13084
|
-
}
|
|
13085
|
-
},
|
|
13086
|
-
{
|
|
13087
|
-
"name": "[pivot.y]",
|
|
13088
|
-
"description": "Set only the y component of pivot",
|
|
13089
|
-
"value": {
|
|
13090
|
-
"kind": "expression",
|
|
13091
|
-
"type": "number"
|
|
13092
|
-
}
|
|
13093
|
-
},
|
|
13094
|
-
{
|
|
13095
|
-
"name": "[pivot.z]",
|
|
13096
|
-
"description": "Set only the z component of pivot",
|
|
13097
|
-
"value": {
|
|
13098
|
-
"kind": "expression",
|
|
13099
|
-
"type": "number"
|
|
13100
|
-
}
|
|
13101
12016
|
}
|
|
13102
12017
|
],
|
|
13103
12018
|
"js": {
|
|
@@ -13112,6 +12027,11 @@
|
|
|
13112
12027
|
"description": "RectAreaLight.height",
|
|
13113
12028
|
"type": "number"
|
|
13114
12029
|
},
|
|
12030
|
+
{
|
|
12031
|
+
"name": "intensity",
|
|
12032
|
+
"description": "RectAreaLight.intensity",
|
|
12033
|
+
"type": "number"
|
|
12034
|
+
},
|
|
13115
12035
|
{
|
|
13116
12036
|
"name": "power",
|
|
13117
12037
|
"description": "RectAreaLight.power",
|
|
@@ -13126,9 +12046,9 @@
|
|
|
13126
12046
|
}
|
|
13127
12047
|
},
|
|
13128
12048
|
{
|
|
13129
|
-
"name": "
|
|
13130
|
-
"description": "RectAreaLight.
|
|
13131
|
-
"type": "
|
|
12049
|
+
"name": "shadow",
|
|
12050
|
+
"description": "RectAreaLight.shadow",
|
|
12051
|
+
"type": "any"
|
|
13132
12052
|
},
|
|
13133
12053
|
{
|
|
13134
12054
|
"name": "name",
|
|
@@ -13269,29 +12189,6 @@
|
|
|
13269
12189
|
"name": "customDistanceMaterial",
|
|
13270
12190
|
"description": "RectAreaLight.customDistanceMaterial",
|
|
13271
12191
|
"type": "THREE.Material"
|
|
13272
|
-
},
|
|
13273
|
-
{
|
|
13274
|
-
"name": "static",
|
|
13275
|
-
"description": "RectAreaLight.static",
|
|
13276
|
-
"type": "boolean"
|
|
13277
|
-
},
|
|
13278
|
-
{
|
|
13279
|
-
"name": "pivot",
|
|
13280
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
13281
|
-
"type": {
|
|
13282
|
-
"name": "NgtVector3",
|
|
13283
|
-
"module": "angular-three"
|
|
13284
|
-
}
|
|
13285
|
-
},
|
|
13286
|
-
{
|
|
13287
|
-
"name": "count",
|
|
13288
|
-
"description": "RectAreaLight.count",
|
|
13289
|
-
"type": "number"
|
|
13290
|
-
},
|
|
13291
|
-
{
|
|
13292
|
-
"name": "occlusionTest",
|
|
13293
|
-
"description": "RectAreaLight.occlusionTest",
|
|
13294
|
-
"type": "boolean"
|
|
13295
12192
|
}
|
|
13296
12193
|
],
|
|
13297
12194
|
"events": [
|
|
@@ -13619,30 +12516,6 @@
|
|
|
13619
12516
|
"kind": "expression",
|
|
13620
12517
|
"type": "number"
|
|
13621
12518
|
}
|
|
13622
|
-
},
|
|
13623
|
-
{
|
|
13624
|
-
"name": "[pivot.x]",
|
|
13625
|
-
"description": "Set only the x component of pivot",
|
|
13626
|
-
"value": {
|
|
13627
|
-
"kind": "expression",
|
|
13628
|
-
"type": "number"
|
|
13629
|
-
}
|
|
13630
|
-
},
|
|
13631
|
-
{
|
|
13632
|
-
"name": "[pivot.y]",
|
|
13633
|
-
"description": "Set only the y component of pivot",
|
|
13634
|
-
"value": {
|
|
13635
|
-
"kind": "expression",
|
|
13636
|
-
"type": "number"
|
|
13637
|
-
}
|
|
13638
|
-
},
|
|
13639
|
-
{
|
|
13640
|
-
"name": "[pivot.z]",
|
|
13641
|
-
"description": "Set only the z component of pivot",
|
|
13642
|
-
"value": {
|
|
13643
|
-
"kind": "expression",
|
|
13644
|
-
"type": "number"
|
|
13645
|
-
}
|
|
13646
12519
|
}
|
|
13647
12520
|
],
|
|
13648
12521
|
"js": {
|
|
@@ -13665,6 +12538,11 @@
|
|
|
13665
12538
|
"description": "LightProbe.intensity",
|
|
13666
12539
|
"type": "number"
|
|
13667
12540
|
},
|
|
12541
|
+
{
|
|
12542
|
+
"name": "shadow",
|
|
12543
|
+
"description": "LightProbe.shadow",
|
|
12544
|
+
"type": "any"
|
|
12545
|
+
},
|
|
13668
12546
|
{
|
|
13669
12547
|
"name": "name",
|
|
13670
12548
|
"description": "LightProbe.name",
|
|
@@ -13804,29 +12682,6 @@
|
|
|
13804
12682
|
"name": "customDistanceMaterial",
|
|
13805
12683
|
"description": "LightProbe.customDistanceMaterial",
|
|
13806
12684
|
"type": "THREE.Material"
|
|
13807
|
-
},
|
|
13808
|
-
{
|
|
13809
|
-
"name": "static",
|
|
13810
|
-
"description": "LightProbe.static",
|
|
13811
|
-
"type": "boolean"
|
|
13812
|
-
},
|
|
13813
|
-
{
|
|
13814
|
-
"name": "pivot",
|
|
13815
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
13816
|
-
"type": {
|
|
13817
|
-
"name": "NgtVector3",
|
|
13818
|
-
"module": "angular-three"
|
|
13819
|
-
}
|
|
13820
|
-
},
|
|
13821
|
-
{
|
|
13822
|
-
"name": "count",
|
|
13823
|
-
"description": "LightProbe.count",
|
|
13824
|
-
"type": "number"
|
|
13825
|
-
},
|
|
13826
|
-
{
|
|
13827
|
-
"name": "occlusionTest",
|
|
13828
|
-
"description": "LightProbe.occlusionTest",
|
|
13829
|
-
"type": "boolean"
|
|
13830
12685
|
}
|
|
13831
12686
|
],
|
|
13832
12687
|
"events": [
|
|
@@ -16753,11 +15608,6 @@
|
|
|
16753
15608
|
"description": "MeshPhongMaterial.reflectivity",
|
|
16754
15609
|
"type": "number"
|
|
16755
15610
|
},
|
|
16756
|
-
{
|
|
16757
|
-
"name": "envMapIntensity",
|
|
16758
|
-
"description": "MeshPhongMaterial.envMapIntensity",
|
|
16759
|
-
"type": "number"
|
|
16760
|
-
},
|
|
16761
15611
|
{
|
|
16762
15612
|
"name": "refractionRatio",
|
|
16763
15613
|
"description": "MeshPhongMaterial.refractionRatio",
|
|
@@ -17339,11 +16189,6 @@
|
|
|
17339
16189
|
"description": "MeshLambertMaterial.reflectivity",
|
|
17340
16190
|
"type": "number"
|
|
17341
16191
|
},
|
|
17342
|
-
{
|
|
17343
|
-
"name": "envMapIntensity",
|
|
17344
|
-
"description": "MeshLambertMaterial.envMapIntensity",
|
|
17345
|
-
"type": "number"
|
|
17346
|
-
},
|
|
17347
16192
|
{
|
|
17348
16193
|
"name": "refractionRatio",
|
|
17349
16194
|
"description": "MeshLambertMaterial.refractionRatio",
|
|
@@ -28063,30 +26908,6 @@
|
|
|
28063
26908
|
"kind": "expression",
|
|
28064
26909
|
"type": "number"
|
|
28065
26910
|
}
|
|
28066
|
-
},
|
|
28067
|
-
{
|
|
28068
|
-
"name": "[pivot.x]",
|
|
28069
|
-
"description": "Set only the x component of pivot",
|
|
28070
|
-
"value": {
|
|
28071
|
-
"kind": "expression",
|
|
28072
|
-
"type": "number"
|
|
28073
|
-
}
|
|
28074
|
-
},
|
|
28075
|
-
{
|
|
28076
|
-
"name": "[pivot.y]",
|
|
28077
|
-
"description": "Set only the y component of pivot",
|
|
28078
|
-
"value": {
|
|
28079
|
-
"kind": "expression",
|
|
28080
|
-
"type": "number"
|
|
28081
|
-
}
|
|
28082
|
-
},
|
|
28083
|
-
{
|
|
28084
|
-
"name": "[pivot.z]",
|
|
28085
|
-
"description": "Set only the z component of pivot",
|
|
28086
|
-
"value": {
|
|
28087
|
-
"kind": "expression",
|
|
28088
|
-
"type": "number"
|
|
28089
|
-
}
|
|
28090
26911
|
}
|
|
28091
26912
|
],
|
|
28092
26913
|
"js": {
|
|
@@ -28240,29 +27061,6 @@
|
|
|
28240
27061
|
"name": "customDistanceMaterial",
|
|
28241
27062
|
"description": "ArrowHelper.customDistanceMaterial",
|
|
28242
27063
|
"type": "THREE.Material"
|
|
28243
|
-
},
|
|
28244
|
-
{
|
|
28245
|
-
"name": "static",
|
|
28246
|
-
"description": "ArrowHelper.static",
|
|
28247
|
-
"type": "boolean"
|
|
28248
|
-
},
|
|
28249
|
-
{
|
|
28250
|
-
"name": "pivot",
|
|
28251
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
28252
|
-
"type": {
|
|
28253
|
-
"name": "NgtVector3",
|
|
28254
|
-
"module": "angular-three"
|
|
28255
|
-
}
|
|
28256
|
-
},
|
|
28257
|
-
{
|
|
28258
|
-
"name": "count",
|
|
28259
|
-
"description": "ArrowHelper.count",
|
|
28260
|
-
"type": "number"
|
|
28261
|
-
},
|
|
28262
|
-
{
|
|
28263
|
-
"name": "occlusionTest",
|
|
28264
|
-
"description": "ArrowHelper.occlusionTest",
|
|
28265
|
-
"type": "boolean"
|
|
28266
27064
|
}
|
|
28267
27065
|
],
|
|
28268
27066
|
"events": [
|
|
@@ -28566,30 +27364,6 @@
|
|
|
28566
27364
|
"kind": "expression",
|
|
28567
27365
|
"type": "number"
|
|
28568
27366
|
}
|
|
28569
|
-
},
|
|
28570
|
-
{
|
|
28571
|
-
"name": "[pivot.x]",
|
|
28572
|
-
"description": "Set only the x component of pivot",
|
|
28573
|
-
"value": {
|
|
28574
|
-
"kind": "expression",
|
|
28575
|
-
"type": "number"
|
|
28576
|
-
}
|
|
28577
|
-
},
|
|
28578
|
-
{
|
|
28579
|
-
"name": "[pivot.y]",
|
|
28580
|
-
"description": "Set only the y component of pivot",
|
|
28581
|
-
"value": {
|
|
28582
|
-
"kind": "expression",
|
|
28583
|
-
"type": "number"
|
|
28584
|
-
}
|
|
28585
|
-
},
|
|
28586
|
-
{
|
|
28587
|
-
"name": "[pivot.z]",
|
|
28588
|
-
"description": "Set only the z component of pivot",
|
|
28589
|
-
"value": {
|
|
28590
|
-
"kind": "expression",
|
|
28591
|
-
"type": "number"
|
|
28592
|
-
}
|
|
28593
27367
|
}
|
|
28594
27368
|
],
|
|
28595
27369
|
"js": {
|
|
@@ -28753,29 +27527,6 @@
|
|
|
28753
27527
|
"name": "customDistanceMaterial",
|
|
28754
27528
|
"description": "AxesHelper.customDistanceMaterial",
|
|
28755
27529
|
"type": "THREE.Material"
|
|
28756
|
-
},
|
|
28757
|
-
{
|
|
28758
|
-
"name": "static",
|
|
28759
|
-
"description": "AxesHelper.static",
|
|
28760
|
-
"type": "boolean"
|
|
28761
|
-
},
|
|
28762
|
-
{
|
|
28763
|
-
"name": "pivot",
|
|
28764
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
28765
|
-
"type": {
|
|
28766
|
-
"name": "NgtVector3",
|
|
28767
|
-
"module": "angular-three"
|
|
28768
|
-
}
|
|
28769
|
-
},
|
|
28770
|
-
{
|
|
28771
|
-
"name": "count",
|
|
28772
|
-
"description": "AxesHelper.count",
|
|
28773
|
-
"type": "number"
|
|
28774
|
-
},
|
|
28775
|
-
{
|
|
28776
|
-
"name": "occlusionTest",
|
|
28777
|
-
"description": "AxesHelper.occlusionTest",
|
|
28778
|
-
"type": "boolean"
|
|
28779
27530
|
}
|
|
28780
27531
|
],
|
|
28781
27532
|
"events": [
|
|
@@ -29079,39 +27830,10 @@
|
|
|
29079
27830
|
"kind": "expression",
|
|
29080
27831
|
"type": "number"
|
|
29081
27832
|
}
|
|
29082
|
-
},
|
|
29083
|
-
{
|
|
29084
|
-
"name": "[pivot.x]",
|
|
29085
|
-
"description": "Set only the x component of pivot",
|
|
29086
|
-
"value": {
|
|
29087
|
-
"kind": "expression",
|
|
29088
|
-
"type": "number"
|
|
29089
|
-
}
|
|
29090
|
-
},
|
|
29091
|
-
{
|
|
29092
|
-
"name": "[pivot.y]",
|
|
29093
|
-
"description": "Set only the y component of pivot",
|
|
29094
|
-
"value": {
|
|
29095
|
-
"kind": "expression",
|
|
29096
|
-
"type": "number"
|
|
29097
|
-
}
|
|
29098
|
-
},
|
|
29099
|
-
{
|
|
29100
|
-
"name": "[pivot.z]",
|
|
29101
|
-
"description": "Set only the z component of pivot",
|
|
29102
|
-
"value": {
|
|
29103
|
-
"kind": "expression",
|
|
29104
|
-
"type": "number"
|
|
29105
|
-
}
|
|
29106
27833
|
}
|
|
29107
27834
|
],
|
|
29108
27835
|
"js": {
|
|
29109
27836
|
"properties": [
|
|
29110
|
-
{
|
|
29111
|
-
"name": "object",
|
|
29112
|
-
"description": "BoxHelper.object",
|
|
29113
|
-
"type": "THREE.Object3D"
|
|
29114
|
-
},
|
|
29115
27837
|
{
|
|
29116
27838
|
"name": "geometry",
|
|
29117
27839
|
"description": "BoxHelper.geometry",
|
|
@@ -29271,29 +27993,6 @@
|
|
|
29271
27993
|
"name": "customDistanceMaterial",
|
|
29272
27994
|
"description": "BoxHelper.customDistanceMaterial",
|
|
29273
27995
|
"type": "THREE.Material"
|
|
29274
|
-
},
|
|
29275
|
-
{
|
|
29276
|
-
"name": "static",
|
|
29277
|
-
"description": "BoxHelper.static",
|
|
29278
|
-
"type": "boolean"
|
|
29279
|
-
},
|
|
29280
|
-
{
|
|
29281
|
-
"name": "pivot",
|
|
29282
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
29283
|
-
"type": {
|
|
29284
|
-
"name": "NgtVector3",
|
|
29285
|
-
"module": "angular-three"
|
|
29286
|
-
}
|
|
29287
|
-
},
|
|
29288
|
-
{
|
|
29289
|
-
"name": "count",
|
|
29290
|
-
"description": "BoxHelper.count",
|
|
29291
|
-
"type": "number"
|
|
29292
|
-
},
|
|
29293
|
-
{
|
|
29294
|
-
"name": "occlusionTest",
|
|
29295
|
-
"description": "BoxHelper.occlusionTest",
|
|
29296
|
-
"type": "boolean"
|
|
29297
27996
|
}
|
|
29298
27997
|
],
|
|
29299
27998
|
"events": [
|
|
@@ -29597,30 +28296,6 @@
|
|
|
29597
28296
|
"kind": "expression",
|
|
29598
28297
|
"type": "number"
|
|
29599
28298
|
}
|
|
29600
|
-
},
|
|
29601
|
-
{
|
|
29602
|
-
"name": "[pivot.x]",
|
|
29603
|
-
"description": "Set only the x component of pivot",
|
|
29604
|
-
"value": {
|
|
29605
|
-
"kind": "expression",
|
|
29606
|
-
"type": "number"
|
|
29607
|
-
}
|
|
29608
|
-
},
|
|
29609
|
-
{
|
|
29610
|
-
"name": "[pivot.y]",
|
|
29611
|
-
"description": "Set only the y component of pivot",
|
|
29612
|
-
"value": {
|
|
29613
|
-
"kind": "expression",
|
|
29614
|
-
"type": "number"
|
|
29615
|
-
}
|
|
29616
|
-
},
|
|
29617
|
-
{
|
|
29618
|
-
"name": "[pivot.z]",
|
|
29619
|
-
"description": "Set only the z component of pivot",
|
|
29620
|
-
"value": {
|
|
29621
|
-
"kind": "expression",
|
|
29622
|
-
"type": "number"
|
|
29623
|
-
}
|
|
29624
28299
|
}
|
|
29625
28300
|
],
|
|
29626
28301
|
"js": {
|
|
@@ -29789,29 +28464,6 @@
|
|
|
29789
28464
|
"name": "customDistanceMaterial",
|
|
29790
28465
|
"description": "Box3Helper.customDistanceMaterial",
|
|
29791
28466
|
"type": "THREE.Material"
|
|
29792
|
-
},
|
|
29793
|
-
{
|
|
29794
|
-
"name": "static",
|
|
29795
|
-
"description": "Box3Helper.static",
|
|
29796
|
-
"type": "boolean"
|
|
29797
|
-
},
|
|
29798
|
-
{
|
|
29799
|
-
"name": "pivot",
|
|
29800
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
29801
|
-
"type": {
|
|
29802
|
-
"name": "NgtVector3",
|
|
29803
|
-
"module": "angular-three"
|
|
29804
|
-
}
|
|
29805
|
-
},
|
|
29806
|
-
{
|
|
29807
|
-
"name": "count",
|
|
29808
|
-
"description": "Box3Helper.count",
|
|
29809
|
-
"type": "number"
|
|
29810
|
-
},
|
|
29811
|
-
{
|
|
29812
|
-
"name": "occlusionTest",
|
|
29813
|
-
"description": "Box3Helper.occlusionTest",
|
|
29814
|
-
"type": "boolean"
|
|
29815
28467
|
}
|
|
29816
28468
|
],
|
|
29817
28469
|
"events": [
|
|
@@ -30115,30 +28767,6 @@
|
|
|
30115
28767
|
"kind": "expression",
|
|
30116
28768
|
"type": "number"
|
|
30117
28769
|
}
|
|
30118
|
-
},
|
|
30119
|
-
{
|
|
30120
|
-
"name": "[pivot.x]",
|
|
30121
|
-
"description": "Set only the x component of pivot",
|
|
30122
|
-
"value": {
|
|
30123
|
-
"kind": "expression",
|
|
30124
|
-
"type": "number"
|
|
30125
|
-
}
|
|
30126
|
-
},
|
|
30127
|
-
{
|
|
30128
|
-
"name": "[pivot.y]",
|
|
30129
|
-
"description": "Set only the y component of pivot",
|
|
30130
|
-
"value": {
|
|
30131
|
-
"kind": "expression",
|
|
30132
|
-
"type": "number"
|
|
30133
|
-
}
|
|
30134
|
-
},
|
|
30135
|
-
{
|
|
30136
|
-
"name": "[pivot.z]",
|
|
30137
|
-
"description": "Set only the z component of pivot",
|
|
30138
|
-
"value": {
|
|
30139
|
-
"kind": "expression",
|
|
30140
|
-
"type": "number"
|
|
30141
|
-
}
|
|
30142
28770
|
}
|
|
30143
28771
|
],
|
|
30144
28772
|
"js": {
|
|
@@ -30153,6 +28781,19 @@
|
|
|
30153
28781
|
"description": "CameraHelper.pointMap",
|
|
30154
28782
|
"type": "number"
|
|
30155
28783
|
},
|
|
28784
|
+
{
|
|
28785
|
+
"name": "matrix",
|
|
28786
|
+
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
28787
|
+
"type": {
|
|
28788
|
+
"name": "NgtMatrix4",
|
|
28789
|
+
"module": "angular-three"
|
|
28790
|
+
}
|
|
28791
|
+
},
|
|
28792
|
+
{
|
|
28793
|
+
"name": "matrixAutoUpdate",
|
|
28794
|
+
"description": "CameraHelper.matrixAutoUpdate",
|
|
28795
|
+
"type": "boolean"
|
|
28796
|
+
},
|
|
30156
28797
|
{
|
|
30157
28798
|
"name": "geometry",
|
|
30158
28799
|
"description": "CameraHelper.geometry",
|
|
@@ -30234,14 +28875,6 @@
|
|
|
30234
28875
|
"module": "angular-three"
|
|
30235
28876
|
}
|
|
30236
28877
|
},
|
|
30237
|
-
{
|
|
30238
|
-
"name": "matrix",
|
|
30239
|
-
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
30240
|
-
"type": {
|
|
30241
|
-
"name": "NgtMatrix4",
|
|
30242
|
-
"module": "angular-three"
|
|
30243
|
-
}
|
|
30244
|
-
},
|
|
30245
28878
|
{
|
|
30246
28879
|
"name": "matrixWorld",
|
|
30247
28880
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -30250,11 +28883,6 @@
|
|
|
30250
28883
|
"module": "angular-three"
|
|
30251
28884
|
}
|
|
30252
28885
|
},
|
|
30253
|
-
{
|
|
30254
|
-
"name": "matrixAutoUpdate",
|
|
30255
|
-
"description": "CameraHelper.matrixAutoUpdate",
|
|
30256
|
-
"type": "boolean"
|
|
30257
|
-
},
|
|
30258
28886
|
{
|
|
30259
28887
|
"name": "matrixWorldAutoUpdate",
|
|
30260
28888
|
"description": "CameraHelper.matrixWorldAutoUpdate",
|
|
@@ -30312,29 +28940,6 @@
|
|
|
30312
28940
|
"name": "customDistanceMaterial",
|
|
30313
28941
|
"description": "CameraHelper.customDistanceMaterial",
|
|
30314
28942
|
"type": "THREE.Material"
|
|
30315
|
-
},
|
|
30316
|
-
{
|
|
30317
|
-
"name": "static",
|
|
30318
|
-
"description": "CameraHelper.static",
|
|
30319
|
-
"type": "boolean"
|
|
30320
|
-
},
|
|
30321
|
-
{
|
|
30322
|
-
"name": "pivot",
|
|
30323
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
30324
|
-
"type": {
|
|
30325
|
-
"name": "NgtVector3",
|
|
30326
|
-
"module": "angular-three"
|
|
30327
|
-
}
|
|
30328
|
-
},
|
|
30329
|
-
{
|
|
30330
|
-
"name": "count",
|
|
30331
|
-
"description": "CameraHelper.count",
|
|
30332
|
-
"type": "number"
|
|
30333
|
-
},
|
|
30334
|
-
{
|
|
30335
|
-
"name": "occlusionTest",
|
|
30336
|
-
"description": "CameraHelper.occlusionTest",
|
|
30337
|
-
"type": "boolean"
|
|
30338
28943
|
}
|
|
30339
28944
|
],
|
|
30340
28945
|
"events": [
|
|
@@ -30662,39 +29267,33 @@
|
|
|
30662
29267
|
"kind": "expression",
|
|
30663
29268
|
"type": "number"
|
|
30664
29269
|
}
|
|
30665
|
-
},
|
|
30666
|
-
{
|
|
30667
|
-
"name": "[pivot.x]",
|
|
30668
|
-
"description": "Set only the x component of pivot",
|
|
30669
|
-
"value": {
|
|
30670
|
-
"kind": "expression",
|
|
30671
|
-
"type": "number"
|
|
30672
|
-
}
|
|
30673
|
-
},
|
|
30674
|
-
{
|
|
30675
|
-
"name": "[pivot.y]",
|
|
30676
|
-
"description": "Set only the y component of pivot",
|
|
30677
|
-
"value": {
|
|
30678
|
-
"kind": "expression",
|
|
30679
|
-
"type": "number"
|
|
30680
|
-
}
|
|
30681
|
-
},
|
|
30682
|
-
{
|
|
30683
|
-
"name": "[pivot.z]",
|
|
30684
|
-
"description": "Set only the z component of pivot",
|
|
30685
|
-
"value": {
|
|
30686
|
-
"kind": "expression",
|
|
30687
|
-
"type": "number"
|
|
30688
|
-
}
|
|
30689
29270
|
}
|
|
30690
29271
|
],
|
|
30691
29272
|
"js": {
|
|
30692
29273
|
"properties": [
|
|
29274
|
+
{
|
|
29275
|
+
"name": "lightPlane",
|
|
29276
|
+
"description": "DirectionalLightHelper.lightPlane",
|
|
29277
|
+
"type": "THREE.Material"
|
|
29278
|
+
},
|
|
30693
29279
|
{
|
|
30694
29280
|
"name": "light",
|
|
30695
29281
|
"description": "DirectionalLightHelper.light",
|
|
30696
29282
|
"type": "any"
|
|
30697
29283
|
},
|
|
29284
|
+
{
|
|
29285
|
+
"name": "matrix",
|
|
29286
|
+
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
29287
|
+
"type": {
|
|
29288
|
+
"name": "NgtMatrix4",
|
|
29289
|
+
"module": "angular-three"
|
|
29290
|
+
}
|
|
29291
|
+
},
|
|
29292
|
+
{
|
|
29293
|
+
"name": "matrixAutoUpdate",
|
|
29294
|
+
"description": "DirectionalLightHelper.matrixAutoUpdate",
|
|
29295
|
+
"type": "boolean"
|
|
29296
|
+
},
|
|
30698
29297
|
{
|
|
30699
29298
|
"name": "color",
|
|
30700
29299
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
@@ -30703,11 +29302,6 @@
|
|
|
30703
29302
|
"module": "angular-three"
|
|
30704
29303
|
}
|
|
30705
29304
|
},
|
|
30706
|
-
{
|
|
30707
|
-
"name": "lightPlane",
|
|
30708
|
-
"description": "DirectionalLightHelper.lightPlane",
|
|
30709
|
-
"type": "THREE.Material"
|
|
30710
|
-
},
|
|
30711
29305
|
{
|
|
30712
29306
|
"name": "targetLine",
|
|
30713
29307
|
"description": "DirectionalLightHelper.targetLine",
|
|
@@ -30774,14 +29368,6 @@
|
|
|
30774
29368
|
"module": "angular-three"
|
|
30775
29369
|
}
|
|
30776
29370
|
},
|
|
30777
|
-
{
|
|
30778
|
-
"name": "matrix",
|
|
30779
|
-
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
30780
|
-
"type": {
|
|
30781
|
-
"name": "NgtMatrix4",
|
|
30782
|
-
"module": "angular-three"
|
|
30783
|
-
}
|
|
30784
|
-
},
|
|
30785
29371
|
{
|
|
30786
29372
|
"name": "matrixWorld",
|
|
30787
29373
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -30790,11 +29376,6 @@
|
|
|
30790
29376
|
"module": "angular-three"
|
|
30791
29377
|
}
|
|
30792
29378
|
},
|
|
30793
|
-
{
|
|
30794
|
-
"name": "matrixAutoUpdate",
|
|
30795
|
-
"description": "DirectionalLightHelper.matrixAutoUpdate",
|
|
30796
|
-
"type": "boolean"
|
|
30797
|
-
},
|
|
30798
29379
|
{
|
|
30799
29380
|
"name": "matrixWorldAutoUpdate",
|
|
30800
29381
|
"description": "DirectionalLightHelper.matrixWorldAutoUpdate",
|
|
@@ -30852,29 +29433,6 @@
|
|
|
30852
29433
|
"name": "customDistanceMaterial",
|
|
30853
29434
|
"description": "DirectionalLightHelper.customDistanceMaterial",
|
|
30854
29435
|
"type": "THREE.Material"
|
|
30855
|
-
},
|
|
30856
|
-
{
|
|
30857
|
-
"name": "static",
|
|
30858
|
-
"description": "DirectionalLightHelper.static",
|
|
30859
|
-
"type": "boolean"
|
|
30860
|
-
},
|
|
30861
|
-
{
|
|
30862
|
-
"name": "pivot",
|
|
30863
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
30864
|
-
"type": {
|
|
30865
|
-
"name": "NgtVector3",
|
|
30866
|
-
"module": "angular-three"
|
|
30867
|
-
}
|
|
30868
|
-
},
|
|
30869
|
-
{
|
|
30870
|
-
"name": "count",
|
|
30871
|
-
"description": "DirectionalLightHelper.count",
|
|
30872
|
-
"type": "number"
|
|
30873
|
-
},
|
|
30874
|
-
{
|
|
30875
|
-
"name": "occlusionTest",
|
|
30876
|
-
"description": "DirectionalLightHelper.occlusionTest",
|
|
30877
|
-
"type": "boolean"
|
|
30878
29436
|
}
|
|
30879
29437
|
],
|
|
30880
29438
|
"events": [
|
|
@@ -31178,30 +29736,6 @@
|
|
|
31178
29736
|
"kind": "expression",
|
|
31179
29737
|
"type": "number"
|
|
31180
29738
|
}
|
|
31181
|
-
},
|
|
31182
|
-
{
|
|
31183
|
-
"name": "[pivot.x]",
|
|
31184
|
-
"description": "Set only the x component of pivot",
|
|
31185
|
-
"value": {
|
|
31186
|
-
"kind": "expression",
|
|
31187
|
-
"type": "number"
|
|
31188
|
-
}
|
|
31189
|
-
},
|
|
31190
|
-
{
|
|
31191
|
-
"name": "[pivot.y]",
|
|
31192
|
-
"description": "Set only the y component of pivot",
|
|
31193
|
-
"value": {
|
|
31194
|
-
"kind": "expression",
|
|
31195
|
-
"type": "number"
|
|
31196
|
-
}
|
|
31197
|
-
},
|
|
31198
|
-
{
|
|
31199
|
-
"name": "[pivot.z]",
|
|
31200
|
-
"description": "Set only the z component of pivot",
|
|
31201
|
-
"value": {
|
|
31202
|
-
"kind": "expression",
|
|
31203
|
-
"type": "number"
|
|
31204
|
-
}
|
|
31205
29739
|
}
|
|
31206
29740
|
],
|
|
31207
29741
|
"js": {
|
|
@@ -31365,29 +29899,6 @@
|
|
|
31365
29899
|
"name": "customDistanceMaterial",
|
|
31366
29900
|
"description": "GridHelper.customDistanceMaterial",
|
|
31367
29901
|
"type": "THREE.Material"
|
|
31368
|
-
},
|
|
31369
|
-
{
|
|
31370
|
-
"name": "static",
|
|
31371
|
-
"description": "GridHelper.static",
|
|
31372
|
-
"type": "boolean"
|
|
31373
|
-
},
|
|
31374
|
-
{
|
|
31375
|
-
"name": "pivot",
|
|
31376
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
31377
|
-
"type": {
|
|
31378
|
-
"name": "NgtVector3",
|
|
31379
|
-
"module": "angular-three"
|
|
31380
|
-
}
|
|
31381
|
-
},
|
|
31382
|
-
{
|
|
31383
|
-
"name": "count",
|
|
31384
|
-
"description": "GridHelper.count",
|
|
31385
|
-
"type": "number"
|
|
31386
|
-
},
|
|
31387
|
-
{
|
|
31388
|
-
"name": "occlusionTest",
|
|
31389
|
-
"description": "GridHelper.occlusionTest",
|
|
31390
|
-
"type": "boolean"
|
|
31391
29902
|
}
|
|
31392
29903
|
],
|
|
31393
29904
|
"events": [
|
|
@@ -31715,30 +30226,6 @@
|
|
|
31715
30226
|
"kind": "expression",
|
|
31716
30227
|
"type": "number"
|
|
31717
30228
|
}
|
|
31718
|
-
},
|
|
31719
|
-
{
|
|
31720
|
-
"name": "[pivot.x]",
|
|
31721
|
-
"description": "Set only the x component of pivot",
|
|
31722
|
-
"value": {
|
|
31723
|
-
"kind": "expression",
|
|
31724
|
-
"type": "number"
|
|
31725
|
-
}
|
|
31726
|
-
},
|
|
31727
|
-
{
|
|
31728
|
-
"name": "[pivot.y]",
|
|
31729
|
-
"description": "Set only the y component of pivot",
|
|
31730
|
-
"value": {
|
|
31731
|
-
"kind": "expression",
|
|
31732
|
-
"type": "number"
|
|
31733
|
-
}
|
|
31734
|
-
},
|
|
31735
|
-
{
|
|
31736
|
-
"name": "[pivot.z]",
|
|
31737
|
-
"description": "Set only the z component of pivot",
|
|
31738
|
-
"value": {
|
|
31739
|
-
"kind": "expression",
|
|
31740
|
-
"type": "number"
|
|
31741
|
-
}
|
|
31742
30229
|
}
|
|
31743
30230
|
],
|
|
31744
30231
|
"js": {
|
|
@@ -31749,18 +30236,31 @@
|
|
|
31749
30236
|
"type": "any"
|
|
31750
30237
|
},
|
|
31751
30238
|
{
|
|
31752
|
-
"name": "
|
|
31753
|
-
"description": "Accepts: THREE.
|
|
30239
|
+
"name": "matrix",
|
|
30240
|
+
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
31754
30241
|
"type": {
|
|
31755
|
-
"name": "
|
|
30242
|
+
"name": "NgtMatrix4",
|
|
31756
30243
|
"module": "angular-three"
|
|
31757
30244
|
}
|
|
31758
30245
|
},
|
|
30246
|
+
{
|
|
30247
|
+
"name": "matrixAutoUpdate",
|
|
30248
|
+
"description": "HemisphereLightHelper.matrixAutoUpdate",
|
|
30249
|
+
"type": "boolean"
|
|
30250
|
+
},
|
|
31759
30251
|
{
|
|
31760
30252
|
"name": "material",
|
|
31761
30253
|
"description": "HemisphereLightHelper.material",
|
|
31762
30254
|
"type": "THREE.Material"
|
|
31763
30255
|
},
|
|
30256
|
+
{
|
|
30257
|
+
"name": "color",
|
|
30258
|
+
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
30259
|
+
"type": {
|
|
30260
|
+
"name": "NgtColor",
|
|
30261
|
+
"module": "angular-three"
|
|
30262
|
+
}
|
|
30263
|
+
},
|
|
31764
30264
|
{
|
|
31765
30265
|
"name": "name",
|
|
31766
30266
|
"description": "HemisphereLightHelper.name",
|
|
@@ -31822,14 +30322,6 @@
|
|
|
31822
30322
|
"module": "angular-three"
|
|
31823
30323
|
}
|
|
31824
30324
|
},
|
|
31825
|
-
{
|
|
31826
|
-
"name": "matrix",
|
|
31827
|
-
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
31828
|
-
"type": {
|
|
31829
|
-
"name": "NgtMatrix4",
|
|
31830
|
-
"module": "angular-three"
|
|
31831
|
-
}
|
|
31832
|
-
},
|
|
31833
30325
|
{
|
|
31834
30326
|
"name": "matrixWorld",
|
|
31835
30327
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -31838,11 +30330,6 @@
|
|
|
31838
30330
|
"module": "angular-three"
|
|
31839
30331
|
}
|
|
31840
30332
|
},
|
|
31841
|
-
{
|
|
31842
|
-
"name": "matrixAutoUpdate",
|
|
31843
|
-
"description": "HemisphereLightHelper.matrixAutoUpdate",
|
|
31844
|
-
"type": "boolean"
|
|
31845
|
-
},
|
|
31846
30333
|
{
|
|
31847
30334
|
"name": "matrixWorldAutoUpdate",
|
|
31848
30335
|
"description": "HemisphereLightHelper.matrixWorldAutoUpdate",
|
|
@@ -31900,29 +30387,6 @@
|
|
|
31900
30387
|
"name": "customDistanceMaterial",
|
|
31901
30388
|
"description": "HemisphereLightHelper.customDistanceMaterial",
|
|
31902
30389
|
"type": "THREE.Material"
|
|
31903
|
-
},
|
|
31904
|
-
{
|
|
31905
|
-
"name": "static",
|
|
31906
|
-
"description": "HemisphereLightHelper.static",
|
|
31907
|
-
"type": "boolean"
|
|
31908
|
-
},
|
|
31909
|
-
{
|
|
31910
|
-
"name": "pivot",
|
|
31911
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
31912
|
-
"type": {
|
|
31913
|
-
"name": "NgtVector3",
|
|
31914
|
-
"module": "angular-three"
|
|
31915
|
-
}
|
|
31916
|
-
},
|
|
31917
|
-
{
|
|
31918
|
-
"name": "count",
|
|
31919
|
-
"description": "HemisphereLightHelper.count",
|
|
31920
|
-
"type": "number"
|
|
31921
|
-
},
|
|
31922
|
-
{
|
|
31923
|
-
"name": "occlusionTest",
|
|
31924
|
-
"description": "HemisphereLightHelper.occlusionTest",
|
|
31925
|
-
"type": "boolean"
|
|
31926
30390
|
}
|
|
31927
30391
|
],
|
|
31928
30392
|
"events": [
|
|
@@ -32226,30 +30690,6 @@
|
|
|
32226
30690
|
"kind": "expression",
|
|
32227
30691
|
"type": "number"
|
|
32228
30692
|
}
|
|
32229
|
-
},
|
|
32230
|
-
{
|
|
32231
|
-
"name": "[pivot.x]",
|
|
32232
|
-
"description": "Set only the x component of pivot",
|
|
32233
|
-
"value": {
|
|
32234
|
-
"kind": "expression",
|
|
32235
|
-
"type": "number"
|
|
32236
|
-
}
|
|
32237
|
-
},
|
|
32238
|
-
{
|
|
32239
|
-
"name": "[pivot.y]",
|
|
32240
|
-
"description": "Set only the y component of pivot",
|
|
32241
|
-
"value": {
|
|
32242
|
-
"kind": "expression",
|
|
32243
|
-
"type": "number"
|
|
32244
|
-
}
|
|
32245
|
-
},
|
|
32246
|
-
{
|
|
32247
|
-
"name": "[pivot.z]",
|
|
32248
|
-
"description": "Set only the z component of pivot",
|
|
32249
|
-
"value": {
|
|
32250
|
-
"kind": "expression",
|
|
32251
|
-
"type": "number"
|
|
32252
|
-
}
|
|
32253
30693
|
}
|
|
32254
30694
|
],
|
|
32255
30695
|
"js": {
|
|
@@ -32423,29 +30863,6 @@
|
|
|
32423
30863
|
"name": "customDistanceMaterial",
|
|
32424
30864
|
"description": "PlaneHelper.customDistanceMaterial",
|
|
32425
30865
|
"type": "THREE.Material"
|
|
32426
|
-
},
|
|
32427
|
-
{
|
|
32428
|
-
"name": "static",
|
|
32429
|
-
"description": "PlaneHelper.static",
|
|
32430
|
-
"type": "boolean"
|
|
32431
|
-
},
|
|
32432
|
-
{
|
|
32433
|
-
"name": "pivot",
|
|
32434
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
32435
|
-
"type": {
|
|
32436
|
-
"name": "NgtVector3",
|
|
32437
|
-
"module": "angular-three"
|
|
32438
|
-
}
|
|
32439
|
-
},
|
|
32440
|
-
{
|
|
32441
|
-
"name": "count",
|
|
32442
|
-
"description": "PlaneHelper.count",
|
|
32443
|
-
"type": "number"
|
|
32444
|
-
},
|
|
32445
|
-
{
|
|
32446
|
-
"name": "occlusionTest",
|
|
32447
|
-
"description": "PlaneHelper.occlusionTest",
|
|
32448
|
-
"type": "boolean"
|
|
32449
30866
|
}
|
|
32450
30867
|
],
|
|
32451
30868
|
"events": [
|
|
@@ -32773,30 +31190,6 @@
|
|
|
32773
31190
|
"kind": "expression",
|
|
32774
31191
|
"type": "number"
|
|
32775
31192
|
}
|
|
32776
|
-
},
|
|
32777
|
-
{
|
|
32778
|
-
"name": "[pivot.x]",
|
|
32779
|
-
"description": "Set only the x component of pivot",
|
|
32780
|
-
"value": {
|
|
32781
|
-
"kind": "expression",
|
|
32782
|
-
"type": "number"
|
|
32783
|
-
}
|
|
32784
|
-
},
|
|
32785
|
-
{
|
|
32786
|
-
"name": "[pivot.y]",
|
|
32787
|
-
"description": "Set only the y component of pivot",
|
|
32788
|
-
"value": {
|
|
32789
|
-
"kind": "expression",
|
|
32790
|
-
"type": "number"
|
|
32791
|
-
}
|
|
32792
|
-
},
|
|
32793
|
-
{
|
|
32794
|
-
"name": "[pivot.z]",
|
|
32795
|
-
"description": "Set only the z component of pivot",
|
|
32796
|
-
"value": {
|
|
32797
|
-
"kind": "expression",
|
|
32798
|
-
"type": "number"
|
|
32799
|
-
}
|
|
32800
31193
|
}
|
|
32801
31194
|
],
|
|
32802
31195
|
"js": {
|
|
@@ -32806,6 +31199,14 @@
|
|
|
32806
31199
|
"description": "PointLightHelper.light",
|
|
32807
31200
|
"type": "any"
|
|
32808
31201
|
},
|
|
31202
|
+
{
|
|
31203
|
+
"name": "matrix",
|
|
31204
|
+
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
31205
|
+
"type": {
|
|
31206
|
+
"name": "NgtMatrix4",
|
|
31207
|
+
"module": "angular-three"
|
|
31208
|
+
}
|
|
31209
|
+
},
|
|
32809
31210
|
{
|
|
32810
31211
|
"name": "color",
|
|
32811
31212
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
@@ -32815,29 +31216,9 @@
|
|
|
32815
31216
|
}
|
|
32816
31217
|
},
|
|
32817
31218
|
{
|
|
32818
|
-
"name": "
|
|
32819
|
-
"description": "PointLightHelper.
|
|
32820
|
-
"type": "
|
|
32821
|
-
},
|
|
32822
|
-
{
|
|
32823
|
-
"name": "material",
|
|
32824
|
-
"description": "PointLightHelper.material",
|
|
32825
|
-
"type": "THREE.Material"
|
|
32826
|
-
},
|
|
32827
|
-
{
|
|
32828
|
-
"name": "morphTargetInfluences",
|
|
32829
|
-
"description": "PointLightHelper.morphTargetInfluences",
|
|
32830
|
-
"type": "number"
|
|
32831
|
-
},
|
|
32832
|
-
{
|
|
32833
|
-
"name": "morphTargetDictionary",
|
|
32834
|
-
"description": "PointLightHelper.morphTargetDictionary",
|
|
32835
|
-
"type": "number"
|
|
32836
|
-
},
|
|
32837
|
-
{
|
|
32838
|
-
"name": "count",
|
|
32839
|
-
"description": "PointLightHelper.count",
|
|
32840
|
-
"type": "number"
|
|
31219
|
+
"name": "matrixAutoUpdate",
|
|
31220
|
+
"description": "PointLightHelper.matrixAutoUpdate",
|
|
31221
|
+
"type": "boolean"
|
|
32841
31222
|
},
|
|
32842
31223
|
{
|
|
32843
31224
|
"name": "name",
|
|
@@ -32900,14 +31281,6 @@
|
|
|
32900
31281
|
"module": "angular-three"
|
|
32901
31282
|
}
|
|
32902
31283
|
},
|
|
32903
|
-
{
|
|
32904
|
-
"name": "matrix",
|
|
32905
|
-
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
32906
|
-
"type": {
|
|
32907
|
-
"name": "NgtMatrix4",
|
|
32908
|
-
"module": "angular-three"
|
|
32909
|
-
}
|
|
32910
|
-
},
|
|
32911
31284
|
{
|
|
32912
31285
|
"name": "matrixWorld",
|
|
32913
31286
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -32916,11 +31289,6 @@
|
|
|
32916
31289
|
"module": "angular-three"
|
|
32917
31290
|
}
|
|
32918
31291
|
},
|
|
32919
|
-
{
|
|
32920
|
-
"name": "matrixAutoUpdate",
|
|
32921
|
-
"description": "PointLightHelper.matrixAutoUpdate",
|
|
32922
|
-
"type": "boolean"
|
|
32923
|
-
},
|
|
32924
31292
|
{
|
|
32925
31293
|
"name": "matrixWorldAutoUpdate",
|
|
32926
31294
|
"description": "PointLightHelper.matrixWorldAutoUpdate",
|
|
@@ -32978,24 +31346,6 @@
|
|
|
32978
31346
|
"name": "customDistanceMaterial",
|
|
32979
31347
|
"description": "PointLightHelper.customDistanceMaterial",
|
|
32980
31348
|
"type": "THREE.Material"
|
|
32981
|
-
},
|
|
32982
|
-
{
|
|
32983
|
-
"name": "static",
|
|
32984
|
-
"description": "PointLightHelper.static",
|
|
32985
|
-
"type": "boolean"
|
|
32986
|
-
},
|
|
32987
|
-
{
|
|
32988
|
-
"name": "pivot",
|
|
32989
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
32990
|
-
"type": {
|
|
32991
|
-
"name": "NgtVector3",
|
|
32992
|
-
"module": "angular-three"
|
|
32993
|
-
}
|
|
32994
|
-
},
|
|
32995
|
-
{
|
|
32996
|
-
"name": "occlusionTest",
|
|
32997
|
-
"description": "PointLightHelper.occlusionTest",
|
|
32998
|
-
"type": "boolean"
|
|
32999
31349
|
}
|
|
33000
31350
|
],
|
|
33001
31351
|
"events": [
|
|
@@ -33299,30 +31649,6 @@
|
|
|
33299
31649
|
"kind": "expression",
|
|
33300
31650
|
"type": "number"
|
|
33301
31651
|
}
|
|
33302
|
-
},
|
|
33303
|
-
{
|
|
33304
|
-
"name": "[pivot.x]",
|
|
33305
|
-
"description": "Set only the x component of pivot",
|
|
33306
|
-
"value": {
|
|
33307
|
-
"kind": "expression",
|
|
33308
|
-
"type": "number"
|
|
33309
|
-
}
|
|
33310
|
-
},
|
|
33311
|
-
{
|
|
33312
|
-
"name": "[pivot.y]",
|
|
33313
|
-
"description": "Set only the y component of pivot",
|
|
33314
|
-
"value": {
|
|
33315
|
-
"kind": "expression",
|
|
33316
|
-
"type": "number"
|
|
33317
|
-
}
|
|
33318
|
-
},
|
|
33319
|
-
{
|
|
33320
|
-
"name": "[pivot.z]",
|
|
33321
|
-
"description": "Set only the z component of pivot",
|
|
33322
|
-
"value": {
|
|
33323
|
-
"kind": "expression",
|
|
33324
|
-
"type": "number"
|
|
33325
|
-
}
|
|
33326
31652
|
}
|
|
33327
31653
|
],
|
|
33328
31654
|
"js": {
|
|
@@ -33486,29 +31812,6 @@
|
|
|
33486
31812
|
"name": "customDistanceMaterial",
|
|
33487
31813
|
"description": "PolarGridHelper.customDistanceMaterial",
|
|
33488
31814
|
"type": "THREE.Material"
|
|
33489
|
-
},
|
|
33490
|
-
{
|
|
33491
|
-
"name": "static",
|
|
33492
|
-
"description": "PolarGridHelper.static",
|
|
33493
|
-
"type": "boolean"
|
|
33494
|
-
},
|
|
33495
|
-
{
|
|
33496
|
-
"name": "pivot",
|
|
33497
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
33498
|
-
"type": {
|
|
33499
|
-
"name": "NgtVector3",
|
|
33500
|
-
"module": "angular-three"
|
|
33501
|
-
}
|
|
33502
|
-
},
|
|
33503
|
-
{
|
|
33504
|
-
"name": "count",
|
|
33505
|
-
"description": "PolarGridHelper.count",
|
|
33506
|
-
"type": "number"
|
|
33507
|
-
},
|
|
33508
|
-
{
|
|
33509
|
-
"name": "occlusionTest",
|
|
33510
|
-
"description": "PolarGridHelper.occlusionTest",
|
|
33511
|
-
"type": "boolean"
|
|
33512
31815
|
}
|
|
33513
31816
|
],
|
|
33514
31817
|
"events": [
|
|
@@ -33812,30 +32115,6 @@
|
|
|
33812
32115
|
"kind": "expression",
|
|
33813
32116
|
"type": "number"
|
|
33814
32117
|
}
|
|
33815
|
-
},
|
|
33816
|
-
{
|
|
33817
|
-
"name": "[pivot.x]",
|
|
33818
|
-
"description": "Set only the x component of pivot",
|
|
33819
|
-
"value": {
|
|
33820
|
-
"kind": "expression",
|
|
33821
|
-
"type": "number"
|
|
33822
|
-
}
|
|
33823
|
-
},
|
|
33824
|
-
{
|
|
33825
|
-
"name": "[pivot.y]",
|
|
33826
|
-
"description": "Set only the y component of pivot",
|
|
33827
|
-
"value": {
|
|
33828
|
-
"kind": "expression",
|
|
33829
|
-
"type": "number"
|
|
33830
|
-
}
|
|
33831
|
-
},
|
|
33832
|
-
{
|
|
33833
|
-
"name": "[pivot.z]",
|
|
33834
|
-
"description": "Set only the z component of pivot",
|
|
33835
|
-
"value": {
|
|
33836
|
-
"kind": "expression",
|
|
33837
|
-
"type": "number"
|
|
33838
|
-
}
|
|
33839
32118
|
}
|
|
33840
32119
|
],
|
|
33841
32120
|
"js": {
|
|
@@ -33843,13 +32122,18 @@
|
|
|
33843
32122
|
{
|
|
33844
32123
|
"name": "root",
|
|
33845
32124
|
"description": "SkeletonHelper.root",
|
|
33846
|
-
"type": "THREE.
|
|
32125
|
+
"type": "THREE.Material"
|
|
33847
32126
|
},
|
|
33848
32127
|
{
|
|
33849
32128
|
"name": "bones",
|
|
33850
32129
|
"description": "SkeletonHelper.bones",
|
|
33851
32130
|
"type": "THREE.Object3D"
|
|
33852
32131
|
},
|
|
32132
|
+
{
|
|
32133
|
+
"name": "matrixAutoUpdate",
|
|
32134
|
+
"description": "SkeletonHelper.matrixAutoUpdate",
|
|
32135
|
+
"type": "boolean"
|
|
32136
|
+
},
|
|
33853
32137
|
{
|
|
33854
32138
|
"name": "geometry",
|
|
33855
32139
|
"description": "SkeletonHelper.geometry",
|
|
@@ -33947,11 +32231,6 @@
|
|
|
33947
32231
|
"module": "angular-three"
|
|
33948
32232
|
}
|
|
33949
32233
|
},
|
|
33950
|
-
{
|
|
33951
|
-
"name": "matrixAutoUpdate",
|
|
33952
|
-
"description": "SkeletonHelper.matrixAutoUpdate",
|
|
33953
|
-
"type": "boolean"
|
|
33954
|
-
},
|
|
33955
32234
|
{
|
|
33956
32235
|
"name": "matrixWorldAutoUpdate",
|
|
33957
32236
|
"description": "SkeletonHelper.matrixWorldAutoUpdate",
|
|
@@ -34009,29 +32288,6 @@
|
|
|
34009
32288
|
"name": "customDistanceMaterial",
|
|
34010
32289
|
"description": "SkeletonHelper.customDistanceMaterial",
|
|
34011
32290
|
"type": "THREE.Material"
|
|
34012
|
-
},
|
|
34013
|
-
{
|
|
34014
|
-
"name": "static",
|
|
34015
|
-
"description": "SkeletonHelper.static",
|
|
34016
|
-
"type": "boolean"
|
|
34017
|
-
},
|
|
34018
|
-
{
|
|
34019
|
-
"name": "pivot",
|
|
34020
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
34021
|
-
"type": {
|
|
34022
|
-
"name": "NgtVector3",
|
|
34023
|
-
"module": "angular-three"
|
|
34024
|
-
}
|
|
34025
|
-
},
|
|
34026
|
-
{
|
|
34027
|
-
"name": "count",
|
|
34028
|
-
"description": "SkeletonHelper.count",
|
|
34029
|
-
"type": "number"
|
|
34030
|
-
},
|
|
34031
|
-
{
|
|
34032
|
-
"name": "occlusionTest",
|
|
34033
|
-
"description": "SkeletonHelper.occlusionTest",
|
|
34034
|
-
"type": "boolean"
|
|
34035
32291
|
}
|
|
34036
32292
|
],
|
|
34037
32293
|
"events": [
|
|
@@ -34359,39 +32615,28 @@
|
|
|
34359
32615
|
"kind": "expression",
|
|
34360
32616
|
"type": "number"
|
|
34361
32617
|
}
|
|
34362
|
-
},
|
|
34363
|
-
{
|
|
34364
|
-
"name": "[pivot.x]",
|
|
34365
|
-
"description": "Set only the x component of pivot",
|
|
34366
|
-
"value": {
|
|
34367
|
-
"kind": "expression",
|
|
34368
|
-
"type": "number"
|
|
34369
|
-
}
|
|
34370
|
-
},
|
|
34371
|
-
{
|
|
34372
|
-
"name": "[pivot.y]",
|
|
34373
|
-
"description": "Set only the y component of pivot",
|
|
34374
|
-
"value": {
|
|
34375
|
-
"kind": "expression",
|
|
34376
|
-
"type": "number"
|
|
34377
|
-
}
|
|
34378
|
-
},
|
|
34379
|
-
{
|
|
34380
|
-
"name": "[pivot.z]",
|
|
34381
|
-
"description": "Set only the z component of pivot",
|
|
34382
|
-
"value": {
|
|
34383
|
-
"kind": "expression",
|
|
34384
|
-
"type": "number"
|
|
34385
|
-
}
|
|
34386
32618
|
}
|
|
34387
32619
|
],
|
|
34388
32620
|
"js": {
|
|
34389
32621
|
"properties": [
|
|
32622
|
+
{
|
|
32623
|
+
"name": "cone",
|
|
32624
|
+
"description": "SpotLightHelper.cone",
|
|
32625
|
+
"type": "THREE.Material"
|
|
32626
|
+
},
|
|
34390
32627
|
{
|
|
34391
32628
|
"name": "light",
|
|
34392
32629
|
"description": "SpotLightHelper.light",
|
|
34393
32630
|
"type": "any"
|
|
34394
32631
|
},
|
|
32632
|
+
{
|
|
32633
|
+
"name": "matrix",
|
|
32634
|
+
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
32635
|
+
"type": {
|
|
32636
|
+
"name": "NgtMatrix4",
|
|
32637
|
+
"module": "angular-three"
|
|
32638
|
+
}
|
|
32639
|
+
},
|
|
34395
32640
|
{
|
|
34396
32641
|
"name": "color",
|
|
34397
32642
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
@@ -34401,9 +32646,9 @@
|
|
|
34401
32646
|
}
|
|
34402
32647
|
},
|
|
34403
32648
|
{
|
|
34404
|
-
"name": "
|
|
34405
|
-
"description": "SpotLightHelper.
|
|
34406
|
-
"type": "
|
|
32649
|
+
"name": "matrixAutoUpdate",
|
|
32650
|
+
"description": "SpotLightHelper.matrixAutoUpdate",
|
|
32651
|
+
"type": "boolean"
|
|
34407
32652
|
},
|
|
34408
32653
|
{
|
|
34409
32654
|
"name": "name",
|
|
@@ -34466,14 +32711,6 @@
|
|
|
34466
32711
|
"module": "angular-three"
|
|
34467
32712
|
}
|
|
34468
32713
|
},
|
|
34469
|
-
{
|
|
34470
|
-
"name": "matrix",
|
|
34471
|
-
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
34472
|
-
"type": {
|
|
34473
|
-
"name": "NgtMatrix4",
|
|
34474
|
-
"module": "angular-three"
|
|
34475
|
-
}
|
|
34476
|
-
},
|
|
34477
32714
|
{
|
|
34478
32715
|
"name": "matrixWorld",
|
|
34479
32716
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -34482,11 +32719,6 @@
|
|
|
34482
32719
|
"module": "angular-three"
|
|
34483
32720
|
}
|
|
34484
32721
|
},
|
|
34485
|
-
{
|
|
34486
|
-
"name": "matrixAutoUpdate",
|
|
34487
|
-
"description": "SpotLightHelper.matrixAutoUpdate",
|
|
34488
|
-
"type": "boolean"
|
|
34489
|
-
},
|
|
34490
32722
|
{
|
|
34491
32723
|
"name": "matrixWorldAutoUpdate",
|
|
34492
32724
|
"description": "SpotLightHelper.matrixWorldAutoUpdate",
|
|
@@ -34544,29 +32776,6 @@
|
|
|
34544
32776
|
"name": "customDistanceMaterial",
|
|
34545
32777
|
"description": "SpotLightHelper.customDistanceMaterial",
|
|
34546
32778
|
"type": "THREE.Material"
|
|
34547
|
-
},
|
|
34548
|
-
{
|
|
34549
|
-
"name": "static",
|
|
34550
|
-
"description": "SpotLightHelper.static",
|
|
34551
|
-
"type": "boolean"
|
|
34552
|
-
},
|
|
34553
|
-
{
|
|
34554
|
-
"name": "pivot",
|
|
34555
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
34556
|
-
"type": {
|
|
34557
|
-
"name": "NgtVector3",
|
|
34558
|
-
"module": "angular-three"
|
|
34559
|
-
}
|
|
34560
|
-
},
|
|
34561
|
-
{
|
|
34562
|
-
"name": "count",
|
|
34563
|
-
"description": "SpotLightHelper.count",
|
|
34564
|
-
"type": "number"
|
|
34565
|
-
},
|
|
34566
|
-
{
|
|
34567
|
-
"name": "occlusionTest",
|
|
34568
|
-
"description": "SpotLightHelper.occlusionTest",
|
|
34569
|
-
"type": "boolean"
|
|
34570
32779
|
}
|
|
34571
32780
|
],
|
|
34572
32781
|
"events": [
|
|
@@ -34870,30 +33079,6 @@
|
|
|
34870
33079
|
"kind": "expression",
|
|
34871
33080
|
"type": "number"
|
|
34872
33081
|
}
|
|
34873
|
-
},
|
|
34874
|
-
{
|
|
34875
|
-
"name": "[pivot.x]",
|
|
34876
|
-
"description": "Set only the x component of pivot",
|
|
34877
|
-
"value": {
|
|
34878
|
-
"kind": "expression",
|
|
34879
|
-
"type": "number"
|
|
34880
|
-
}
|
|
34881
|
-
},
|
|
34882
|
-
{
|
|
34883
|
-
"name": "[pivot.y]",
|
|
34884
|
-
"description": "Set only the y component of pivot",
|
|
34885
|
-
"value": {
|
|
34886
|
-
"kind": "expression",
|
|
34887
|
-
"type": "number"
|
|
34888
|
-
}
|
|
34889
|
-
},
|
|
34890
|
-
{
|
|
34891
|
-
"name": "[pivot.z]",
|
|
34892
|
-
"description": "Set only the z component of pivot",
|
|
34893
|
-
"value": {
|
|
34894
|
-
"kind": "expression",
|
|
34895
|
-
"type": "number"
|
|
34896
|
-
}
|
|
34897
33082
|
}
|
|
34898
33083
|
],
|
|
34899
33084
|
"js": {
|
|
@@ -34958,14 +33143,14 @@
|
|
|
34958
33143
|
"description": "Audio.playbackRate",
|
|
34959
33144
|
"type": "number"
|
|
34960
33145
|
},
|
|
34961
|
-
{
|
|
34962
|
-
"name": "source",
|
|
34963
|
-
"description": "Audio.source",
|
|
34964
|
-
"type": "any"
|
|
34965
|
-
},
|
|
34966
33146
|
{
|
|
34967
33147
|
"name": "sourceType",
|
|
34968
33148
|
"description": "Audio.sourceType",
|
|
33149
|
+
"type": "string"
|
|
33150
|
+
},
|
|
33151
|
+
{
|
|
33152
|
+
"name": "source",
|
|
33153
|
+
"description": "Audio.source",
|
|
34969
33154
|
"type": "any"
|
|
34970
33155
|
},
|
|
34971
33156
|
{
|
|
@@ -35112,29 +33297,6 @@
|
|
|
35112
33297
|
"name": "customDistanceMaterial",
|
|
35113
33298
|
"description": "Audio.customDistanceMaterial",
|
|
35114
33299
|
"type": "THREE.Material"
|
|
35115
|
-
},
|
|
35116
|
-
{
|
|
35117
|
-
"name": "static",
|
|
35118
|
-
"description": "Audio.static",
|
|
35119
|
-
"type": "boolean"
|
|
35120
|
-
},
|
|
35121
|
-
{
|
|
35122
|
-
"name": "pivot",
|
|
35123
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
35124
|
-
"type": {
|
|
35125
|
-
"name": "NgtVector3",
|
|
35126
|
-
"module": "angular-three"
|
|
35127
|
-
}
|
|
35128
|
-
},
|
|
35129
|
-
{
|
|
35130
|
-
"name": "count",
|
|
35131
|
-
"description": "Audio.count",
|
|
35132
|
-
"type": "number"
|
|
35133
|
-
},
|
|
35134
|
-
{
|
|
35135
|
-
"name": "occlusionTest",
|
|
35136
|
-
"description": "Audio.occlusionTest",
|
|
35137
|
-
"type": "boolean"
|
|
35138
33300
|
}
|
|
35139
33301
|
],
|
|
35140
33302
|
"events": [
|
|
@@ -35438,30 +33600,6 @@
|
|
|
35438
33600
|
"kind": "expression",
|
|
35439
33601
|
"type": "number"
|
|
35440
33602
|
}
|
|
35441
|
-
},
|
|
35442
|
-
{
|
|
35443
|
-
"name": "[pivot.x]",
|
|
35444
|
-
"description": "Set only the x component of pivot",
|
|
35445
|
-
"value": {
|
|
35446
|
-
"kind": "expression",
|
|
35447
|
-
"type": "number"
|
|
35448
|
-
}
|
|
35449
|
-
},
|
|
35450
|
-
{
|
|
35451
|
-
"name": "[pivot.y]",
|
|
35452
|
-
"description": "Set only the y component of pivot",
|
|
35453
|
-
"value": {
|
|
35454
|
-
"kind": "expression",
|
|
35455
|
-
"type": "number"
|
|
35456
|
-
}
|
|
35457
|
-
},
|
|
35458
|
-
{
|
|
35459
|
-
"name": "[pivot.z]",
|
|
35460
|
-
"description": "Set only the z component of pivot",
|
|
35461
|
-
"value": {
|
|
35462
|
-
"kind": "expression",
|
|
35463
|
-
"type": "number"
|
|
35464
|
-
}
|
|
35465
33603
|
}
|
|
35466
33604
|
],
|
|
35467
33605
|
"js": {
|
|
@@ -35625,29 +33763,6 @@
|
|
|
35625
33763
|
"name": "customDistanceMaterial",
|
|
35626
33764
|
"description": "AudioListener.customDistanceMaterial",
|
|
35627
33765
|
"type": "THREE.Material"
|
|
35628
|
-
},
|
|
35629
|
-
{
|
|
35630
|
-
"name": "static",
|
|
35631
|
-
"description": "AudioListener.static",
|
|
35632
|
-
"type": "boolean"
|
|
35633
|
-
},
|
|
35634
|
-
{
|
|
35635
|
-
"name": "pivot",
|
|
35636
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
35637
|
-
"type": {
|
|
35638
|
-
"name": "NgtVector3",
|
|
35639
|
-
"module": "angular-three"
|
|
35640
|
-
}
|
|
35641
|
-
},
|
|
35642
|
-
{
|
|
35643
|
-
"name": "count",
|
|
35644
|
-
"description": "AudioListener.count",
|
|
35645
|
-
"type": "number"
|
|
35646
|
-
},
|
|
35647
|
-
{
|
|
35648
|
-
"name": "occlusionTest",
|
|
35649
|
-
"description": "AudioListener.occlusionTest",
|
|
35650
|
-
"type": "boolean"
|
|
35651
33766
|
}
|
|
35652
33767
|
],
|
|
35653
33768
|
"events": [
|
|
@@ -35951,30 +34066,6 @@
|
|
|
35951
34066
|
"kind": "expression",
|
|
35952
34067
|
"type": "number"
|
|
35953
34068
|
}
|
|
35954
|
-
},
|
|
35955
|
-
{
|
|
35956
|
-
"name": "[pivot.x]",
|
|
35957
|
-
"description": "Set only the x component of pivot",
|
|
35958
|
-
"value": {
|
|
35959
|
-
"kind": "expression",
|
|
35960
|
-
"type": "number"
|
|
35961
|
-
}
|
|
35962
|
-
},
|
|
35963
|
-
{
|
|
35964
|
-
"name": "[pivot.y]",
|
|
35965
|
-
"description": "Set only the y component of pivot",
|
|
35966
|
-
"value": {
|
|
35967
|
-
"kind": "expression",
|
|
35968
|
-
"type": "number"
|
|
35969
|
-
}
|
|
35970
|
-
},
|
|
35971
|
-
{
|
|
35972
|
-
"name": "[pivot.z]",
|
|
35973
|
-
"description": "Set only the z component of pivot",
|
|
35974
|
-
"value": {
|
|
35975
|
-
"kind": "expression",
|
|
35976
|
-
"type": "number"
|
|
35977
|
-
}
|
|
35978
34069
|
}
|
|
35979
34070
|
],
|
|
35980
34071
|
"js": {
|
|
@@ -36044,14 +34135,14 @@
|
|
|
36044
34135
|
"description": "PositionalAudio.playbackRate",
|
|
36045
34136
|
"type": "number"
|
|
36046
34137
|
},
|
|
36047
|
-
{
|
|
36048
|
-
"name": "source",
|
|
36049
|
-
"description": "PositionalAudio.source",
|
|
36050
|
-
"type": "any"
|
|
36051
|
-
},
|
|
36052
34138
|
{
|
|
36053
34139
|
"name": "sourceType",
|
|
36054
34140
|
"description": "PositionalAudio.sourceType",
|
|
34141
|
+
"type": "string"
|
|
34142
|
+
},
|
|
34143
|
+
{
|
|
34144
|
+
"name": "source",
|
|
34145
|
+
"description": "PositionalAudio.source",
|
|
36055
34146
|
"type": "any"
|
|
36056
34147
|
},
|
|
36057
34148
|
{
|
|
@@ -36198,29 +34289,6 @@
|
|
|
36198
34289
|
"name": "customDistanceMaterial",
|
|
36199
34290
|
"description": "PositionalAudio.customDistanceMaterial",
|
|
36200
34291
|
"type": "THREE.Material"
|
|
36201
|
-
},
|
|
36202
|
-
{
|
|
36203
|
-
"name": "static",
|
|
36204
|
-
"description": "PositionalAudio.static",
|
|
36205
|
-
"type": "boolean"
|
|
36206
|
-
},
|
|
36207
|
-
{
|
|
36208
|
-
"name": "pivot",
|
|
36209
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
36210
|
-
"type": {
|
|
36211
|
-
"name": "NgtVector3",
|
|
36212
|
-
"module": "angular-three"
|
|
36213
|
-
}
|
|
36214
|
-
},
|
|
36215
|
-
{
|
|
36216
|
-
"name": "count",
|
|
36217
|
-
"description": "PositionalAudio.count",
|
|
36218
|
-
"type": "number"
|
|
36219
|
-
},
|
|
36220
|
-
{
|
|
36221
|
-
"name": "occlusionTest",
|
|
36222
|
-
"description": "PositionalAudio.occlusionTest",
|
|
36223
|
-
"type": "boolean"
|
|
36224
34292
|
}
|
|
36225
34293
|
],
|
|
36226
34294
|
"events": [
|