angular-three 4.0.10 → 4.1.1
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/fesm2022/angular-three-dom.mjs +6 -6
- package/fesm2022/angular-three-testing.mjs +3 -3
- package/fesm2022/angular-three.mjs +42 -42
- package/metadata.json +2196 -384
- package/package.json +2 -2
- package/types/angular-three-dom.d.ts +1 -1
- package/types/angular-three-testing.d.ts +2 -2
- package/web-types.json +2253 -321
package/web-types.json
CHANGED
|
@@ -179,6 +179,30 @@
|
|
|
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
|
+
}
|
|
182
206
|
}
|
|
183
207
|
],
|
|
184
208
|
"js": {
|
|
@@ -322,6 +346,29 @@
|
|
|
322
346
|
"name": "customDistanceMaterial",
|
|
323
347
|
"description": "Object3D.customDistanceMaterial",
|
|
324
348
|
"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"
|
|
325
372
|
}
|
|
326
373
|
],
|
|
327
374
|
"events": [
|
|
@@ -697,10 +744,47 @@
|
|
|
697
744
|
"kind": "expression",
|
|
698
745
|
"type": "number"
|
|
699
746
|
}
|
|
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
|
+
}
|
|
700
771
|
}
|
|
701
772
|
],
|
|
702
773
|
"js": {
|
|
703
774
|
"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
|
+
},
|
|
704
788
|
{
|
|
705
789
|
"name": "fog",
|
|
706
790
|
"description": "Scene.fog",
|
|
@@ -716,19 +800,6 @@
|
|
|
716
800
|
"description": "Scene.backgroundIntensity",
|
|
717
801
|
"type": "number"
|
|
718
802
|
},
|
|
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
|
-
},
|
|
732
803
|
{
|
|
733
804
|
"name": "backgroundRotation",
|
|
734
805
|
"description": "Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]",
|
|
@@ -737,11 +808,6 @@
|
|
|
737
808
|
"module": "angular-three"
|
|
738
809
|
}
|
|
739
810
|
},
|
|
740
|
-
{
|
|
741
|
-
"name": "environment",
|
|
742
|
-
"description": "Scene.environment",
|
|
743
|
-
"type": "THREE.Texture"
|
|
744
|
-
},
|
|
745
811
|
{
|
|
746
812
|
"name": "environmentIntensity",
|
|
747
813
|
"description": "Scene.environmentIntensity",
|
|
@@ -755,6 +821,26 @@
|
|
|
755
821
|
"module": "angular-three"
|
|
756
822
|
}
|
|
757
823
|
},
|
|
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
|
+
},
|
|
758
844
|
{
|
|
759
845
|
"name": "name",
|
|
760
846
|
"description": "Scene.name",
|
|
@@ -894,6 +980,29 @@
|
|
|
894
980
|
"name": "customDistanceMaterial",
|
|
895
981
|
"description": "Scene.customDistanceMaterial",
|
|
896
982
|
"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"
|
|
897
1006
|
}
|
|
898
1007
|
],
|
|
899
1008
|
"events": [
|
|
@@ -1197,6 +1306,30 @@
|
|
|
1197
1306
|
"kind": "expression",
|
|
1198
1307
|
"type": "number"
|
|
1199
1308
|
}
|
|
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
|
+
}
|
|
1200
1333
|
}
|
|
1201
1334
|
],
|
|
1202
1335
|
"js": {
|
|
@@ -1365,6 +1498,24 @@
|
|
|
1365
1498
|
"name": "customDistanceMaterial",
|
|
1366
1499
|
"description": "Mesh.customDistanceMaterial",
|
|
1367
1500
|
"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"
|
|
1368
1519
|
}
|
|
1369
1520
|
],
|
|
1370
1521
|
"events": [
|
|
@@ -1668,40 +1819,69 @@
|
|
|
1668
1819
|
"kind": "expression",
|
|
1669
1820
|
"type": "number"
|
|
1670
1821
|
}
|
|
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
|
+
}
|
|
1671
1846
|
}
|
|
1672
1847
|
],
|
|
1673
1848
|
"js": {
|
|
1674
1849
|
"properties": [
|
|
1675
1850
|
{
|
|
1676
|
-
"name": "
|
|
1677
|
-
"description": "InstancedMesh.
|
|
1678
|
-
"type": "
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
"name": "boundingSphere",
|
|
1682
|
-
"description": "InstancedMesh.boundingSphere",
|
|
1683
|
-
"type": "any"
|
|
1851
|
+
"name": "instanceMatrix",
|
|
1852
|
+
"description": "InstancedMesh.instanceMatrix",
|
|
1853
|
+
"type": "THREE.BufferAttribute"
|
|
1684
1854
|
},
|
|
1685
1855
|
{
|
|
1686
|
-
"name": "
|
|
1687
|
-
"description": "InstancedMesh.
|
|
1688
|
-
"type": "
|
|
1856
|
+
"name": "previousInstancedMatrix",
|
|
1857
|
+
"description": "InstancedMesh.previousInstancedMatrix",
|
|
1858
|
+
"type": "THREE.BufferAttribute"
|
|
1689
1859
|
},
|
|
1690
1860
|
{
|
|
1691
1861
|
"name": "instanceColor",
|
|
1692
1862
|
"description": "InstancedMesh.instanceColor",
|
|
1693
1863
|
"type": "THREE.BufferAttribute"
|
|
1694
1864
|
},
|
|
1695
|
-
{
|
|
1696
|
-
"name": "instanceMatrix",
|
|
1697
|
-
"description": "InstancedMesh.instanceMatrix",
|
|
1698
|
-
"type": "THREE.BufferAttribute"
|
|
1699
|
-
},
|
|
1700
1865
|
{
|
|
1701
1866
|
"name": "morphTexture",
|
|
1702
1867
|
"description": "InstancedMesh.morphTexture",
|
|
1703
1868
|
"type": "THREE.Texture"
|
|
1704
1869
|
},
|
|
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
|
+
},
|
|
1705
1885
|
{
|
|
1706
1886
|
"name": "geometry",
|
|
1707
1887
|
"description": "InstancedMesh.geometry",
|
|
@@ -1861,6 +2041,24 @@
|
|
|
1861
2041
|
"name": "customDistanceMaterial",
|
|
1862
2042
|
"description": "InstancedMesh.customDistanceMaterial",
|
|
1863
2043
|
"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"
|
|
1864
2062
|
}
|
|
1865
2063
|
],
|
|
1866
2064
|
"events": [
|
|
@@ -2164,6 +2362,30 @@
|
|
|
2164
2362
|
"kind": "expression",
|
|
2165
2363
|
"type": "number"
|
|
2166
2364
|
}
|
|
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
|
+
}
|
|
2167
2389
|
}
|
|
2168
2390
|
],
|
|
2169
2391
|
"js": {
|
|
@@ -2368,6 +2590,24 @@
|
|
|
2368
2590
|
"name": "customDistanceMaterial",
|
|
2369
2591
|
"description": "SkinnedMesh.customDistanceMaterial",
|
|
2370
2592
|
"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"
|
|
2371
2611
|
}
|
|
2372
2612
|
],
|
|
2373
2613
|
"events": [
|
|
@@ -2671,6 +2911,30 @@
|
|
|
2671
2911
|
"kind": "expression",
|
|
2672
2912
|
"type": "number"
|
|
2673
2913
|
}
|
|
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
|
+
}
|
|
2674
2938
|
}
|
|
2675
2939
|
],
|
|
2676
2940
|
"js": {
|
|
@@ -2814,6 +3078,29 @@
|
|
|
2814
3078
|
"name": "customDistanceMaterial",
|
|
2815
3079
|
"description": "Bone.customDistanceMaterial",
|
|
2816
3080
|
"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"
|
|
2817
3104
|
}
|
|
2818
3105
|
],
|
|
2819
3106
|
"events": [
|
|
@@ -3117,6 +3404,30 @@
|
|
|
3117
3404
|
"kind": "expression",
|
|
3118
3405
|
"type": "number"
|
|
3119
3406
|
}
|
|
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
|
+
}
|
|
3120
3431
|
}
|
|
3121
3432
|
],
|
|
3122
3433
|
"js": {
|
|
@@ -3260,6 +3571,29 @@
|
|
|
3260
3571
|
"name": "customDistanceMaterial",
|
|
3261
3572
|
"description": "Group.customDistanceMaterial",
|
|
3262
3573
|
"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"
|
|
3263
3597
|
}
|
|
3264
3598
|
],
|
|
3265
3599
|
"events": [
|
|
@@ -3563,6 +3897,30 @@
|
|
|
3563
3897
|
"kind": "expression",
|
|
3564
3898
|
"type": "number"
|
|
3565
3899
|
}
|
|
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
|
+
}
|
|
3566
3924
|
}
|
|
3567
3925
|
],
|
|
3568
3926
|
"js": {
|
|
@@ -3716,6 +4074,29 @@
|
|
|
3716
4074
|
"name": "customDistanceMaterial",
|
|
3717
4075
|
"description": "LOD.customDistanceMaterial",
|
|
3718
4076
|
"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"
|
|
3719
4100
|
}
|
|
3720
4101
|
],
|
|
3721
4102
|
"events": [
|
|
@@ -4019,6 +4400,30 @@
|
|
|
4019
4400
|
"kind": "expression",
|
|
4020
4401
|
"type": "number"
|
|
4021
4402
|
}
|
|
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
|
+
}
|
|
4022
4427
|
}
|
|
4023
4428
|
],
|
|
4024
4429
|
"js": {
|
|
@@ -4182,6 +4587,29 @@
|
|
|
4182
4587
|
"name": "customDistanceMaterial",
|
|
4183
4588
|
"description": "Line.customDistanceMaterial",
|
|
4184
4589
|
"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"
|
|
4185
4613
|
}
|
|
4186
4614
|
],
|
|
4187
4615
|
"events": [
|
|
@@ -4485,6 +4913,30 @@
|
|
|
4485
4913
|
"kind": "expression",
|
|
4486
4914
|
"type": "number"
|
|
4487
4915
|
}
|
|
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
|
+
}
|
|
4488
4940
|
}
|
|
4489
4941
|
],
|
|
4490
4942
|
"js": {
|
|
@@ -4648,6 +5100,29 @@
|
|
|
4648
5100
|
"name": "customDistanceMaterial",
|
|
4649
5101
|
"description": "LineLoop.customDistanceMaterial",
|
|
4650
5102
|
"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"
|
|
4651
5126
|
}
|
|
4652
5127
|
],
|
|
4653
5128
|
"events": [
|
|
@@ -4951,6 +5426,30 @@
|
|
|
4951
5426
|
"kind": "expression",
|
|
4952
5427
|
"type": "number"
|
|
4953
5428
|
}
|
|
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
|
+
}
|
|
4954
5453
|
}
|
|
4955
5454
|
],
|
|
4956
5455
|
"js": {
|
|
@@ -5114,6 +5613,29 @@
|
|
|
5114
5613
|
"name": "customDistanceMaterial",
|
|
5115
5614
|
"description": "LineSegments.customDistanceMaterial",
|
|
5116
5615
|
"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"
|
|
5117
5639
|
}
|
|
5118
5640
|
],
|
|
5119
5641
|
"events": [
|
|
@@ -5417,6 +5939,30 @@
|
|
|
5417
5939
|
"kind": "expression",
|
|
5418
5940
|
"type": "number"
|
|
5419
5941
|
}
|
|
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
|
+
}
|
|
5420
5966
|
}
|
|
5421
5967
|
],
|
|
5422
5968
|
"js": {
|
|
@@ -5580,6 +6126,29 @@
|
|
|
5580
6126
|
"name": "customDistanceMaterial",
|
|
5581
6127
|
"description": "Points.customDistanceMaterial",
|
|
5582
6128
|
"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"
|
|
5583
6152
|
}
|
|
5584
6153
|
],
|
|
5585
6154
|
"events": [
|
|
@@ -5899,6 +6468,30 @@
|
|
|
5899
6468
|
"kind": "expression",
|
|
5900
6469
|
"type": "number"
|
|
5901
6470
|
}
|
|
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
|
+
}
|
|
5902
6495
|
}
|
|
5903
6496
|
],
|
|
5904
6497
|
"js": {
|
|
@@ -6065,6 +6658,24 @@
|
|
|
6065
6658
|
"name": "customDistanceMaterial",
|
|
6066
6659
|
"description": "Sprite.customDistanceMaterial",
|
|
6067
6660
|
"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"
|
|
6068
6679
|
}
|
|
6069
6680
|
],
|
|
6070
6681
|
"events": [
|
|
@@ -6400,18 +7011,34 @@
|
|
|
6400
7011
|
"kind": "expression",
|
|
6401
7012
|
"type": "number"
|
|
6402
7013
|
}
|
|
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
|
+
}
|
|
6403
7038
|
}
|
|
6404
7039
|
],
|
|
6405
7040
|
"js": {
|
|
6406
7041
|
"properties": [
|
|
6407
|
-
{
|
|
6408
|
-
"name": "layers",
|
|
6409
|
-
"description": "Accepts: THREE.Layers | number",
|
|
6410
|
-
"type": {
|
|
6411
|
-
"name": "NgtLayers",
|
|
6412
|
-
"module": "angular-three"
|
|
6413
|
-
}
|
|
6414
|
-
},
|
|
6415
7042
|
{
|
|
6416
7043
|
"name": "matrixWorldInverse",
|
|
6417
7044
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -6546,6 +7173,14 @@
|
|
|
6546
7173
|
"description": "Camera.matrixWorldNeedsUpdate",
|
|
6547
7174
|
"type": "boolean"
|
|
6548
7175
|
},
|
|
7176
|
+
{
|
|
7177
|
+
"name": "layers",
|
|
7178
|
+
"description": "Accepts: THREE.Layers | number",
|
|
7179
|
+
"type": {
|
|
7180
|
+
"name": "NgtLayers",
|
|
7181
|
+
"module": "angular-three"
|
|
7182
|
+
}
|
|
7183
|
+
},
|
|
6549
7184
|
{
|
|
6550
7185
|
"name": "visible",
|
|
6551
7186
|
"description": "Camera.visible",
|
|
@@ -6585,6 +7220,29 @@
|
|
|
6585
7220
|
"name": "customDistanceMaterial",
|
|
6586
7221
|
"description": "Camera.customDistanceMaterial",
|
|
6587
7222
|
"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"
|
|
6588
7246
|
}
|
|
6589
7247
|
],
|
|
6590
7248
|
"events": [
|
|
@@ -6920,23 +7578,42 @@
|
|
|
6920
7578
|
"kind": "expression",
|
|
6921
7579
|
"type": "number"
|
|
6922
7580
|
}
|
|
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
|
+
}
|
|
6923
7605
|
}
|
|
6924
7606
|
],
|
|
6925
7607
|
"js": {
|
|
6926
7608
|
"properties": [
|
|
6927
|
-
{
|
|
6928
|
-
"name": "zoom",
|
|
6929
|
-
"description": "PerspectiveCamera.zoom",
|
|
6930
|
-
"type": "number"
|
|
6931
|
-
},
|
|
6932
7609
|
{
|
|
6933
7610
|
"name": "fov",
|
|
6934
7611
|
"description": "PerspectiveCamera.fov",
|
|
6935
7612
|
"type": "number"
|
|
6936
7613
|
},
|
|
6937
7614
|
{
|
|
6938
|
-
"name": "
|
|
6939
|
-
"description": "PerspectiveCamera.
|
|
7615
|
+
"name": "zoom",
|
|
7616
|
+
"description": "PerspectiveCamera.zoom",
|
|
6940
7617
|
"type": "number"
|
|
6941
7618
|
},
|
|
6942
7619
|
{
|
|
@@ -6954,6 +7631,11 @@
|
|
|
6954
7631
|
"description": "PerspectiveCamera.focus",
|
|
6955
7632
|
"type": "number"
|
|
6956
7633
|
},
|
|
7634
|
+
{
|
|
7635
|
+
"name": "aspect",
|
|
7636
|
+
"description": "PerspectiveCamera.aspect",
|
|
7637
|
+
"type": "number"
|
|
7638
|
+
},
|
|
6957
7639
|
{
|
|
6958
7640
|
"name": "view",
|
|
6959
7641
|
"description": "PerspectiveCamera.view",
|
|
@@ -6969,14 +7651,6 @@
|
|
|
6969
7651
|
"description": "PerspectiveCamera.filmOffset",
|
|
6970
7652
|
"type": "number"
|
|
6971
7653
|
},
|
|
6972
|
-
{
|
|
6973
|
-
"name": "layers",
|
|
6974
|
-
"description": "Accepts: THREE.Layers | number",
|
|
6975
|
-
"type": {
|
|
6976
|
-
"name": "NgtLayers",
|
|
6977
|
-
"module": "angular-three"
|
|
6978
|
-
}
|
|
6979
|
-
},
|
|
6980
7654
|
{
|
|
6981
7655
|
"name": "matrixWorldInverse",
|
|
6982
7656
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -7111,6 +7785,14 @@
|
|
|
7111
7785
|
"description": "PerspectiveCamera.matrixWorldNeedsUpdate",
|
|
7112
7786
|
"type": "boolean"
|
|
7113
7787
|
},
|
|
7788
|
+
{
|
|
7789
|
+
"name": "layers",
|
|
7790
|
+
"description": "Accepts: THREE.Layers | number",
|
|
7791
|
+
"type": {
|
|
7792
|
+
"name": "NgtLayers",
|
|
7793
|
+
"module": "angular-three"
|
|
7794
|
+
}
|
|
7795
|
+
},
|
|
7114
7796
|
{
|
|
7115
7797
|
"name": "visible",
|
|
7116
7798
|
"description": "PerspectiveCamera.visible",
|
|
@@ -7150,6 +7832,29 @@
|
|
|
7150
7832
|
"name": "customDistanceMaterial",
|
|
7151
7833
|
"description": "PerspectiveCamera.customDistanceMaterial",
|
|
7152
7834
|
"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"
|
|
7153
7858
|
}
|
|
7154
7859
|
],
|
|
7155
7860
|
"events": [
|
|
@@ -7485,6 +8190,30 @@
|
|
|
7485
8190
|
"kind": "expression",
|
|
7486
8191
|
"type": "number"
|
|
7487
8192
|
}
|
|
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
|
+
}
|
|
7488
8217
|
}
|
|
7489
8218
|
],
|
|
7490
8219
|
"js": {
|
|
@@ -7529,14 +8258,6 @@
|
|
|
7529
8258
|
"description": "OrthographicCamera.far",
|
|
7530
8259
|
"type": "number"
|
|
7531
8260
|
},
|
|
7532
|
-
{
|
|
7533
|
-
"name": "layers",
|
|
7534
|
-
"description": "Accepts: THREE.Layers | number",
|
|
7535
|
-
"type": {
|
|
7536
|
-
"name": "NgtLayers",
|
|
7537
|
-
"module": "angular-three"
|
|
7538
|
-
}
|
|
7539
|
-
},
|
|
7540
8261
|
{
|
|
7541
8262
|
"name": "matrixWorldInverse",
|
|
7542
8263
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -7671,6 +8392,14 @@
|
|
|
7671
8392
|
"description": "OrthographicCamera.matrixWorldNeedsUpdate",
|
|
7672
8393
|
"type": "boolean"
|
|
7673
8394
|
},
|
|
8395
|
+
{
|
|
8396
|
+
"name": "layers",
|
|
8397
|
+
"description": "Accepts: THREE.Layers | number",
|
|
8398
|
+
"type": {
|
|
8399
|
+
"name": "NgtLayers",
|
|
8400
|
+
"module": "angular-three"
|
|
8401
|
+
}
|
|
8402
|
+
},
|
|
7674
8403
|
{
|
|
7675
8404
|
"name": "visible",
|
|
7676
8405
|
"description": "OrthographicCamera.visible",
|
|
@@ -7710,6 +8439,29 @@
|
|
|
7710
8439
|
"name": "customDistanceMaterial",
|
|
7711
8440
|
"description": "OrthographicCamera.customDistanceMaterial",
|
|
7712
8441
|
"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"
|
|
7713
8465
|
}
|
|
7714
8466
|
],
|
|
7715
8467
|
"events": [
|
|
@@ -8013,6 +8765,30 @@
|
|
|
8013
8765
|
"kind": "expression",
|
|
8014
8766
|
"type": "number"
|
|
8015
8767
|
}
|
|
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
|
+
}
|
|
8016
8792
|
}
|
|
8017
8793
|
],
|
|
8018
8794
|
"js": {
|
|
@@ -8171,6 +8947,29 @@
|
|
|
8171
8947
|
"name": "customDistanceMaterial",
|
|
8172
8948
|
"description": "CubeCamera.customDistanceMaterial",
|
|
8173
8949
|
"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"
|
|
8174
8973
|
}
|
|
8175
8974
|
],
|
|
8176
8975
|
"events": [
|
|
@@ -8506,6 +9305,30 @@
|
|
|
8506
9305
|
"kind": "expression",
|
|
8507
9306
|
"type": "number"
|
|
8508
9307
|
}
|
|
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
|
+
}
|
|
8509
9332
|
}
|
|
8510
9333
|
],
|
|
8511
9334
|
"js": {
|
|
@@ -8515,24 +9338,14 @@
|
|
|
8515
9338
|
"description": "ArrayCamera.cameras",
|
|
8516
9339
|
"type": "array"
|
|
8517
9340
|
},
|
|
8518
|
-
{
|
|
8519
|
-
"name": "index",
|
|
8520
|
-
"description": "ArrayCamera.index",
|
|
8521
|
-
"type": "number"
|
|
8522
|
-
},
|
|
8523
|
-
{
|
|
8524
|
-
"name": "zoom",
|
|
8525
|
-
"description": "ArrayCamera.zoom",
|
|
8526
|
-
"type": "number"
|
|
8527
|
-
},
|
|
8528
9341
|
{
|
|
8529
9342
|
"name": "fov",
|
|
8530
9343
|
"description": "ArrayCamera.fov",
|
|
8531
9344
|
"type": "number"
|
|
8532
9345
|
},
|
|
8533
9346
|
{
|
|
8534
|
-
"name": "
|
|
8535
|
-
"description": "ArrayCamera.
|
|
9347
|
+
"name": "zoom",
|
|
9348
|
+
"description": "ArrayCamera.zoom",
|
|
8536
9349
|
"type": "number"
|
|
8537
9350
|
},
|
|
8538
9351
|
{
|
|
@@ -8550,6 +9363,11 @@
|
|
|
8550
9363
|
"description": "ArrayCamera.focus",
|
|
8551
9364
|
"type": "number"
|
|
8552
9365
|
},
|
|
9366
|
+
{
|
|
9367
|
+
"name": "aspect",
|
|
9368
|
+
"description": "ArrayCamera.aspect",
|
|
9369
|
+
"type": "number"
|
|
9370
|
+
},
|
|
8553
9371
|
{
|
|
8554
9372
|
"name": "view",
|
|
8555
9373
|
"description": "ArrayCamera.view",
|
|
@@ -8565,14 +9383,6 @@
|
|
|
8565
9383
|
"description": "ArrayCamera.filmOffset",
|
|
8566
9384
|
"type": "number"
|
|
8567
9385
|
},
|
|
8568
|
-
{
|
|
8569
|
-
"name": "layers",
|
|
8570
|
-
"description": "Accepts: THREE.Layers | number",
|
|
8571
|
-
"type": {
|
|
8572
|
-
"name": "NgtLayers",
|
|
8573
|
-
"module": "angular-three"
|
|
8574
|
-
}
|
|
8575
|
-
},
|
|
8576
9386
|
{
|
|
8577
9387
|
"name": "matrixWorldInverse",
|
|
8578
9388
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -8707,6 +9517,14 @@
|
|
|
8707
9517
|
"description": "ArrayCamera.matrixWorldNeedsUpdate",
|
|
8708
9518
|
"type": "boolean"
|
|
8709
9519
|
},
|
|
9520
|
+
{
|
|
9521
|
+
"name": "layers",
|
|
9522
|
+
"description": "Accepts: THREE.Layers | number",
|
|
9523
|
+
"type": {
|
|
9524
|
+
"name": "NgtLayers",
|
|
9525
|
+
"module": "angular-three"
|
|
9526
|
+
}
|
|
9527
|
+
},
|
|
8710
9528
|
{
|
|
8711
9529
|
"name": "visible",
|
|
8712
9530
|
"description": "ArrayCamera.visible",
|
|
@@ -8746,6 +9564,29 @@
|
|
|
8746
9564
|
"name": "customDistanceMaterial",
|
|
8747
9565
|
"description": "ArrayCamera.customDistanceMaterial",
|
|
8748
9566
|
"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"
|
|
8749
9590
|
}
|
|
8750
9591
|
],
|
|
8751
9592
|
"events": [
|
|
@@ -9073,6 +9914,30 @@
|
|
|
9073
9914
|
"kind": "expression",
|
|
9074
9915
|
"type": "number"
|
|
9075
9916
|
}
|
|
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
|
+
}
|
|
9076
9941
|
}
|
|
9077
9942
|
],
|
|
9078
9943
|
"js": {
|
|
@@ -9090,11 +9955,6 @@
|
|
|
9090
9955
|
"description": "AmbientLight.intensity",
|
|
9091
9956
|
"type": "number"
|
|
9092
9957
|
},
|
|
9093
|
-
{
|
|
9094
|
-
"name": "shadow",
|
|
9095
|
-
"description": "AmbientLight.shadow",
|
|
9096
|
-
"type": "any"
|
|
9097
|
-
},
|
|
9098
9958
|
{
|
|
9099
9959
|
"name": "name",
|
|
9100
9960
|
"description": "AmbientLight.name",
|
|
@@ -9234,6 +10094,29 @@
|
|
|
9234
10094
|
"name": "customDistanceMaterial",
|
|
9235
10095
|
"description": "AmbientLight.customDistanceMaterial",
|
|
9236
10096
|
"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"
|
|
9237
10120
|
}
|
|
9238
10121
|
],
|
|
9239
10122
|
"events": [
|
|
@@ -9411,72 +10294,72 @@
|
|
|
9411
10294
|
}
|
|
9412
10295
|
},
|
|
9413
10296
|
{
|
|
9414
|
-
"name": "[
|
|
9415
|
-
"description": "Set only the
|
|
10297
|
+
"name": "[color.r]",
|
|
10298
|
+
"description": "Set only the r channel (0-1) of color",
|
|
9416
10299
|
"value": {
|
|
9417
10300
|
"kind": "expression",
|
|
9418
10301
|
"type": "number"
|
|
9419
10302
|
}
|
|
9420
10303
|
},
|
|
9421
10304
|
{
|
|
9422
|
-
"name": "[
|
|
9423
|
-
"description": "Set only the
|
|
10305
|
+
"name": "[color.g]",
|
|
10306
|
+
"description": "Set only the g channel (0-1) of color",
|
|
9424
10307
|
"value": {
|
|
9425
10308
|
"kind": "expression",
|
|
9426
10309
|
"type": "number"
|
|
9427
10310
|
}
|
|
9428
10311
|
},
|
|
9429
10312
|
{
|
|
9430
|
-
"name": "[
|
|
9431
|
-
"description": "Set only the
|
|
10313
|
+
"name": "[color.b]",
|
|
10314
|
+
"description": "Set only the b channel (0-1) of color",
|
|
9432
10315
|
"value": {
|
|
9433
10316
|
"kind": "expression",
|
|
9434
10317
|
"type": "number"
|
|
9435
10318
|
}
|
|
9436
10319
|
},
|
|
9437
10320
|
{
|
|
9438
|
-
"name": "[
|
|
9439
|
-
"description": "Set only the
|
|
10321
|
+
"name": "[up.x]",
|
|
10322
|
+
"description": "Set only the x component of up",
|
|
9440
10323
|
"value": {
|
|
9441
10324
|
"kind": "expression",
|
|
9442
10325
|
"type": "number"
|
|
9443
10326
|
}
|
|
9444
10327
|
},
|
|
9445
10328
|
{
|
|
9446
|
-
"name": "[
|
|
9447
|
-
"description": "Set only the
|
|
10329
|
+
"name": "[up.y]",
|
|
10330
|
+
"description": "Set only the y component of up",
|
|
9448
10331
|
"value": {
|
|
9449
10332
|
"kind": "expression",
|
|
9450
10333
|
"type": "number"
|
|
9451
10334
|
}
|
|
9452
10335
|
},
|
|
9453
10336
|
{
|
|
9454
|
-
"name": "[
|
|
9455
|
-
"description": "Set only the
|
|
10337
|
+
"name": "[up.z]",
|
|
10338
|
+
"description": "Set only the z component of up",
|
|
9456
10339
|
"value": {
|
|
9457
10340
|
"kind": "expression",
|
|
9458
10341
|
"type": "number"
|
|
9459
10342
|
}
|
|
9460
10343
|
},
|
|
9461
10344
|
{
|
|
9462
|
-
"name": "[
|
|
9463
|
-
"description": "Set only the x component of
|
|
10345
|
+
"name": "[position.x]",
|
|
10346
|
+
"description": "Set only the x component of position",
|
|
9464
10347
|
"value": {
|
|
9465
10348
|
"kind": "expression",
|
|
9466
10349
|
"type": "number"
|
|
9467
10350
|
}
|
|
9468
10351
|
},
|
|
9469
10352
|
{
|
|
9470
|
-
"name": "[
|
|
9471
|
-
"description": "Set only the y component of
|
|
10353
|
+
"name": "[position.y]",
|
|
10354
|
+
"description": "Set only the y component of position",
|
|
9472
10355
|
"value": {
|
|
9473
10356
|
"kind": "expression",
|
|
9474
10357
|
"type": "number"
|
|
9475
10358
|
}
|
|
9476
10359
|
},
|
|
9477
10360
|
{
|
|
9478
|
-
"name": "[
|
|
9479
|
-
"description": "Set only the z component of
|
|
10361
|
+
"name": "[position.z]",
|
|
10362
|
+
"description": "Set only the z component of position",
|
|
9480
10363
|
"value": {
|
|
9481
10364
|
"kind": "expression",
|
|
9482
10365
|
"type": "number"
|
|
@@ -9562,6 +10445,30 @@
|
|
|
9562
10445
|
"type": "number"
|
|
9563
10446
|
}
|
|
9564
10447
|
},
|
|
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
|
+
},
|
|
9565
10472
|
{
|
|
9566
10473
|
"name": "[shadow.intensity]",
|
|
9567
10474
|
"description": "Shadow intensity (0-1)",
|
|
@@ -9702,28 +10609,15 @@
|
|
|
9702
10609
|
"js": {
|
|
9703
10610
|
"properties": [
|
|
9704
10611
|
{
|
|
9705
|
-
"name": "
|
|
9706
|
-
"description": "DirectionalLight.
|
|
9707
|
-
"type": "
|
|
9708
|
-
},
|
|
9709
|
-
{
|
|
9710
|
-
"name": "position",
|
|
9711
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
9712
|
-
"type": {
|
|
9713
|
-
"name": "NgtVector3",
|
|
9714
|
-
"module": "angular-three"
|
|
9715
|
-
}
|
|
10612
|
+
"name": "target",
|
|
10613
|
+
"description": "DirectionalLight.target",
|
|
10614
|
+
"type": "THREE.Object3D"
|
|
9716
10615
|
},
|
|
9717
10616
|
{
|
|
9718
10617
|
"name": "shadow",
|
|
9719
10618
|
"description": "DirectionalLight.shadow",
|
|
9720
10619
|
"type": "any"
|
|
9721
10620
|
},
|
|
9722
|
-
{
|
|
9723
|
-
"name": "target",
|
|
9724
|
-
"description": "DirectionalLight.target",
|
|
9725
|
-
"type": "THREE.Object3D"
|
|
9726
|
-
},
|
|
9727
10621
|
{
|
|
9728
10622
|
"name": "color",
|
|
9729
10623
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
@@ -9750,6 +10644,14 @@
|
|
|
9750
10644
|
"module": "angular-three"
|
|
9751
10645
|
}
|
|
9752
10646
|
},
|
|
10647
|
+
{
|
|
10648
|
+
"name": "position",
|
|
10649
|
+
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
10650
|
+
"type": {
|
|
10651
|
+
"name": "NgtVector3",
|
|
10652
|
+
"module": "angular-three"
|
|
10653
|
+
}
|
|
10654
|
+
},
|
|
9753
10655
|
{
|
|
9754
10656
|
"name": "rotation",
|
|
9755
10657
|
"description": "Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]",
|
|
@@ -9834,6 +10736,11 @@
|
|
|
9834
10736
|
"description": "DirectionalLight.visible",
|
|
9835
10737
|
"type": "boolean"
|
|
9836
10738
|
},
|
|
10739
|
+
{
|
|
10740
|
+
"name": "castShadow",
|
|
10741
|
+
"description": "DirectionalLight.castShadow",
|
|
10742
|
+
"type": "boolean"
|
|
10743
|
+
},
|
|
9837
10744
|
{
|
|
9838
10745
|
"name": "receiveShadow",
|
|
9839
10746
|
"description": "DirectionalLight.receiveShadow",
|
|
@@ -9863,6 +10770,29 @@
|
|
|
9863
10770
|
"name": "customDistanceMaterial",
|
|
9864
10771
|
"description": "DirectionalLight.customDistanceMaterial",
|
|
9865
10772
|
"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"
|
|
9866
10796
|
}
|
|
9867
10797
|
],
|
|
9868
10798
|
"events": [
|
|
@@ -10040,24 +10970,24 @@
|
|
|
10040
10970
|
}
|
|
10041
10971
|
},
|
|
10042
10972
|
{
|
|
10043
|
-
"name": "[
|
|
10044
|
-
"description": "Set only the
|
|
10973
|
+
"name": "[groundColor.r]",
|
|
10974
|
+
"description": "Set only the r channel (0-1) of groundColor",
|
|
10045
10975
|
"value": {
|
|
10046
10976
|
"kind": "expression",
|
|
10047
10977
|
"type": "number"
|
|
10048
10978
|
}
|
|
10049
10979
|
},
|
|
10050
10980
|
{
|
|
10051
|
-
"name": "[
|
|
10052
|
-
"description": "Set only the
|
|
10981
|
+
"name": "[groundColor.g]",
|
|
10982
|
+
"description": "Set only the g channel (0-1) of groundColor",
|
|
10053
10983
|
"value": {
|
|
10054
10984
|
"kind": "expression",
|
|
10055
10985
|
"type": "number"
|
|
10056
10986
|
}
|
|
10057
10987
|
},
|
|
10058
10988
|
{
|
|
10059
|
-
"name": "[
|
|
10060
|
-
"description": "Set only the
|
|
10989
|
+
"name": "[groundColor.b]",
|
|
10990
|
+
"description": "Set only the b channel (0-1) of groundColor",
|
|
10061
10991
|
"value": {
|
|
10062
10992
|
"kind": "expression",
|
|
10063
10993
|
"type": "number"
|
|
@@ -10088,48 +11018,48 @@
|
|
|
10088
11018
|
}
|
|
10089
11019
|
},
|
|
10090
11020
|
{
|
|
10091
|
-
"name": "[
|
|
10092
|
-
"description": "Set only the
|
|
11021
|
+
"name": "[up.x]",
|
|
11022
|
+
"description": "Set only the x component of up",
|
|
10093
11023
|
"value": {
|
|
10094
11024
|
"kind": "expression",
|
|
10095
11025
|
"type": "number"
|
|
10096
11026
|
}
|
|
10097
11027
|
},
|
|
10098
11028
|
{
|
|
10099
|
-
"name": "[
|
|
10100
|
-
"description": "Set only the
|
|
11029
|
+
"name": "[up.y]",
|
|
11030
|
+
"description": "Set only the y component of up",
|
|
10101
11031
|
"value": {
|
|
10102
11032
|
"kind": "expression",
|
|
10103
11033
|
"type": "number"
|
|
10104
11034
|
}
|
|
10105
11035
|
},
|
|
10106
11036
|
{
|
|
10107
|
-
"name": "[
|
|
10108
|
-
"description": "Set only the
|
|
11037
|
+
"name": "[up.z]",
|
|
11038
|
+
"description": "Set only the z component of up",
|
|
10109
11039
|
"value": {
|
|
10110
11040
|
"kind": "expression",
|
|
10111
11041
|
"type": "number"
|
|
10112
11042
|
}
|
|
10113
11043
|
},
|
|
10114
11044
|
{
|
|
10115
|
-
"name": "[
|
|
10116
|
-
"description": "Set only the x component of
|
|
11045
|
+
"name": "[position.x]",
|
|
11046
|
+
"description": "Set only the x component of position",
|
|
10117
11047
|
"value": {
|
|
10118
11048
|
"kind": "expression",
|
|
10119
11049
|
"type": "number"
|
|
10120
11050
|
}
|
|
10121
11051
|
},
|
|
10122
11052
|
{
|
|
10123
|
-
"name": "[
|
|
10124
|
-
"description": "Set only the y component of
|
|
11053
|
+
"name": "[position.y]",
|
|
11054
|
+
"description": "Set only the y component of position",
|
|
10125
11055
|
"value": {
|
|
10126
11056
|
"kind": "expression",
|
|
10127
11057
|
"type": "number"
|
|
10128
11058
|
}
|
|
10129
11059
|
},
|
|
10130
11060
|
{
|
|
10131
|
-
"name": "[
|
|
10132
|
-
"description": "Set only the z component of
|
|
11061
|
+
"name": "[position.z]",
|
|
11062
|
+
"description": "Set only the z component of position",
|
|
10133
11063
|
"value": {
|
|
10134
11064
|
"kind": "expression",
|
|
10135
11065
|
"type": "number"
|
|
@@ -10214,20 +11144,36 @@
|
|
|
10214
11144
|
"kind": "expression",
|
|
10215
11145
|
"type": "number"
|
|
10216
11146
|
}
|
|
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
|
+
}
|
|
10217
11171
|
}
|
|
10218
11172
|
],
|
|
10219
11173
|
"js": {
|
|
10220
11174
|
"properties": [
|
|
10221
11175
|
{
|
|
10222
|
-
"name": "
|
|
10223
|
-
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
10224
|
-
"type": {
|
|
10225
|
-
"name": "NgtVector3",
|
|
10226
|
-
"module": "angular-three"
|
|
10227
|
-
}
|
|
10228
|
-
},
|
|
10229
|
-
{
|
|
10230
|
-
"name": "color",
|
|
11176
|
+
"name": "groundColor",
|
|
10231
11177
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
10232
11178
|
"type": {
|
|
10233
11179
|
"name": "NgtColor",
|
|
@@ -10235,7 +11181,7 @@
|
|
|
10235
11181
|
}
|
|
10236
11182
|
},
|
|
10237
11183
|
{
|
|
10238
|
-
"name": "
|
|
11184
|
+
"name": "color",
|
|
10239
11185
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
10240
11186
|
"type": {
|
|
10241
11187
|
"name": "NgtColor",
|
|
@@ -10247,11 +11193,6 @@
|
|
|
10247
11193
|
"description": "HemisphereLight.intensity",
|
|
10248
11194
|
"type": "number"
|
|
10249
11195
|
},
|
|
10250
|
-
{
|
|
10251
|
-
"name": "shadow",
|
|
10252
|
-
"description": "HemisphereLight.shadow",
|
|
10253
|
-
"type": "any"
|
|
10254
|
-
},
|
|
10255
11196
|
{
|
|
10256
11197
|
"name": "name",
|
|
10257
11198
|
"description": "HemisphereLight.name",
|
|
@@ -10265,6 +11206,14 @@
|
|
|
10265
11206
|
"module": "angular-three"
|
|
10266
11207
|
}
|
|
10267
11208
|
},
|
|
11209
|
+
{
|
|
11210
|
+
"name": "position",
|
|
11211
|
+
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
11212
|
+
"type": {
|
|
11213
|
+
"name": "NgtVector3",
|
|
11214
|
+
"module": "angular-three"
|
|
11215
|
+
}
|
|
11216
|
+
},
|
|
10268
11217
|
{
|
|
10269
11218
|
"name": "rotation",
|
|
10270
11219
|
"description": "Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]",
|
|
@@ -10383,6 +11332,29 @@
|
|
|
10383
11332
|
"name": "customDistanceMaterial",
|
|
10384
11333
|
"description": "HemisphereLight.customDistanceMaterial",
|
|
10385
11334
|
"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"
|
|
10386
11358
|
}
|
|
10387
11359
|
],
|
|
10388
11360
|
"events": [
|
|
@@ -10711,6 +11683,30 @@
|
|
|
10711
11683
|
"type": "number"
|
|
10712
11684
|
}
|
|
10713
11685
|
},
|
|
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
|
+
},
|
|
10714
11710
|
{
|
|
10715
11711
|
"name": "[shadow.intensity]",
|
|
10716
11712
|
"description": "Shadow intensity (0-1)",
|
|
@@ -10850,21 +11846,11 @@
|
|
|
10850
11846
|
],
|
|
10851
11847
|
"js": {
|
|
10852
11848
|
"properties": [
|
|
10853
|
-
{
|
|
10854
|
-
"name": "intensity",
|
|
10855
|
-
"description": "PointLight.intensity",
|
|
10856
|
-
"type": "number"
|
|
10857
|
-
},
|
|
10858
11849
|
{
|
|
10859
11850
|
"name": "distance",
|
|
10860
11851
|
"description": "PointLight.distance",
|
|
10861
11852
|
"type": "number"
|
|
10862
11853
|
},
|
|
10863
|
-
{
|
|
10864
|
-
"name": "castShadow",
|
|
10865
|
-
"description": "PointLight.castShadow",
|
|
10866
|
-
"type": "boolean"
|
|
10867
|
-
},
|
|
10868
11854
|
{
|
|
10869
11855
|
"name": "decay",
|
|
10870
11856
|
"description": "PointLight.decay",
|
|
@@ -10888,6 +11874,11 @@
|
|
|
10888
11874
|
"module": "angular-three"
|
|
10889
11875
|
}
|
|
10890
11876
|
},
|
|
11877
|
+
{
|
|
11878
|
+
"name": "intensity",
|
|
11879
|
+
"description": "PointLight.intensity",
|
|
11880
|
+
"type": "number"
|
|
11881
|
+
},
|
|
10891
11882
|
{
|
|
10892
11883
|
"name": "name",
|
|
10893
11884
|
"description": "PointLight.name",
|
|
@@ -10993,6 +11984,11 @@
|
|
|
10993
11984
|
"description": "PointLight.visible",
|
|
10994
11985
|
"type": "boolean"
|
|
10995
11986
|
},
|
|
11987
|
+
{
|
|
11988
|
+
"name": "castShadow",
|
|
11989
|
+
"description": "PointLight.castShadow",
|
|
11990
|
+
"type": "boolean"
|
|
11991
|
+
},
|
|
10996
11992
|
{
|
|
10997
11993
|
"name": "receiveShadow",
|
|
10998
11994
|
"description": "PointLight.receiveShadow",
|
|
@@ -11022,6 +12018,29 @@
|
|
|
11022
12018
|
"name": "customDistanceMaterial",
|
|
11023
12019
|
"description": "PointLight.customDistanceMaterial",
|
|
11024
12020
|
"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"
|
|
11025
12044
|
}
|
|
11026
12045
|
],
|
|
11027
12046
|
"events": [
|
|
@@ -11199,72 +12218,72 @@
|
|
|
11199
12218
|
}
|
|
11200
12219
|
},
|
|
11201
12220
|
{
|
|
11202
|
-
"name": "[
|
|
11203
|
-
"description": "Set only the
|
|
12221
|
+
"name": "[color.r]",
|
|
12222
|
+
"description": "Set only the r channel (0-1) of color",
|
|
11204
12223
|
"value": {
|
|
11205
12224
|
"kind": "expression",
|
|
11206
12225
|
"type": "number"
|
|
11207
12226
|
}
|
|
11208
12227
|
},
|
|
11209
12228
|
{
|
|
11210
|
-
"name": "[
|
|
11211
|
-
"description": "Set only the
|
|
12229
|
+
"name": "[color.g]",
|
|
12230
|
+
"description": "Set only the g channel (0-1) of color",
|
|
11212
12231
|
"value": {
|
|
11213
12232
|
"kind": "expression",
|
|
11214
12233
|
"type": "number"
|
|
11215
12234
|
}
|
|
11216
12235
|
},
|
|
11217
12236
|
{
|
|
11218
|
-
"name": "[
|
|
11219
|
-
"description": "Set only the
|
|
12237
|
+
"name": "[color.b]",
|
|
12238
|
+
"description": "Set only the b channel (0-1) of color",
|
|
11220
12239
|
"value": {
|
|
11221
12240
|
"kind": "expression",
|
|
11222
12241
|
"type": "number"
|
|
11223
12242
|
}
|
|
11224
12243
|
},
|
|
11225
12244
|
{
|
|
11226
|
-
"name": "[
|
|
11227
|
-
"description": "Set only the
|
|
12245
|
+
"name": "[up.x]",
|
|
12246
|
+
"description": "Set only the x component of up",
|
|
11228
12247
|
"value": {
|
|
11229
12248
|
"kind": "expression",
|
|
11230
12249
|
"type": "number"
|
|
11231
12250
|
}
|
|
11232
12251
|
},
|
|
11233
12252
|
{
|
|
11234
|
-
"name": "[
|
|
11235
|
-
"description": "Set only the
|
|
12253
|
+
"name": "[up.y]",
|
|
12254
|
+
"description": "Set only the y component of up",
|
|
11236
12255
|
"value": {
|
|
11237
12256
|
"kind": "expression",
|
|
11238
12257
|
"type": "number"
|
|
11239
12258
|
}
|
|
11240
12259
|
},
|
|
11241
12260
|
{
|
|
11242
|
-
"name": "[
|
|
11243
|
-
"description": "Set only the
|
|
12261
|
+
"name": "[up.z]",
|
|
12262
|
+
"description": "Set only the z component of up",
|
|
11244
12263
|
"value": {
|
|
11245
12264
|
"kind": "expression",
|
|
11246
12265
|
"type": "number"
|
|
11247
12266
|
}
|
|
11248
12267
|
},
|
|
11249
12268
|
{
|
|
11250
|
-
"name": "[
|
|
11251
|
-
"description": "Set only the x component of
|
|
12269
|
+
"name": "[position.x]",
|
|
12270
|
+
"description": "Set only the x component of position",
|
|
11252
12271
|
"value": {
|
|
11253
12272
|
"kind": "expression",
|
|
11254
12273
|
"type": "number"
|
|
11255
12274
|
}
|
|
11256
12275
|
},
|
|
11257
12276
|
{
|
|
11258
|
-
"name": "[
|
|
11259
|
-
"description": "Set only the y component of
|
|
12277
|
+
"name": "[position.y]",
|
|
12278
|
+
"description": "Set only the y component of position",
|
|
11260
12279
|
"value": {
|
|
11261
12280
|
"kind": "expression",
|
|
11262
12281
|
"type": "number"
|
|
11263
12282
|
}
|
|
11264
12283
|
},
|
|
11265
12284
|
{
|
|
11266
|
-
"name": "[
|
|
11267
|
-
"description": "Set only the z component of
|
|
12285
|
+
"name": "[position.z]",
|
|
12286
|
+
"description": "Set only the z component of position",
|
|
11268
12287
|
"value": {
|
|
11269
12288
|
"kind": "expression",
|
|
11270
12289
|
"type": "number"
|
|
@@ -11350,6 +12369,30 @@
|
|
|
11350
12369
|
"type": "number"
|
|
11351
12370
|
}
|
|
11352
12371
|
},
|
|
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
|
+
},
|
|
11353
12396
|
{
|
|
11354
12397
|
"name": "[shadow.intensity]",
|
|
11355
12398
|
"description": "Shadow intensity (0-1)",
|
|
@@ -11489,29 +12532,11 @@
|
|
|
11489
12532
|
],
|
|
11490
12533
|
"js": {
|
|
11491
12534
|
"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
|
-
},
|
|
11500
12535
|
{
|
|
11501
12536
|
"name": "target",
|
|
11502
12537
|
"description": "SpotLight.target",
|
|
11503
12538
|
"type": "THREE.Object3D"
|
|
11504
12539
|
},
|
|
11505
|
-
{
|
|
11506
|
-
"name": "castShadow",
|
|
11507
|
-
"description": "SpotLight.castShadow",
|
|
11508
|
-
"type": "boolean"
|
|
11509
|
-
},
|
|
11510
|
-
{
|
|
11511
|
-
"name": "intensity",
|
|
11512
|
-
"description": "SpotLight.intensity",
|
|
11513
|
-
"type": "number"
|
|
11514
|
-
},
|
|
11515
12540
|
{
|
|
11516
12541
|
"name": "distance",
|
|
11517
12542
|
"description": "SpotLight.distance",
|
|
@@ -11522,11 +12547,21 @@
|
|
|
11522
12547
|
"description": "SpotLight.angle",
|
|
11523
12548
|
"type": "number"
|
|
11524
12549
|
},
|
|
12550
|
+
{
|
|
12551
|
+
"name": "penumbra",
|
|
12552
|
+
"description": "SpotLight.penumbra",
|
|
12553
|
+
"type": "number"
|
|
12554
|
+
},
|
|
11525
12555
|
{
|
|
11526
12556
|
"name": "decay",
|
|
11527
12557
|
"description": "SpotLight.decay",
|
|
11528
12558
|
"type": "number"
|
|
11529
12559
|
},
|
|
12560
|
+
{
|
|
12561
|
+
"name": "map",
|
|
12562
|
+
"description": "SpotLight.map",
|
|
12563
|
+
"type": "THREE.Texture"
|
|
12564
|
+
},
|
|
11530
12565
|
{
|
|
11531
12566
|
"name": "shadow",
|
|
11532
12567
|
"description": "SpotLight.shadow",
|
|
@@ -11537,21 +12572,6 @@
|
|
|
11537
12572
|
"description": "SpotLight.power",
|
|
11538
12573
|
"type": "number"
|
|
11539
12574
|
},
|
|
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
|
-
},
|
|
11555
12575
|
{
|
|
11556
12576
|
"name": "color",
|
|
11557
12577
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
@@ -11560,6 +12580,11 @@
|
|
|
11560
12580
|
"module": "angular-three"
|
|
11561
12581
|
}
|
|
11562
12582
|
},
|
|
12583
|
+
{
|
|
12584
|
+
"name": "intensity",
|
|
12585
|
+
"description": "SpotLight.intensity",
|
|
12586
|
+
"type": "number"
|
|
12587
|
+
},
|
|
11563
12588
|
{
|
|
11564
12589
|
"name": "name",
|
|
11565
12590
|
"description": "SpotLight.name",
|
|
@@ -11573,6 +12598,14 @@
|
|
|
11573
12598
|
"module": "angular-three"
|
|
11574
12599
|
}
|
|
11575
12600
|
},
|
|
12601
|
+
{
|
|
12602
|
+
"name": "position",
|
|
12603
|
+
"description": "Accepts: THREE.Vector3 | [number, number, number] | number",
|
|
12604
|
+
"type": {
|
|
12605
|
+
"name": "NgtVector3",
|
|
12606
|
+
"module": "angular-three"
|
|
12607
|
+
}
|
|
12608
|
+
},
|
|
11576
12609
|
{
|
|
11577
12610
|
"name": "rotation",
|
|
11578
12611
|
"description": "Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]",
|
|
@@ -11657,6 +12690,11 @@
|
|
|
11657
12690
|
"description": "SpotLight.visible",
|
|
11658
12691
|
"type": "boolean"
|
|
11659
12692
|
},
|
|
12693
|
+
{
|
|
12694
|
+
"name": "castShadow",
|
|
12695
|
+
"description": "SpotLight.castShadow",
|
|
12696
|
+
"type": "boolean"
|
|
12697
|
+
},
|
|
11660
12698
|
{
|
|
11661
12699
|
"name": "receiveShadow",
|
|
11662
12700
|
"description": "SpotLight.receiveShadow",
|
|
@@ -11686,6 +12724,29 @@
|
|
|
11686
12724
|
"name": "customDistanceMaterial",
|
|
11687
12725
|
"description": "SpotLight.customDistanceMaterial",
|
|
11688
12726
|
"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"
|
|
11689
12750
|
}
|
|
11690
12751
|
],
|
|
11691
12752
|
"events": [
|
|
@@ -12013,6 +13074,30 @@
|
|
|
12013
13074
|
"kind": "expression",
|
|
12014
13075
|
"type": "number"
|
|
12015
13076
|
}
|
|
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
|
+
}
|
|
12016
13101
|
}
|
|
12017
13102
|
],
|
|
12018
13103
|
"js": {
|
|
@@ -12027,11 +13112,6 @@
|
|
|
12027
13112
|
"description": "RectAreaLight.height",
|
|
12028
13113
|
"type": "number"
|
|
12029
13114
|
},
|
|
12030
|
-
{
|
|
12031
|
-
"name": "intensity",
|
|
12032
|
-
"description": "RectAreaLight.intensity",
|
|
12033
|
-
"type": "number"
|
|
12034
|
-
},
|
|
12035
13115
|
{
|
|
12036
13116
|
"name": "power",
|
|
12037
13117
|
"description": "RectAreaLight.power",
|
|
@@ -12046,9 +13126,9 @@
|
|
|
12046
13126
|
}
|
|
12047
13127
|
},
|
|
12048
13128
|
{
|
|
12049
|
-
"name": "
|
|
12050
|
-
"description": "RectAreaLight.
|
|
12051
|
-
"type": "
|
|
13129
|
+
"name": "intensity",
|
|
13130
|
+
"description": "RectAreaLight.intensity",
|
|
13131
|
+
"type": "number"
|
|
12052
13132
|
},
|
|
12053
13133
|
{
|
|
12054
13134
|
"name": "name",
|
|
@@ -12189,6 +13269,29 @@
|
|
|
12189
13269
|
"name": "customDistanceMaterial",
|
|
12190
13270
|
"description": "RectAreaLight.customDistanceMaterial",
|
|
12191
13271
|
"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"
|
|
12192
13295
|
}
|
|
12193
13296
|
],
|
|
12194
13297
|
"events": [
|
|
@@ -12516,6 +13619,30 @@
|
|
|
12516
13619
|
"kind": "expression",
|
|
12517
13620
|
"type": "number"
|
|
12518
13621
|
}
|
|
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
|
+
}
|
|
12519
13646
|
}
|
|
12520
13647
|
],
|
|
12521
13648
|
"js": {
|
|
@@ -12538,11 +13665,6 @@
|
|
|
12538
13665
|
"description": "LightProbe.intensity",
|
|
12539
13666
|
"type": "number"
|
|
12540
13667
|
},
|
|
12541
|
-
{
|
|
12542
|
-
"name": "shadow",
|
|
12543
|
-
"description": "LightProbe.shadow",
|
|
12544
|
-
"type": "any"
|
|
12545
|
-
},
|
|
12546
13668
|
{
|
|
12547
13669
|
"name": "name",
|
|
12548
13670
|
"description": "LightProbe.name",
|
|
@@ -12682,6 +13804,29 @@
|
|
|
12682
13804
|
"name": "customDistanceMaterial",
|
|
12683
13805
|
"description": "LightProbe.customDistanceMaterial",
|
|
12684
13806
|
"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"
|
|
12685
13830
|
}
|
|
12686
13831
|
],
|
|
12687
13832
|
"events": [
|
|
@@ -15608,6 +16753,11 @@
|
|
|
15608
16753
|
"description": "MeshPhongMaterial.reflectivity",
|
|
15609
16754
|
"type": "number"
|
|
15610
16755
|
},
|
|
16756
|
+
{
|
|
16757
|
+
"name": "envMapIntensity",
|
|
16758
|
+
"description": "MeshPhongMaterial.envMapIntensity",
|
|
16759
|
+
"type": "number"
|
|
16760
|
+
},
|
|
15611
16761
|
{
|
|
15612
16762
|
"name": "refractionRatio",
|
|
15613
16763
|
"description": "MeshPhongMaterial.refractionRatio",
|
|
@@ -16189,6 +17339,11 @@
|
|
|
16189
17339
|
"description": "MeshLambertMaterial.reflectivity",
|
|
16190
17340
|
"type": "number"
|
|
16191
17341
|
},
|
|
17342
|
+
{
|
|
17343
|
+
"name": "envMapIntensity",
|
|
17344
|
+
"description": "MeshLambertMaterial.envMapIntensity",
|
|
17345
|
+
"type": "number"
|
|
17346
|
+
},
|
|
16192
17347
|
{
|
|
16193
17348
|
"name": "refractionRatio",
|
|
16194
17349
|
"description": "MeshLambertMaterial.refractionRatio",
|
|
@@ -26908,6 +28063,30 @@
|
|
|
26908
28063
|
"kind": "expression",
|
|
26909
28064
|
"type": "number"
|
|
26910
28065
|
}
|
|
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
|
+
}
|
|
26911
28090
|
}
|
|
26912
28091
|
],
|
|
26913
28092
|
"js": {
|
|
@@ -27061,6 +28240,29 @@
|
|
|
27061
28240
|
"name": "customDistanceMaterial",
|
|
27062
28241
|
"description": "ArrowHelper.customDistanceMaterial",
|
|
27063
28242
|
"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"
|
|
27064
28266
|
}
|
|
27065
28267
|
],
|
|
27066
28268
|
"events": [
|
|
@@ -27364,6 +28566,30 @@
|
|
|
27364
28566
|
"kind": "expression",
|
|
27365
28567
|
"type": "number"
|
|
27366
28568
|
}
|
|
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
|
+
}
|
|
27367
28593
|
}
|
|
27368
28594
|
],
|
|
27369
28595
|
"js": {
|
|
@@ -27527,6 +28753,29 @@
|
|
|
27527
28753
|
"name": "customDistanceMaterial",
|
|
27528
28754
|
"description": "AxesHelper.customDistanceMaterial",
|
|
27529
28755
|
"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"
|
|
27530
28779
|
}
|
|
27531
28780
|
],
|
|
27532
28781
|
"events": [
|
|
@@ -27830,10 +29079,39 @@
|
|
|
27830
29079
|
"kind": "expression",
|
|
27831
29080
|
"type": "number"
|
|
27832
29081
|
}
|
|
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
|
+
}
|
|
27833
29106
|
}
|
|
27834
29107
|
],
|
|
27835
29108
|
"js": {
|
|
27836
29109
|
"properties": [
|
|
29110
|
+
{
|
|
29111
|
+
"name": "object",
|
|
29112
|
+
"description": "BoxHelper.object",
|
|
29113
|
+
"type": "THREE.Object3D"
|
|
29114
|
+
},
|
|
27837
29115
|
{
|
|
27838
29116
|
"name": "geometry",
|
|
27839
29117
|
"description": "BoxHelper.geometry",
|
|
@@ -27993,6 +29271,29 @@
|
|
|
27993
29271
|
"name": "customDistanceMaterial",
|
|
27994
29272
|
"description": "BoxHelper.customDistanceMaterial",
|
|
27995
29273
|
"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"
|
|
27996
29297
|
}
|
|
27997
29298
|
],
|
|
27998
29299
|
"events": [
|
|
@@ -28296,6 +29597,30 @@
|
|
|
28296
29597
|
"kind": "expression",
|
|
28297
29598
|
"type": "number"
|
|
28298
29599
|
}
|
|
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
|
+
}
|
|
28299
29624
|
}
|
|
28300
29625
|
],
|
|
28301
29626
|
"js": {
|
|
@@ -28464,6 +29789,29 @@
|
|
|
28464
29789
|
"name": "customDistanceMaterial",
|
|
28465
29790
|
"description": "Box3Helper.customDistanceMaterial",
|
|
28466
29791
|
"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"
|
|
28467
29815
|
}
|
|
28468
29816
|
],
|
|
28469
29817
|
"events": [
|
|
@@ -28767,6 +30115,30 @@
|
|
|
28767
30115
|
"kind": "expression",
|
|
28768
30116
|
"type": "number"
|
|
28769
30117
|
}
|
|
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
|
+
}
|
|
28770
30142
|
}
|
|
28771
30143
|
],
|
|
28772
30144
|
"js": {
|
|
@@ -28781,19 +30153,6 @@
|
|
|
28781
30153
|
"description": "CameraHelper.pointMap",
|
|
28782
30154
|
"type": "number"
|
|
28783
30155
|
},
|
|
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
|
-
},
|
|
28797
30156
|
{
|
|
28798
30157
|
"name": "geometry",
|
|
28799
30158
|
"description": "CameraHelper.geometry",
|
|
@@ -28875,6 +30234,14 @@
|
|
|
28875
30234
|
"module": "angular-three"
|
|
28876
30235
|
}
|
|
28877
30236
|
},
|
|
30237
|
+
{
|
|
30238
|
+
"name": "matrix",
|
|
30239
|
+
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
30240
|
+
"type": {
|
|
30241
|
+
"name": "NgtMatrix4",
|
|
30242
|
+
"module": "angular-three"
|
|
30243
|
+
}
|
|
30244
|
+
},
|
|
28878
30245
|
{
|
|
28879
30246
|
"name": "matrixWorld",
|
|
28880
30247
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -28883,6 +30250,11 @@
|
|
|
28883
30250
|
"module": "angular-three"
|
|
28884
30251
|
}
|
|
28885
30252
|
},
|
|
30253
|
+
{
|
|
30254
|
+
"name": "matrixAutoUpdate",
|
|
30255
|
+
"description": "CameraHelper.matrixAutoUpdate",
|
|
30256
|
+
"type": "boolean"
|
|
30257
|
+
},
|
|
28886
30258
|
{
|
|
28887
30259
|
"name": "matrixWorldAutoUpdate",
|
|
28888
30260
|
"description": "CameraHelper.matrixWorldAutoUpdate",
|
|
@@ -28940,6 +30312,29 @@
|
|
|
28940
30312
|
"name": "customDistanceMaterial",
|
|
28941
30313
|
"description": "CameraHelper.customDistanceMaterial",
|
|
28942
30314
|
"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"
|
|
28943
30338
|
}
|
|
28944
30339
|
],
|
|
28945
30340
|
"events": [
|
|
@@ -29267,33 +30662,39 @@
|
|
|
29267
30662
|
"kind": "expression",
|
|
29268
30663
|
"type": "number"
|
|
29269
30664
|
}
|
|
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
|
+
}
|
|
29270
30689
|
}
|
|
29271
30690
|
],
|
|
29272
30691
|
"js": {
|
|
29273
30692
|
"properties": [
|
|
29274
|
-
{
|
|
29275
|
-
"name": "lightPlane",
|
|
29276
|
-
"description": "DirectionalLightHelper.lightPlane",
|
|
29277
|
-
"type": "THREE.Material"
|
|
29278
|
-
},
|
|
29279
30693
|
{
|
|
29280
30694
|
"name": "light",
|
|
29281
30695
|
"description": "DirectionalLightHelper.light",
|
|
29282
30696
|
"type": "any"
|
|
29283
30697
|
},
|
|
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
|
-
},
|
|
29297
30698
|
{
|
|
29298
30699
|
"name": "color",
|
|
29299
30700
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
@@ -29302,6 +30703,11 @@
|
|
|
29302
30703
|
"module": "angular-three"
|
|
29303
30704
|
}
|
|
29304
30705
|
},
|
|
30706
|
+
{
|
|
30707
|
+
"name": "lightPlane",
|
|
30708
|
+
"description": "DirectionalLightHelper.lightPlane",
|
|
30709
|
+
"type": "THREE.Material"
|
|
30710
|
+
},
|
|
29305
30711
|
{
|
|
29306
30712
|
"name": "targetLine",
|
|
29307
30713
|
"description": "DirectionalLightHelper.targetLine",
|
|
@@ -29368,6 +30774,14 @@
|
|
|
29368
30774
|
"module": "angular-three"
|
|
29369
30775
|
}
|
|
29370
30776
|
},
|
|
30777
|
+
{
|
|
30778
|
+
"name": "matrix",
|
|
30779
|
+
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
30780
|
+
"type": {
|
|
30781
|
+
"name": "NgtMatrix4",
|
|
30782
|
+
"module": "angular-three"
|
|
30783
|
+
}
|
|
30784
|
+
},
|
|
29371
30785
|
{
|
|
29372
30786
|
"name": "matrixWorld",
|
|
29373
30787
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -29376,6 +30790,11 @@
|
|
|
29376
30790
|
"module": "angular-three"
|
|
29377
30791
|
}
|
|
29378
30792
|
},
|
|
30793
|
+
{
|
|
30794
|
+
"name": "matrixAutoUpdate",
|
|
30795
|
+
"description": "DirectionalLightHelper.matrixAutoUpdate",
|
|
30796
|
+
"type": "boolean"
|
|
30797
|
+
},
|
|
29379
30798
|
{
|
|
29380
30799
|
"name": "matrixWorldAutoUpdate",
|
|
29381
30800
|
"description": "DirectionalLightHelper.matrixWorldAutoUpdate",
|
|
@@ -29433,6 +30852,29 @@
|
|
|
29433
30852
|
"name": "customDistanceMaterial",
|
|
29434
30853
|
"description": "DirectionalLightHelper.customDistanceMaterial",
|
|
29435
30854
|
"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"
|
|
29436
30878
|
}
|
|
29437
30879
|
],
|
|
29438
30880
|
"events": [
|
|
@@ -29736,6 +31178,30 @@
|
|
|
29736
31178
|
"kind": "expression",
|
|
29737
31179
|
"type": "number"
|
|
29738
31180
|
}
|
|
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
|
+
}
|
|
29739
31205
|
}
|
|
29740
31206
|
],
|
|
29741
31207
|
"js": {
|
|
@@ -29899,6 +31365,29 @@
|
|
|
29899
31365
|
"name": "customDistanceMaterial",
|
|
29900
31366
|
"description": "GridHelper.customDistanceMaterial",
|
|
29901
31367
|
"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"
|
|
29902
31391
|
}
|
|
29903
31392
|
],
|
|
29904
31393
|
"events": [
|
|
@@ -30226,6 +31715,30 @@
|
|
|
30226
31715
|
"kind": "expression",
|
|
30227
31716
|
"type": "number"
|
|
30228
31717
|
}
|
|
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
|
+
}
|
|
30229
31742
|
}
|
|
30230
31743
|
],
|
|
30231
31744
|
"js": {
|
|
@@ -30236,31 +31749,18 @@
|
|
|
30236
31749
|
"type": "any"
|
|
30237
31750
|
},
|
|
30238
31751
|
{
|
|
30239
|
-
"name": "
|
|
30240
|
-
"description": "Accepts: THREE.
|
|
31752
|
+
"name": "color",
|
|
31753
|
+
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
30241
31754
|
"type": {
|
|
30242
|
-
"name": "
|
|
31755
|
+
"name": "NgtColor",
|
|
30243
31756
|
"module": "angular-three"
|
|
30244
31757
|
}
|
|
30245
31758
|
},
|
|
30246
|
-
{
|
|
30247
|
-
"name": "matrixAutoUpdate",
|
|
30248
|
-
"description": "HemisphereLightHelper.matrixAutoUpdate",
|
|
30249
|
-
"type": "boolean"
|
|
30250
|
-
},
|
|
30251
31759
|
{
|
|
30252
31760
|
"name": "material",
|
|
30253
31761
|
"description": "HemisphereLightHelper.material",
|
|
30254
31762
|
"type": "THREE.Material"
|
|
30255
31763
|
},
|
|
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
|
-
},
|
|
30264
31764
|
{
|
|
30265
31765
|
"name": "name",
|
|
30266
31766
|
"description": "HemisphereLightHelper.name",
|
|
@@ -30322,6 +31822,14 @@
|
|
|
30322
31822
|
"module": "angular-three"
|
|
30323
31823
|
}
|
|
30324
31824
|
},
|
|
31825
|
+
{
|
|
31826
|
+
"name": "matrix",
|
|
31827
|
+
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
31828
|
+
"type": {
|
|
31829
|
+
"name": "NgtMatrix4",
|
|
31830
|
+
"module": "angular-three"
|
|
31831
|
+
}
|
|
31832
|
+
},
|
|
30325
31833
|
{
|
|
30326
31834
|
"name": "matrixWorld",
|
|
30327
31835
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -30330,6 +31838,11 @@
|
|
|
30330
31838
|
"module": "angular-three"
|
|
30331
31839
|
}
|
|
30332
31840
|
},
|
|
31841
|
+
{
|
|
31842
|
+
"name": "matrixAutoUpdate",
|
|
31843
|
+
"description": "HemisphereLightHelper.matrixAutoUpdate",
|
|
31844
|
+
"type": "boolean"
|
|
31845
|
+
},
|
|
30333
31846
|
{
|
|
30334
31847
|
"name": "matrixWorldAutoUpdate",
|
|
30335
31848
|
"description": "HemisphereLightHelper.matrixWorldAutoUpdate",
|
|
@@ -30387,6 +31900,29 @@
|
|
|
30387
31900
|
"name": "customDistanceMaterial",
|
|
30388
31901
|
"description": "HemisphereLightHelper.customDistanceMaterial",
|
|
30389
31902
|
"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"
|
|
30390
31926
|
}
|
|
30391
31927
|
],
|
|
30392
31928
|
"events": [
|
|
@@ -30690,6 +32226,30 @@
|
|
|
30690
32226
|
"kind": "expression",
|
|
30691
32227
|
"type": "number"
|
|
30692
32228
|
}
|
|
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
|
+
}
|
|
30693
32253
|
}
|
|
30694
32254
|
],
|
|
30695
32255
|
"js": {
|
|
@@ -30863,6 +32423,29 @@
|
|
|
30863
32423
|
"name": "customDistanceMaterial",
|
|
30864
32424
|
"description": "PlaneHelper.customDistanceMaterial",
|
|
30865
32425
|
"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"
|
|
30866
32449
|
}
|
|
30867
32450
|
],
|
|
30868
32451
|
"events": [
|
|
@@ -31190,6 +32773,30 @@
|
|
|
31190
32773
|
"kind": "expression",
|
|
31191
32774
|
"type": "number"
|
|
31192
32775
|
}
|
|
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
|
+
}
|
|
31193
32800
|
}
|
|
31194
32801
|
],
|
|
31195
32802
|
"js": {
|
|
@@ -31199,14 +32806,6 @@
|
|
|
31199
32806
|
"description": "PointLightHelper.light",
|
|
31200
32807
|
"type": "any"
|
|
31201
32808
|
},
|
|
31202
|
-
{
|
|
31203
|
-
"name": "matrix",
|
|
31204
|
-
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
31205
|
-
"type": {
|
|
31206
|
-
"name": "NgtMatrix4",
|
|
31207
|
-
"module": "angular-three"
|
|
31208
|
-
}
|
|
31209
|
-
},
|
|
31210
32809
|
{
|
|
31211
32810
|
"name": "color",
|
|
31212
32811
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
@@ -31216,9 +32815,29 @@
|
|
|
31216
32815
|
}
|
|
31217
32816
|
},
|
|
31218
32817
|
{
|
|
31219
|
-
"name": "
|
|
31220
|
-
"description": "PointLightHelper.
|
|
31221
|
-
"type": "
|
|
32818
|
+
"name": "geometry",
|
|
32819
|
+
"description": "PointLightHelper.geometry",
|
|
32820
|
+
"type": "THREE.BufferGeometry"
|
|
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"
|
|
31222
32841
|
},
|
|
31223
32842
|
{
|
|
31224
32843
|
"name": "name",
|
|
@@ -31281,6 +32900,14 @@
|
|
|
31281
32900
|
"module": "angular-three"
|
|
31282
32901
|
}
|
|
31283
32902
|
},
|
|
32903
|
+
{
|
|
32904
|
+
"name": "matrix",
|
|
32905
|
+
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
32906
|
+
"type": {
|
|
32907
|
+
"name": "NgtMatrix4",
|
|
32908
|
+
"module": "angular-three"
|
|
32909
|
+
}
|
|
32910
|
+
},
|
|
31284
32911
|
{
|
|
31285
32912
|
"name": "matrixWorld",
|
|
31286
32913
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -31289,6 +32916,11 @@
|
|
|
31289
32916
|
"module": "angular-three"
|
|
31290
32917
|
}
|
|
31291
32918
|
},
|
|
32919
|
+
{
|
|
32920
|
+
"name": "matrixAutoUpdate",
|
|
32921
|
+
"description": "PointLightHelper.matrixAutoUpdate",
|
|
32922
|
+
"type": "boolean"
|
|
32923
|
+
},
|
|
31292
32924
|
{
|
|
31293
32925
|
"name": "matrixWorldAutoUpdate",
|
|
31294
32926
|
"description": "PointLightHelper.matrixWorldAutoUpdate",
|
|
@@ -31346,6 +32978,24 @@
|
|
|
31346
32978
|
"name": "customDistanceMaterial",
|
|
31347
32979
|
"description": "PointLightHelper.customDistanceMaterial",
|
|
31348
32980
|
"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"
|
|
31349
32999
|
}
|
|
31350
33000
|
],
|
|
31351
33001
|
"events": [
|
|
@@ -31649,6 +33299,30 @@
|
|
|
31649
33299
|
"kind": "expression",
|
|
31650
33300
|
"type": "number"
|
|
31651
33301
|
}
|
|
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
|
+
}
|
|
31652
33326
|
}
|
|
31653
33327
|
],
|
|
31654
33328
|
"js": {
|
|
@@ -31812,6 +33486,29 @@
|
|
|
31812
33486
|
"name": "customDistanceMaterial",
|
|
31813
33487
|
"description": "PolarGridHelper.customDistanceMaterial",
|
|
31814
33488
|
"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"
|
|
31815
33512
|
}
|
|
31816
33513
|
],
|
|
31817
33514
|
"events": [
|
|
@@ -32115,6 +33812,30 @@
|
|
|
32115
33812
|
"kind": "expression",
|
|
32116
33813
|
"type": "number"
|
|
32117
33814
|
}
|
|
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
|
+
}
|
|
32118
33839
|
}
|
|
32119
33840
|
],
|
|
32120
33841
|
"js": {
|
|
@@ -32122,18 +33843,13 @@
|
|
|
32122
33843
|
{
|
|
32123
33844
|
"name": "root",
|
|
32124
33845
|
"description": "SkeletonHelper.root",
|
|
32125
|
-
"type": "THREE.
|
|
33846
|
+
"type": "THREE.Object3D"
|
|
32126
33847
|
},
|
|
32127
33848
|
{
|
|
32128
33849
|
"name": "bones",
|
|
32129
33850
|
"description": "SkeletonHelper.bones",
|
|
32130
33851
|
"type": "THREE.Object3D"
|
|
32131
33852
|
},
|
|
32132
|
-
{
|
|
32133
|
-
"name": "matrixAutoUpdate",
|
|
32134
|
-
"description": "SkeletonHelper.matrixAutoUpdate",
|
|
32135
|
-
"type": "boolean"
|
|
32136
|
-
},
|
|
32137
33853
|
{
|
|
32138
33854
|
"name": "geometry",
|
|
32139
33855
|
"description": "SkeletonHelper.geometry",
|
|
@@ -32231,6 +33947,11 @@
|
|
|
32231
33947
|
"module": "angular-three"
|
|
32232
33948
|
}
|
|
32233
33949
|
},
|
|
33950
|
+
{
|
|
33951
|
+
"name": "matrixAutoUpdate",
|
|
33952
|
+
"description": "SkeletonHelper.matrixAutoUpdate",
|
|
33953
|
+
"type": "boolean"
|
|
33954
|
+
},
|
|
32234
33955
|
{
|
|
32235
33956
|
"name": "matrixWorldAutoUpdate",
|
|
32236
33957
|
"description": "SkeletonHelper.matrixWorldAutoUpdate",
|
|
@@ -32288,6 +34009,29 @@
|
|
|
32288
34009
|
"name": "customDistanceMaterial",
|
|
32289
34010
|
"description": "SkeletonHelper.customDistanceMaterial",
|
|
32290
34011
|
"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"
|
|
32291
34035
|
}
|
|
32292
34036
|
],
|
|
32293
34037
|
"events": [
|
|
@@ -32615,28 +34359,39 @@
|
|
|
32615
34359
|
"kind": "expression",
|
|
32616
34360
|
"type": "number"
|
|
32617
34361
|
}
|
|
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
|
+
}
|
|
32618
34386
|
}
|
|
32619
34387
|
],
|
|
32620
34388
|
"js": {
|
|
32621
34389
|
"properties": [
|
|
32622
|
-
{
|
|
32623
|
-
"name": "cone",
|
|
32624
|
-
"description": "SpotLightHelper.cone",
|
|
32625
|
-
"type": "THREE.Material"
|
|
32626
|
-
},
|
|
32627
34390
|
{
|
|
32628
34391
|
"name": "light",
|
|
32629
34392
|
"description": "SpotLightHelper.light",
|
|
32630
34393
|
"type": "any"
|
|
32631
34394
|
},
|
|
32632
|
-
{
|
|
32633
|
-
"name": "matrix",
|
|
32634
|
-
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
32635
|
-
"type": {
|
|
32636
|
-
"name": "NgtMatrix4",
|
|
32637
|
-
"module": "angular-three"
|
|
32638
|
-
}
|
|
32639
|
-
},
|
|
32640
34395
|
{
|
|
32641
34396
|
"name": "color",
|
|
32642
34397
|
"description": "Accepts: THREE.Color | string | number | [number, number, number]",
|
|
@@ -32646,9 +34401,9 @@
|
|
|
32646
34401
|
}
|
|
32647
34402
|
},
|
|
32648
34403
|
{
|
|
32649
|
-
"name": "
|
|
32650
|
-
"description": "SpotLightHelper.
|
|
32651
|
-
"type": "
|
|
34404
|
+
"name": "cone",
|
|
34405
|
+
"description": "SpotLightHelper.cone",
|
|
34406
|
+
"type": "THREE.Material"
|
|
32652
34407
|
},
|
|
32653
34408
|
{
|
|
32654
34409
|
"name": "name",
|
|
@@ -32711,6 +34466,14 @@
|
|
|
32711
34466
|
"module": "angular-three"
|
|
32712
34467
|
}
|
|
32713
34468
|
},
|
|
34469
|
+
{
|
|
34470
|
+
"name": "matrix",
|
|
34471
|
+
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
34472
|
+
"type": {
|
|
34473
|
+
"name": "NgtMatrix4",
|
|
34474
|
+
"module": "angular-three"
|
|
34475
|
+
}
|
|
34476
|
+
},
|
|
32714
34477
|
{
|
|
32715
34478
|
"name": "matrixWorld",
|
|
32716
34479
|
"description": "Accepts: THREE.Matrix4 | number[]",
|
|
@@ -32719,6 +34482,11 @@
|
|
|
32719
34482
|
"module": "angular-three"
|
|
32720
34483
|
}
|
|
32721
34484
|
},
|
|
34485
|
+
{
|
|
34486
|
+
"name": "matrixAutoUpdate",
|
|
34487
|
+
"description": "SpotLightHelper.matrixAutoUpdate",
|
|
34488
|
+
"type": "boolean"
|
|
34489
|
+
},
|
|
32722
34490
|
{
|
|
32723
34491
|
"name": "matrixWorldAutoUpdate",
|
|
32724
34492
|
"description": "SpotLightHelper.matrixWorldAutoUpdate",
|
|
@@ -32776,6 +34544,29 @@
|
|
|
32776
34544
|
"name": "customDistanceMaterial",
|
|
32777
34545
|
"description": "SpotLightHelper.customDistanceMaterial",
|
|
32778
34546
|
"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"
|
|
32779
34570
|
}
|
|
32780
34571
|
],
|
|
32781
34572
|
"events": [
|
|
@@ -33079,6 +34870,30 @@
|
|
|
33079
34870
|
"kind": "expression",
|
|
33080
34871
|
"type": "number"
|
|
33081
34872
|
}
|
|
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
|
+
}
|
|
33082
34897
|
}
|
|
33083
34898
|
],
|
|
33084
34899
|
"js": {
|
|
@@ -33143,16 +34958,16 @@
|
|
|
33143
34958
|
"description": "Audio.playbackRate",
|
|
33144
34959
|
"type": "number"
|
|
33145
34960
|
},
|
|
33146
|
-
{
|
|
33147
|
-
"name": "sourceType",
|
|
33148
|
-
"description": "Audio.sourceType",
|
|
33149
|
-
"type": "string"
|
|
33150
|
-
},
|
|
33151
34961
|
{
|
|
33152
34962
|
"name": "source",
|
|
33153
34963
|
"description": "Audio.source",
|
|
33154
34964
|
"type": "any"
|
|
33155
34965
|
},
|
|
34966
|
+
{
|
|
34967
|
+
"name": "sourceType",
|
|
34968
|
+
"description": "Audio.sourceType",
|
|
34969
|
+
"type": "any"
|
|
34970
|
+
},
|
|
33156
34971
|
{
|
|
33157
34972
|
"name": "filters",
|
|
33158
34973
|
"description": "Audio.filters",
|
|
@@ -33297,6 +35112,29 @@
|
|
|
33297
35112
|
"name": "customDistanceMaterial",
|
|
33298
35113
|
"description": "Audio.customDistanceMaterial",
|
|
33299
35114
|
"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"
|
|
33300
35138
|
}
|
|
33301
35139
|
],
|
|
33302
35140
|
"events": [
|
|
@@ -33600,6 +35438,30 @@
|
|
|
33600
35438
|
"kind": "expression",
|
|
33601
35439
|
"type": "number"
|
|
33602
35440
|
}
|
|
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
|
+
}
|
|
33603
35465
|
}
|
|
33604
35466
|
],
|
|
33605
35467
|
"js": {
|
|
@@ -33763,6 +35625,29 @@
|
|
|
33763
35625
|
"name": "customDistanceMaterial",
|
|
33764
35626
|
"description": "AudioListener.customDistanceMaterial",
|
|
33765
35627
|
"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"
|
|
33766
35651
|
}
|
|
33767
35652
|
],
|
|
33768
35653
|
"events": [
|
|
@@ -34066,6 +35951,30 @@
|
|
|
34066
35951
|
"kind": "expression",
|
|
34067
35952
|
"type": "number"
|
|
34068
35953
|
}
|
|
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
|
+
}
|
|
34069
35978
|
}
|
|
34070
35979
|
],
|
|
34071
35980
|
"js": {
|
|
@@ -34135,16 +36044,16 @@
|
|
|
34135
36044
|
"description": "PositionalAudio.playbackRate",
|
|
34136
36045
|
"type": "number"
|
|
34137
36046
|
},
|
|
34138
|
-
{
|
|
34139
|
-
"name": "sourceType",
|
|
34140
|
-
"description": "PositionalAudio.sourceType",
|
|
34141
|
-
"type": "string"
|
|
34142
|
-
},
|
|
34143
36047
|
{
|
|
34144
36048
|
"name": "source",
|
|
34145
36049
|
"description": "PositionalAudio.source",
|
|
34146
36050
|
"type": "any"
|
|
34147
36051
|
},
|
|
36052
|
+
{
|
|
36053
|
+
"name": "sourceType",
|
|
36054
|
+
"description": "PositionalAudio.sourceType",
|
|
36055
|
+
"type": "any"
|
|
36056
|
+
},
|
|
34148
36057
|
{
|
|
34149
36058
|
"name": "filters",
|
|
34150
36059
|
"description": "PositionalAudio.filters",
|
|
@@ -34289,6 +36198,29 @@
|
|
|
34289
36198
|
"name": "customDistanceMaterial",
|
|
34290
36199
|
"description": "PositionalAudio.customDistanceMaterial",
|
|
34291
36200
|
"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"
|
|
34292
36224
|
}
|
|
34293
36225
|
],
|
|
34294
36226
|
"events": [
|