angular-three 4.0.10 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/metadata.json CHANGED
@@ -201,6 +201,38 @@
201
201
  "name": "[customDistanceMaterial]",
202
202
  "description": "Bound customDistanceMaterial property"
203
203
  },
204
+ {
205
+ "name": "static",
206
+ "description": "Object3D.static"
207
+ },
208
+ {
209
+ "name": "[static]",
210
+ "description": "Bound static property"
211
+ },
212
+ {
213
+ "name": "pivot",
214
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
215
+ },
216
+ {
217
+ "name": "[pivot]",
218
+ "description": "Bound pivot property"
219
+ },
220
+ {
221
+ "name": "count",
222
+ "description": "Object3D.count"
223
+ },
224
+ {
225
+ "name": "[count]",
226
+ "description": "Bound count property"
227
+ },
228
+ {
229
+ "name": "occlusionTest",
230
+ "description": "Object3D.occlusionTest"
231
+ },
232
+ {
233
+ "name": "[occlusionTest]",
234
+ "description": "Bound occlusionTest property"
235
+ },
204
236
  {
205
237
  "name": "[up.x]",
206
238
  "description": "Set only the x component of up"
@@ -265,6 +297,18 @@
265
297
  "name": "[scale.z]",
266
298
  "description": "Set only the z component of scale"
267
299
  },
300
+ {
301
+ "name": "[pivot.x]",
302
+ "description": "Set only the x component of pivot"
303
+ },
304
+ {
305
+ "name": "[pivot.y]",
306
+ "description": "Set only the y component of pivot"
307
+ },
308
+ {
309
+ "name": "[pivot.z]",
310
+ "description": "Set only the z component of pivot"
311
+ },
268
312
  {
269
313
  "name": "(attached)",
270
314
  "description": "Fires after the element is attached to its parent"
@@ -362,6 +406,22 @@
362
406
  "name": "[dispose]",
363
407
  "description": "Custom dispose function or null to prevent auto-dispose"
364
408
  },
409
+ {
410
+ "name": "background",
411
+ "description": "background - Accepts: THREE.Color | string | number | [number, number, number]"
412
+ },
413
+ {
414
+ "name": "[background]",
415
+ "description": "Bound background property"
416
+ },
417
+ {
418
+ "name": "environment",
419
+ "description": "Scene.environment"
420
+ },
421
+ {
422
+ "name": "[environment]",
423
+ "description": "Bound environment property"
424
+ },
365
425
  {
366
426
  "name": "fog",
367
427
  "description": "Scene.fog"
@@ -386,22 +446,6 @@
386
446
  "name": "[backgroundIntensity]",
387
447
  "description": "Bound backgroundIntensity property"
388
448
  },
389
- {
390
- "name": "overrideMaterial",
391
- "description": "Scene.overrideMaterial"
392
- },
393
- {
394
- "name": "[overrideMaterial]",
395
- "description": "Bound overrideMaterial property"
396
- },
397
- {
398
- "name": "background",
399
- "description": "background - Accepts: THREE.Color | string | number | [number, number, number]"
400
- },
401
- {
402
- "name": "[background]",
403
- "description": "Bound background property"
404
- },
405
449
  {
406
450
  "name": "backgroundRotation",
407
451
  "description": "backgroundRotation - Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]"
@@ -410,14 +454,6 @@
410
454
  "name": "[backgroundRotation]",
411
455
  "description": "Bound backgroundRotation property"
412
456
  },
413
- {
414
- "name": "environment",
415
- "description": "Scene.environment"
416
- },
417
- {
418
- "name": "[environment]",
419
- "description": "Bound environment property"
420
- },
421
457
  {
422
458
  "name": "environmentIntensity",
423
459
  "description": "Scene.environmentIntensity"
@@ -434,6 +470,38 @@
434
470
  "name": "[environmentRotation]",
435
471
  "description": "Bound environmentRotation property"
436
472
  },
473
+ {
474
+ "name": "overrideMaterial",
475
+ "description": "Scene.overrideMaterial"
476
+ },
477
+ {
478
+ "name": "[overrideMaterial]",
479
+ "description": "Bound overrideMaterial property"
480
+ },
481
+ {
482
+ "name": "environmentNode",
483
+ "description": "Scene.environmentNode"
484
+ },
485
+ {
486
+ "name": "[environmentNode]",
487
+ "description": "Bound environmentNode property"
488
+ },
489
+ {
490
+ "name": "backgroundNode",
491
+ "description": "Scene.backgroundNode"
492
+ },
493
+ {
494
+ "name": "[backgroundNode]",
495
+ "description": "Bound backgroundNode property"
496
+ },
497
+ {
498
+ "name": "fogNode",
499
+ "description": "Scene.fogNode"
500
+ },
501
+ {
502
+ "name": "[fogNode]",
503
+ "description": "Bound fogNode property"
504
+ },
437
505
  {
438
506
  "name": "name",
439
507
  "description": "Scene.name"
@@ -610,6 +678,38 @@
610
678
  "name": "[customDistanceMaterial]",
611
679
  "description": "Bound customDistanceMaterial property"
612
680
  },
681
+ {
682
+ "name": "static",
683
+ "description": "Scene.static"
684
+ },
685
+ {
686
+ "name": "[static]",
687
+ "description": "Bound static property"
688
+ },
689
+ {
690
+ "name": "pivot",
691
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
692
+ },
693
+ {
694
+ "name": "[pivot]",
695
+ "description": "Bound pivot property"
696
+ },
697
+ {
698
+ "name": "count",
699
+ "description": "Scene.count"
700
+ },
701
+ {
702
+ "name": "[count]",
703
+ "description": "Bound count property"
704
+ },
705
+ {
706
+ "name": "occlusionTest",
707
+ "description": "Scene.occlusionTest"
708
+ },
709
+ {
710
+ "name": "[occlusionTest]",
711
+ "description": "Bound occlusionTest property"
712
+ },
613
713
  {
614
714
  "name": "[background.r]",
615
715
  "description": "Set only the r channel (0-1) of background"
@@ -710,6 +810,18 @@
710
810
  "name": "[scale.z]",
711
811
  "description": "Set only the z component of scale"
712
812
  },
813
+ {
814
+ "name": "[pivot.x]",
815
+ "description": "Set only the x component of pivot"
816
+ },
817
+ {
818
+ "name": "[pivot.y]",
819
+ "description": "Set only the y component of pivot"
820
+ },
821
+ {
822
+ "name": "[pivot.z]",
823
+ "description": "Set only the z component of pivot"
824
+ },
713
825
  {
714
826
  "name": "(attached)",
715
827
  "description": "Fires after the element is attached to its parent"
@@ -1023,6 +1135,30 @@
1023
1135
  "name": "[customDistanceMaterial]",
1024
1136
  "description": "Bound customDistanceMaterial property"
1025
1137
  },
1138
+ {
1139
+ "name": "static",
1140
+ "description": "Mesh.static"
1141
+ },
1142
+ {
1143
+ "name": "[static]",
1144
+ "description": "Bound static property"
1145
+ },
1146
+ {
1147
+ "name": "pivot",
1148
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
1149
+ },
1150
+ {
1151
+ "name": "[pivot]",
1152
+ "description": "Bound pivot property"
1153
+ },
1154
+ {
1155
+ "name": "occlusionTest",
1156
+ "description": "Mesh.occlusionTest"
1157
+ },
1158
+ {
1159
+ "name": "[occlusionTest]",
1160
+ "description": "Bound occlusionTest property"
1161
+ },
1026
1162
  {
1027
1163
  "name": "[up.x]",
1028
1164
  "description": "Set only the x component of up"
@@ -1087,6 +1223,18 @@
1087
1223
  "name": "[scale.z]",
1088
1224
  "description": "Set only the z component of scale"
1089
1225
  },
1226
+ {
1227
+ "name": "[pivot.x]",
1228
+ "description": "Set only the x component of pivot"
1229
+ },
1230
+ {
1231
+ "name": "[pivot.y]",
1232
+ "description": "Set only the y component of pivot"
1233
+ },
1234
+ {
1235
+ "name": "[pivot.z]",
1236
+ "description": "Set only the z component of pivot"
1237
+ },
1090
1238
  {
1091
1239
  "name": "(attached)",
1092
1240
  "description": "Fires after the element is attached to its parent"
@@ -1185,28 +1333,20 @@
1185
1333
  "description": "Custom dispose function or null to prevent auto-dispose"
1186
1334
  },
1187
1335
  {
1188
- "name": "boundingBox",
1189
- "description": "InstancedMesh.boundingBox"
1190
- },
1191
- {
1192
- "name": "[boundingBox]",
1193
- "description": "Bound boundingBox property"
1336
+ "name": "instanceMatrix",
1337
+ "description": "InstancedMesh.instanceMatrix"
1194
1338
  },
1195
1339
  {
1196
- "name": "boundingSphere",
1197
- "description": "InstancedMesh.boundingSphere"
1340
+ "name": "[instanceMatrix]",
1341
+ "description": "Bound instanceMatrix property"
1198
1342
  },
1199
1343
  {
1200
- "name": "[boundingSphere]",
1201
- "description": "Bound boundingSphere property"
1344
+ "name": "previousInstancedMatrix",
1345
+ "description": "InstancedMesh.previousInstancedMatrix"
1202
1346
  },
1203
1347
  {
1204
- "name": "count",
1205
- "description": "InstancedMesh.count"
1206
- },
1207
- {
1208
- "name": "[count]",
1209
- "description": "Bound count property"
1348
+ "name": "[previousInstancedMatrix]",
1349
+ "description": "Bound previousInstancedMatrix property"
1210
1350
  },
1211
1351
  {
1212
1352
  "name": "instanceColor",
@@ -1216,14 +1356,6 @@
1216
1356
  "name": "[instanceColor]",
1217
1357
  "description": "Bound instanceColor property"
1218
1358
  },
1219
- {
1220
- "name": "instanceMatrix",
1221
- "description": "InstancedMesh.instanceMatrix"
1222
- },
1223
- {
1224
- "name": "[instanceMatrix]",
1225
- "description": "Bound instanceMatrix property"
1226
- },
1227
1359
  {
1228
1360
  "name": "morphTexture",
1229
1361
  "description": "InstancedMesh.morphTexture"
@@ -1232,6 +1364,30 @@
1232
1364
  "name": "[morphTexture]",
1233
1365
  "description": "Bound morphTexture property"
1234
1366
  },
1367
+ {
1368
+ "name": "count",
1369
+ "description": "InstancedMesh.count"
1370
+ },
1371
+ {
1372
+ "name": "[count]",
1373
+ "description": "Bound count property"
1374
+ },
1375
+ {
1376
+ "name": "boundingBox",
1377
+ "description": "InstancedMesh.boundingBox"
1378
+ },
1379
+ {
1380
+ "name": "[boundingBox]",
1381
+ "description": "Bound boundingBox property"
1382
+ },
1383
+ {
1384
+ "name": "boundingSphere",
1385
+ "description": "InstancedMesh.boundingSphere"
1386
+ },
1387
+ {
1388
+ "name": "[boundingSphere]",
1389
+ "description": "Bound boundingSphere property"
1390
+ },
1235
1391
  {
1236
1392
  "name": "geometry",
1237
1393
  "description": "InstancedMesh.geometry"
@@ -1440,6 +1596,30 @@
1440
1596
  "name": "[customDistanceMaterial]",
1441
1597
  "description": "Bound customDistanceMaterial property"
1442
1598
  },
1599
+ {
1600
+ "name": "static",
1601
+ "description": "InstancedMesh.static"
1602
+ },
1603
+ {
1604
+ "name": "[static]",
1605
+ "description": "Bound static property"
1606
+ },
1607
+ {
1608
+ "name": "pivot",
1609
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
1610
+ },
1611
+ {
1612
+ "name": "[pivot]",
1613
+ "description": "Bound pivot property"
1614
+ },
1615
+ {
1616
+ "name": "occlusionTest",
1617
+ "description": "InstancedMesh.occlusionTest"
1618
+ },
1619
+ {
1620
+ "name": "[occlusionTest]",
1621
+ "description": "Bound occlusionTest property"
1622
+ },
1443
1623
  {
1444
1624
  "name": "[up.x]",
1445
1625
  "description": "Set only the x component of up"
@@ -1504,6 +1684,18 @@
1504
1684
  "name": "[scale.z]",
1505
1685
  "description": "Set only the z component of scale"
1506
1686
  },
1687
+ {
1688
+ "name": "[pivot.x]",
1689
+ "description": "Set only the x component of pivot"
1690
+ },
1691
+ {
1692
+ "name": "[pivot.y]",
1693
+ "description": "Set only the y component of pivot"
1694
+ },
1695
+ {
1696
+ "name": "[pivot.z]",
1697
+ "description": "Set only the z component of pivot"
1698
+ },
1507
1699
  {
1508
1700
  "name": "(attached)",
1509
1701
  "description": "Fires after the element is attached to its parent"
@@ -1865,6 +2057,30 @@
1865
2057
  "name": "[customDistanceMaterial]",
1866
2058
  "description": "Bound customDistanceMaterial property"
1867
2059
  },
2060
+ {
2061
+ "name": "static",
2062
+ "description": "SkinnedMesh.static"
2063
+ },
2064
+ {
2065
+ "name": "[static]",
2066
+ "description": "Bound static property"
2067
+ },
2068
+ {
2069
+ "name": "pivot",
2070
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
2071
+ },
2072
+ {
2073
+ "name": "[pivot]",
2074
+ "description": "Bound pivot property"
2075
+ },
2076
+ {
2077
+ "name": "occlusionTest",
2078
+ "description": "SkinnedMesh.occlusionTest"
2079
+ },
2080
+ {
2081
+ "name": "[occlusionTest]",
2082
+ "description": "Bound occlusionTest property"
2083
+ },
1868
2084
  {
1869
2085
  "name": "[up.x]",
1870
2086
  "description": "Set only the x component of up"
@@ -1929,6 +2145,18 @@
1929
2145
  "name": "[scale.z]",
1930
2146
  "description": "Set only the z component of scale"
1931
2147
  },
2148
+ {
2149
+ "name": "[pivot.x]",
2150
+ "description": "Set only the x component of pivot"
2151
+ },
2152
+ {
2153
+ "name": "[pivot.y]",
2154
+ "description": "Set only the y component of pivot"
2155
+ },
2156
+ {
2157
+ "name": "[pivot.z]",
2158
+ "description": "Set only the z component of pivot"
2159
+ },
1932
2160
  {
1933
2161
  "name": "(attached)",
1934
2162
  "description": "Fires after the element is attached to its parent"
@@ -2202,6 +2430,38 @@
2202
2430
  "name": "[customDistanceMaterial]",
2203
2431
  "description": "Bound customDistanceMaterial property"
2204
2432
  },
2433
+ {
2434
+ "name": "static",
2435
+ "description": "Bone.static"
2436
+ },
2437
+ {
2438
+ "name": "[static]",
2439
+ "description": "Bound static property"
2440
+ },
2441
+ {
2442
+ "name": "pivot",
2443
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
2444
+ },
2445
+ {
2446
+ "name": "[pivot]",
2447
+ "description": "Bound pivot property"
2448
+ },
2449
+ {
2450
+ "name": "count",
2451
+ "description": "Bone.count"
2452
+ },
2453
+ {
2454
+ "name": "[count]",
2455
+ "description": "Bound count property"
2456
+ },
2457
+ {
2458
+ "name": "occlusionTest",
2459
+ "description": "Bone.occlusionTest"
2460
+ },
2461
+ {
2462
+ "name": "[occlusionTest]",
2463
+ "description": "Bound occlusionTest property"
2464
+ },
2205
2465
  {
2206
2466
  "name": "[up.x]",
2207
2467
  "description": "Set only the x component of up"
@@ -2266,6 +2526,18 @@
2266
2526
  "name": "[scale.z]",
2267
2527
  "description": "Set only the z component of scale"
2268
2528
  },
2529
+ {
2530
+ "name": "[pivot.x]",
2531
+ "description": "Set only the x component of pivot"
2532
+ },
2533
+ {
2534
+ "name": "[pivot.y]",
2535
+ "description": "Set only the y component of pivot"
2536
+ },
2537
+ {
2538
+ "name": "[pivot.z]",
2539
+ "description": "Set only the z component of pivot"
2540
+ },
2269
2541
  {
2270
2542
  "name": "(attached)",
2271
2543
  "description": "Fires after the element is attached to its parent"
@@ -2539,6 +2811,38 @@
2539
2811
  "name": "[customDistanceMaterial]",
2540
2812
  "description": "Bound customDistanceMaterial property"
2541
2813
  },
2814
+ {
2815
+ "name": "static",
2816
+ "description": "Group.static"
2817
+ },
2818
+ {
2819
+ "name": "[static]",
2820
+ "description": "Bound static property"
2821
+ },
2822
+ {
2823
+ "name": "pivot",
2824
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
2825
+ },
2826
+ {
2827
+ "name": "[pivot]",
2828
+ "description": "Bound pivot property"
2829
+ },
2830
+ {
2831
+ "name": "count",
2832
+ "description": "Group.count"
2833
+ },
2834
+ {
2835
+ "name": "[count]",
2836
+ "description": "Bound count property"
2837
+ },
2838
+ {
2839
+ "name": "occlusionTest",
2840
+ "description": "Group.occlusionTest"
2841
+ },
2842
+ {
2843
+ "name": "[occlusionTest]",
2844
+ "description": "Bound occlusionTest property"
2845
+ },
2542
2846
  {
2543
2847
  "name": "[up.x]",
2544
2848
  "description": "Set only the x component of up"
@@ -2603,6 +2907,18 @@
2603
2907
  "name": "[scale.z]",
2604
2908
  "description": "Set only the z component of scale"
2605
2909
  },
2910
+ {
2911
+ "name": "[pivot.x]",
2912
+ "description": "Set only the x component of pivot"
2913
+ },
2914
+ {
2915
+ "name": "[pivot.y]",
2916
+ "description": "Set only the y component of pivot"
2917
+ },
2918
+ {
2919
+ "name": "[pivot.z]",
2920
+ "description": "Set only the z component of pivot"
2921
+ },
2606
2922
  {
2607
2923
  "name": "(attached)",
2608
2924
  "description": "Fires after the element is attached to its parent"
@@ -2892,6 +3208,38 @@
2892
3208
  "name": "[customDistanceMaterial]",
2893
3209
  "description": "Bound customDistanceMaterial property"
2894
3210
  },
3211
+ {
3212
+ "name": "static",
3213
+ "description": "LOD.static"
3214
+ },
3215
+ {
3216
+ "name": "[static]",
3217
+ "description": "Bound static property"
3218
+ },
3219
+ {
3220
+ "name": "pivot",
3221
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
3222
+ },
3223
+ {
3224
+ "name": "[pivot]",
3225
+ "description": "Bound pivot property"
3226
+ },
3227
+ {
3228
+ "name": "count",
3229
+ "description": "LOD.count"
3230
+ },
3231
+ {
3232
+ "name": "[count]",
3233
+ "description": "Bound count property"
3234
+ },
3235
+ {
3236
+ "name": "occlusionTest",
3237
+ "description": "LOD.occlusionTest"
3238
+ },
3239
+ {
3240
+ "name": "[occlusionTest]",
3241
+ "description": "Bound occlusionTest property"
3242
+ },
2895
3243
  {
2896
3244
  "name": "[up.x]",
2897
3245
  "description": "Set only the x component of up"
@@ -2956,6 +3304,18 @@
2956
3304
  "name": "[scale.z]",
2957
3305
  "description": "Set only the z component of scale"
2958
3306
  },
3307
+ {
3308
+ "name": "[pivot.x]",
3309
+ "description": "Set only the x component of pivot"
3310
+ },
3311
+ {
3312
+ "name": "[pivot.y]",
3313
+ "description": "Set only the y component of pivot"
3314
+ },
3315
+ {
3316
+ "name": "[pivot.z]",
3317
+ "description": "Set only the z component of pivot"
3318
+ },
2959
3319
  {
2960
3320
  "name": "(attached)",
2961
3321
  "description": "Fires after the element is attached to its parent"
@@ -3261,6 +3621,38 @@
3261
3621
  "name": "[customDistanceMaterial]",
3262
3622
  "description": "Bound customDistanceMaterial property"
3263
3623
  },
3624
+ {
3625
+ "name": "static",
3626
+ "description": "Line.static"
3627
+ },
3628
+ {
3629
+ "name": "[static]",
3630
+ "description": "Bound static property"
3631
+ },
3632
+ {
3633
+ "name": "pivot",
3634
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
3635
+ },
3636
+ {
3637
+ "name": "[pivot]",
3638
+ "description": "Bound pivot property"
3639
+ },
3640
+ {
3641
+ "name": "count",
3642
+ "description": "Line.count"
3643
+ },
3644
+ {
3645
+ "name": "[count]",
3646
+ "description": "Bound count property"
3647
+ },
3648
+ {
3649
+ "name": "occlusionTest",
3650
+ "description": "Line.occlusionTest"
3651
+ },
3652
+ {
3653
+ "name": "[occlusionTest]",
3654
+ "description": "Bound occlusionTest property"
3655
+ },
3264
3656
  {
3265
3657
  "name": "[up.x]",
3266
3658
  "description": "Set only the x component of up"
@@ -3325,6 +3717,18 @@
3325
3717
  "name": "[scale.z]",
3326
3718
  "description": "Set only the z component of scale"
3327
3719
  },
3720
+ {
3721
+ "name": "[pivot.x]",
3722
+ "description": "Set only the x component of pivot"
3723
+ },
3724
+ {
3725
+ "name": "[pivot.y]",
3726
+ "description": "Set only the y component of pivot"
3727
+ },
3728
+ {
3729
+ "name": "[pivot.z]",
3730
+ "description": "Set only the z component of pivot"
3731
+ },
3328
3732
  {
3329
3733
  "name": "(attached)",
3330
3734
  "description": "Fires after the element is attached to its parent"
@@ -3630,6 +4034,38 @@
3630
4034
  "name": "[customDistanceMaterial]",
3631
4035
  "description": "Bound customDistanceMaterial property"
3632
4036
  },
4037
+ {
4038
+ "name": "static",
4039
+ "description": "LineLoop.static"
4040
+ },
4041
+ {
4042
+ "name": "[static]",
4043
+ "description": "Bound static property"
4044
+ },
4045
+ {
4046
+ "name": "pivot",
4047
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
4048
+ },
4049
+ {
4050
+ "name": "[pivot]",
4051
+ "description": "Bound pivot property"
4052
+ },
4053
+ {
4054
+ "name": "count",
4055
+ "description": "LineLoop.count"
4056
+ },
4057
+ {
4058
+ "name": "[count]",
4059
+ "description": "Bound count property"
4060
+ },
4061
+ {
4062
+ "name": "occlusionTest",
4063
+ "description": "LineLoop.occlusionTest"
4064
+ },
4065
+ {
4066
+ "name": "[occlusionTest]",
4067
+ "description": "Bound occlusionTest property"
4068
+ },
3633
4069
  {
3634
4070
  "name": "[up.x]",
3635
4071
  "description": "Set only the x component of up"
@@ -3694,6 +4130,18 @@
3694
4130
  "name": "[scale.z]",
3695
4131
  "description": "Set only the z component of scale"
3696
4132
  },
4133
+ {
4134
+ "name": "[pivot.x]",
4135
+ "description": "Set only the x component of pivot"
4136
+ },
4137
+ {
4138
+ "name": "[pivot.y]",
4139
+ "description": "Set only the y component of pivot"
4140
+ },
4141
+ {
4142
+ "name": "[pivot.z]",
4143
+ "description": "Set only the z component of pivot"
4144
+ },
3697
4145
  {
3698
4146
  "name": "(attached)",
3699
4147
  "description": "Fires after the element is attached to its parent"
@@ -3999,6 +4447,38 @@
3999
4447
  "name": "[customDistanceMaterial]",
4000
4448
  "description": "Bound customDistanceMaterial property"
4001
4449
  },
4450
+ {
4451
+ "name": "static",
4452
+ "description": "LineSegments.static"
4453
+ },
4454
+ {
4455
+ "name": "[static]",
4456
+ "description": "Bound static property"
4457
+ },
4458
+ {
4459
+ "name": "pivot",
4460
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
4461
+ },
4462
+ {
4463
+ "name": "[pivot]",
4464
+ "description": "Bound pivot property"
4465
+ },
4466
+ {
4467
+ "name": "count",
4468
+ "description": "LineSegments.count"
4469
+ },
4470
+ {
4471
+ "name": "[count]",
4472
+ "description": "Bound count property"
4473
+ },
4474
+ {
4475
+ "name": "occlusionTest",
4476
+ "description": "LineSegments.occlusionTest"
4477
+ },
4478
+ {
4479
+ "name": "[occlusionTest]",
4480
+ "description": "Bound occlusionTest property"
4481
+ },
4002
4482
  {
4003
4483
  "name": "[up.x]",
4004
4484
  "description": "Set only the x component of up"
@@ -4063,6 +4543,18 @@
4063
4543
  "name": "[scale.z]",
4064
4544
  "description": "Set only the z component of scale"
4065
4545
  },
4546
+ {
4547
+ "name": "[pivot.x]",
4548
+ "description": "Set only the x component of pivot"
4549
+ },
4550
+ {
4551
+ "name": "[pivot.y]",
4552
+ "description": "Set only the y component of pivot"
4553
+ },
4554
+ {
4555
+ "name": "[pivot.z]",
4556
+ "description": "Set only the z component of pivot"
4557
+ },
4066
4558
  {
4067
4559
  "name": "(attached)",
4068
4560
  "description": "Fires after the element is attached to its parent"
@@ -4368,6 +4860,38 @@
4368
4860
  "name": "[customDistanceMaterial]",
4369
4861
  "description": "Bound customDistanceMaterial property"
4370
4862
  },
4863
+ {
4864
+ "name": "static",
4865
+ "description": "Points.static"
4866
+ },
4867
+ {
4868
+ "name": "[static]",
4869
+ "description": "Bound static property"
4870
+ },
4871
+ {
4872
+ "name": "pivot",
4873
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
4874
+ },
4875
+ {
4876
+ "name": "[pivot]",
4877
+ "description": "Bound pivot property"
4878
+ },
4879
+ {
4880
+ "name": "count",
4881
+ "description": "Points.count"
4882
+ },
4883
+ {
4884
+ "name": "[count]",
4885
+ "description": "Bound count property"
4886
+ },
4887
+ {
4888
+ "name": "occlusionTest",
4889
+ "description": "Points.occlusionTest"
4890
+ },
4891
+ {
4892
+ "name": "[occlusionTest]",
4893
+ "description": "Bound occlusionTest property"
4894
+ },
4371
4895
  {
4372
4896
  "name": "[up.x]",
4373
4897
  "description": "Set only the x component of up"
@@ -4432,6 +4956,18 @@
4432
4956
  "name": "[scale.z]",
4433
4957
  "description": "Set only the z component of scale"
4434
4958
  },
4959
+ {
4960
+ "name": "[pivot.x]",
4961
+ "description": "Set only the x component of pivot"
4962
+ },
4963
+ {
4964
+ "name": "[pivot.y]",
4965
+ "description": "Set only the y component of pivot"
4966
+ },
4967
+ {
4968
+ "name": "[pivot.z]",
4969
+ "description": "Set only the z component of pivot"
4970
+ },
4435
4971
  {
4436
4972
  "name": "(attached)",
4437
4973
  "description": "Fires after the element is attached to its parent"
@@ -4737,6 +5273,30 @@
4737
5273
  "name": "[customDistanceMaterial]",
4738
5274
  "description": "Bound customDistanceMaterial property"
4739
5275
  },
5276
+ {
5277
+ "name": "static",
5278
+ "description": "Sprite.static"
5279
+ },
5280
+ {
5281
+ "name": "[static]",
5282
+ "description": "Bound static property"
5283
+ },
5284
+ {
5285
+ "name": "pivot",
5286
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
5287
+ },
5288
+ {
5289
+ "name": "[pivot]",
5290
+ "description": "Bound pivot property"
5291
+ },
5292
+ {
5293
+ "name": "occlusionTest",
5294
+ "description": "Sprite.occlusionTest"
5295
+ },
5296
+ {
5297
+ "name": "[occlusionTest]",
5298
+ "description": "Bound occlusionTest property"
5299
+ },
4740
5300
  {
4741
5301
  "name": "[center.x]",
4742
5302
  "description": "Set only the x component of center"
@@ -4809,6 +5369,18 @@
4809
5369
  "name": "[scale.z]",
4810
5370
  "description": "Set only the z component of scale"
4811
5371
  },
5372
+ {
5373
+ "name": "[pivot.x]",
5374
+ "description": "Set only the x component of pivot"
5375
+ },
5376
+ {
5377
+ "name": "[pivot.y]",
5378
+ "description": "Set only the y component of pivot"
5379
+ },
5380
+ {
5381
+ "name": "[pivot.z]",
5382
+ "description": "Set only the z component of pivot"
5383
+ },
4812
5384
  {
4813
5385
  "name": "(attached)",
4814
5386
  "description": "Fires after the element is attached to its parent"
@@ -4906,14 +5478,6 @@
4906
5478
  "name": "[dispose]",
4907
5479
  "description": "Custom dispose function or null to prevent auto-dispose"
4908
5480
  },
4909
- {
4910
- "name": "layers",
4911
- "description": "layers - Accepts: THREE.Layers | number"
4912
- },
4913
- {
4914
- "name": "[layers]",
4915
- "description": "Bound layers property"
4916
- },
4917
5481
  {
4918
5482
  "name": "matrixWorldInverse",
4919
5483
  "description": "matrixWorldInverse - Accepts: THREE.Matrix4 | number[]"
@@ -5066,6 +5630,14 @@
5066
5630
  "name": "[matrixWorldNeedsUpdate]",
5067
5631
  "description": "Bound matrixWorldNeedsUpdate property"
5068
5632
  },
5633
+ {
5634
+ "name": "layers",
5635
+ "description": "layers - Accepts: THREE.Layers | number"
5636
+ },
5637
+ {
5638
+ "name": "[layers]",
5639
+ "description": "Bound layers property"
5640
+ },
5069
5641
  {
5070
5642
  "name": "visible",
5071
5643
  "description": "Camera.visible"
@@ -5130,6 +5702,38 @@
5130
5702
  "name": "[customDistanceMaterial]",
5131
5703
  "description": "Bound customDistanceMaterial property"
5132
5704
  },
5705
+ {
5706
+ "name": "static",
5707
+ "description": "Camera.static"
5708
+ },
5709
+ {
5710
+ "name": "[static]",
5711
+ "description": "Bound static property"
5712
+ },
5713
+ {
5714
+ "name": "pivot",
5715
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
5716
+ },
5717
+ {
5718
+ "name": "[pivot]",
5719
+ "description": "Bound pivot property"
5720
+ },
5721
+ {
5722
+ "name": "count",
5723
+ "description": "Camera.count"
5724
+ },
5725
+ {
5726
+ "name": "[count]",
5727
+ "description": "Bound count property"
5728
+ },
5729
+ {
5730
+ "name": "occlusionTest",
5731
+ "description": "Camera.occlusionTest"
5732
+ },
5733
+ {
5734
+ "name": "[occlusionTest]",
5735
+ "description": "Bound occlusionTest property"
5736
+ },
5133
5737
  {
5134
5738
  "name": "[viewport.x]",
5135
5739
  "description": "Set only the x component of viewport"
@@ -5210,6 +5814,18 @@
5210
5814
  "name": "[scale.z]",
5211
5815
  "description": "Set only the z component of scale"
5212
5816
  },
5817
+ {
5818
+ "name": "[pivot.x]",
5819
+ "description": "Set only the x component of pivot"
5820
+ },
5821
+ {
5822
+ "name": "[pivot.y]",
5823
+ "description": "Set only the y component of pivot"
5824
+ },
5825
+ {
5826
+ "name": "[pivot.z]",
5827
+ "description": "Set only the z component of pivot"
5828
+ },
5213
5829
  {
5214
5830
  "name": "(attached)",
5215
5831
  "description": "Fires after the element is attached to its parent"
@@ -5307,14 +5923,6 @@
5307
5923
  "name": "[dispose]",
5308
5924
  "description": "Custom dispose function or null to prevent auto-dispose"
5309
5925
  },
5310
- {
5311
- "name": "zoom",
5312
- "description": "PerspectiveCamera.zoom"
5313
- },
5314
- {
5315
- "name": "[zoom]",
5316
- "description": "Bound zoom property"
5317
- },
5318
5926
  {
5319
5927
  "name": "fov",
5320
5928
  "description": "PerspectiveCamera.fov"
@@ -5324,12 +5932,12 @@
5324
5932
  "description": "Bound fov property"
5325
5933
  },
5326
5934
  {
5327
- "name": "aspect",
5328
- "description": "PerspectiveCamera.aspect"
5935
+ "name": "zoom",
5936
+ "description": "PerspectiveCamera.zoom"
5329
5937
  },
5330
5938
  {
5331
- "name": "[aspect]",
5332
- "description": "Bound aspect property"
5939
+ "name": "[zoom]",
5940
+ "description": "Bound zoom property"
5333
5941
  },
5334
5942
  {
5335
5943
  "name": "near",
@@ -5355,6 +5963,14 @@
5355
5963
  "name": "[focus]",
5356
5964
  "description": "Bound focus property"
5357
5965
  },
5966
+ {
5967
+ "name": "aspect",
5968
+ "description": "PerspectiveCamera.aspect"
5969
+ },
5970
+ {
5971
+ "name": "[aspect]",
5972
+ "description": "Bound aspect property"
5973
+ },
5358
5974
  {
5359
5975
  "name": "view",
5360
5976
  "description": "PerspectiveCamera.view"
@@ -5379,14 +5995,6 @@
5379
5995
  "name": "[filmOffset]",
5380
5996
  "description": "Bound filmOffset property"
5381
5997
  },
5382
- {
5383
- "name": "layers",
5384
- "description": "layers - Accepts: THREE.Layers | number"
5385
- },
5386
- {
5387
- "name": "[layers]",
5388
- "description": "Bound layers property"
5389
- },
5390
5998
  {
5391
5999
  "name": "matrixWorldInverse",
5392
6000
  "description": "matrixWorldInverse - Accepts: THREE.Matrix4 | number[]"
@@ -5539,6 +6147,14 @@
5539
6147
  "name": "[matrixWorldNeedsUpdate]",
5540
6148
  "description": "Bound matrixWorldNeedsUpdate property"
5541
6149
  },
6150
+ {
6151
+ "name": "layers",
6152
+ "description": "layers - Accepts: THREE.Layers | number"
6153
+ },
6154
+ {
6155
+ "name": "[layers]",
6156
+ "description": "Bound layers property"
6157
+ },
5542
6158
  {
5543
6159
  "name": "visible",
5544
6160
  "description": "PerspectiveCamera.visible"
@@ -5603,6 +6219,38 @@
5603
6219
  "name": "[customDistanceMaterial]",
5604
6220
  "description": "Bound customDistanceMaterial property"
5605
6221
  },
6222
+ {
6223
+ "name": "static",
6224
+ "description": "PerspectiveCamera.static"
6225
+ },
6226
+ {
6227
+ "name": "[static]",
6228
+ "description": "Bound static property"
6229
+ },
6230
+ {
6231
+ "name": "pivot",
6232
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
6233
+ },
6234
+ {
6235
+ "name": "[pivot]",
6236
+ "description": "Bound pivot property"
6237
+ },
6238
+ {
6239
+ "name": "count",
6240
+ "description": "PerspectiveCamera.count"
6241
+ },
6242
+ {
6243
+ "name": "[count]",
6244
+ "description": "Bound count property"
6245
+ },
6246
+ {
6247
+ "name": "occlusionTest",
6248
+ "description": "PerspectiveCamera.occlusionTest"
6249
+ },
6250
+ {
6251
+ "name": "[occlusionTest]",
6252
+ "description": "Bound occlusionTest property"
6253
+ },
5606
6254
  {
5607
6255
  "name": "[viewport.x]",
5608
6256
  "description": "Set only the x component of viewport"
@@ -5683,6 +6331,18 @@
5683
6331
  "name": "[scale.z]",
5684
6332
  "description": "Set only the z component of scale"
5685
6333
  },
6334
+ {
6335
+ "name": "[pivot.x]",
6336
+ "description": "Set only the x component of pivot"
6337
+ },
6338
+ {
6339
+ "name": "[pivot.y]",
6340
+ "description": "Set only the y component of pivot"
6341
+ },
6342
+ {
6343
+ "name": "[pivot.z]",
6344
+ "description": "Set only the z component of pivot"
6345
+ },
5686
6346
  {
5687
6347
  "name": "(attached)",
5688
6348
  "description": "Fires after the element is attached to its parent"
@@ -5844,14 +6504,6 @@
5844
6504
  "name": "[far]",
5845
6505
  "description": "Bound far property"
5846
6506
  },
5847
- {
5848
- "name": "layers",
5849
- "description": "layers - Accepts: THREE.Layers | number"
5850
- },
5851
- {
5852
- "name": "[layers]",
5853
- "description": "Bound layers property"
5854
- },
5855
6507
  {
5856
6508
  "name": "matrixWorldInverse",
5857
6509
  "description": "matrixWorldInverse - Accepts: THREE.Matrix4 | number[]"
@@ -6004,6 +6656,14 @@
6004
6656
  "name": "[matrixWorldNeedsUpdate]",
6005
6657
  "description": "Bound matrixWorldNeedsUpdate property"
6006
6658
  },
6659
+ {
6660
+ "name": "layers",
6661
+ "description": "layers - Accepts: THREE.Layers | number"
6662
+ },
6663
+ {
6664
+ "name": "[layers]",
6665
+ "description": "Bound layers property"
6666
+ },
6007
6667
  {
6008
6668
  "name": "visible",
6009
6669
  "description": "OrthographicCamera.visible"
@@ -6068,6 +6728,38 @@
6068
6728
  "name": "[customDistanceMaterial]",
6069
6729
  "description": "Bound customDistanceMaterial property"
6070
6730
  },
6731
+ {
6732
+ "name": "static",
6733
+ "description": "OrthographicCamera.static"
6734
+ },
6735
+ {
6736
+ "name": "[static]",
6737
+ "description": "Bound static property"
6738
+ },
6739
+ {
6740
+ "name": "pivot",
6741
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
6742
+ },
6743
+ {
6744
+ "name": "[pivot]",
6745
+ "description": "Bound pivot property"
6746
+ },
6747
+ {
6748
+ "name": "count",
6749
+ "description": "OrthographicCamera.count"
6750
+ },
6751
+ {
6752
+ "name": "[count]",
6753
+ "description": "Bound count property"
6754
+ },
6755
+ {
6756
+ "name": "occlusionTest",
6757
+ "description": "OrthographicCamera.occlusionTest"
6758
+ },
6759
+ {
6760
+ "name": "[occlusionTest]",
6761
+ "description": "Bound occlusionTest property"
6762
+ },
6071
6763
  {
6072
6764
  "name": "[viewport.x]",
6073
6765
  "description": "Set only the x component of viewport"
@@ -6148,6 +6840,18 @@
6148
6840
  "name": "[scale.z]",
6149
6841
  "description": "Set only the z component of scale"
6150
6842
  },
6843
+ {
6844
+ "name": "[pivot.x]",
6845
+ "description": "Set only the x component of pivot"
6846
+ },
6847
+ {
6848
+ "name": "[pivot.y]",
6849
+ "description": "Set only the y component of pivot"
6850
+ },
6851
+ {
6852
+ "name": "[pivot.z]",
6853
+ "description": "Set only the z component of pivot"
6854
+ },
6151
6855
  {
6152
6856
  "name": "(attached)",
6153
6857
  "description": "Fires after the element is attached to its parent"
@@ -6445,6 +7149,38 @@
6445
7149
  "name": "[customDistanceMaterial]",
6446
7150
  "description": "Bound customDistanceMaterial property"
6447
7151
  },
7152
+ {
7153
+ "name": "static",
7154
+ "description": "CubeCamera.static"
7155
+ },
7156
+ {
7157
+ "name": "[static]",
7158
+ "description": "Bound static property"
7159
+ },
7160
+ {
7161
+ "name": "pivot",
7162
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
7163
+ },
7164
+ {
7165
+ "name": "[pivot]",
7166
+ "description": "Bound pivot property"
7167
+ },
7168
+ {
7169
+ "name": "count",
7170
+ "description": "CubeCamera.count"
7171
+ },
7172
+ {
7173
+ "name": "[count]",
7174
+ "description": "Bound count property"
7175
+ },
7176
+ {
7177
+ "name": "occlusionTest",
7178
+ "description": "CubeCamera.occlusionTest"
7179
+ },
7180
+ {
7181
+ "name": "[occlusionTest]",
7182
+ "description": "Bound occlusionTest property"
7183
+ },
6448
7184
  {
6449
7185
  "name": "[up.x]",
6450
7186
  "description": "Set only the x component of up"
@@ -6509,6 +7245,18 @@
6509
7245
  "name": "[scale.z]",
6510
7246
  "description": "Set only the z component of scale"
6511
7247
  },
7248
+ {
7249
+ "name": "[pivot.x]",
7250
+ "description": "Set only the x component of pivot"
7251
+ },
7252
+ {
7253
+ "name": "[pivot.y]",
7254
+ "description": "Set only the y component of pivot"
7255
+ },
7256
+ {
7257
+ "name": "[pivot.z]",
7258
+ "description": "Set only the z component of pivot"
7259
+ },
6512
7260
  {
6513
7261
  "name": "(attached)",
6514
7262
  "description": "Fires after the element is attached to its parent"
@@ -6614,22 +7362,6 @@
6614
7362
  "name": "[cameras]",
6615
7363
  "description": "Bound cameras property"
6616
7364
  },
6617
- {
6618
- "name": "index",
6619
- "description": "ArrayCamera.index"
6620
- },
6621
- {
6622
- "name": "[index]",
6623
- "description": "Bound index property"
6624
- },
6625
- {
6626
- "name": "zoom",
6627
- "description": "ArrayCamera.zoom"
6628
- },
6629
- {
6630
- "name": "[zoom]",
6631
- "description": "Bound zoom property"
6632
- },
6633
7365
  {
6634
7366
  "name": "fov",
6635
7367
  "description": "ArrayCamera.fov"
@@ -6639,12 +7371,12 @@
6639
7371
  "description": "Bound fov property"
6640
7372
  },
6641
7373
  {
6642
- "name": "aspect",
6643
- "description": "ArrayCamera.aspect"
7374
+ "name": "zoom",
7375
+ "description": "ArrayCamera.zoom"
6644
7376
  },
6645
7377
  {
6646
- "name": "[aspect]",
6647
- "description": "Bound aspect property"
7378
+ "name": "[zoom]",
7379
+ "description": "Bound zoom property"
6648
7380
  },
6649
7381
  {
6650
7382
  "name": "near",
@@ -6670,6 +7402,14 @@
6670
7402
  "name": "[focus]",
6671
7403
  "description": "Bound focus property"
6672
7404
  },
7405
+ {
7406
+ "name": "aspect",
7407
+ "description": "ArrayCamera.aspect"
7408
+ },
7409
+ {
7410
+ "name": "[aspect]",
7411
+ "description": "Bound aspect property"
7412
+ },
6673
7413
  {
6674
7414
  "name": "view",
6675
7415
  "description": "ArrayCamera.view"
@@ -6694,14 +7434,6 @@
6694
7434
  "name": "[filmOffset]",
6695
7435
  "description": "Bound filmOffset property"
6696
7436
  },
6697
- {
6698
- "name": "layers",
6699
- "description": "layers - Accepts: THREE.Layers | number"
6700
- },
6701
- {
6702
- "name": "[layers]",
6703
- "description": "Bound layers property"
6704
- },
6705
7437
  {
6706
7438
  "name": "matrixWorldInverse",
6707
7439
  "description": "matrixWorldInverse - Accepts: THREE.Matrix4 | number[]"
@@ -6854,6 +7586,14 @@
6854
7586
  "name": "[matrixWorldNeedsUpdate]",
6855
7587
  "description": "Bound matrixWorldNeedsUpdate property"
6856
7588
  },
7589
+ {
7590
+ "name": "layers",
7591
+ "description": "layers - Accepts: THREE.Layers | number"
7592
+ },
7593
+ {
7594
+ "name": "[layers]",
7595
+ "description": "Bound layers property"
7596
+ },
6857
7597
  {
6858
7598
  "name": "visible",
6859
7599
  "description": "ArrayCamera.visible"
@@ -6918,6 +7658,38 @@
6918
7658
  "name": "[customDistanceMaterial]",
6919
7659
  "description": "Bound customDistanceMaterial property"
6920
7660
  },
7661
+ {
7662
+ "name": "static",
7663
+ "description": "ArrayCamera.static"
7664
+ },
7665
+ {
7666
+ "name": "[static]",
7667
+ "description": "Bound static property"
7668
+ },
7669
+ {
7670
+ "name": "pivot",
7671
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
7672
+ },
7673
+ {
7674
+ "name": "[pivot]",
7675
+ "description": "Bound pivot property"
7676
+ },
7677
+ {
7678
+ "name": "count",
7679
+ "description": "ArrayCamera.count"
7680
+ },
7681
+ {
7682
+ "name": "[count]",
7683
+ "description": "Bound count property"
7684
+ },
7685
+ {
7686
+ "name": "occlusionTest",
7687
+ "description": "ArrayCamera.occlusionTest"
7688
+ },
7689
+ {
7690
+ "name": "[occlusionTest]",
7691
+ "description": "Bound occlusionTest property"
7692
+ },
6921
7693
  {
6922
7694
  "name": "[viewport.x]",
6923
7695
  "description": "Set only the x component of viewport"
@@ -6998,6 +7770,18 @@
6998
7770
  "name": "[scale.z]",
6999
7771
  "description": "Set only the z component of scale"
7000
7772
  },
7773
+ {
7774
+ "name": "[pivot.x]",
7775
+ "description": "Set only the x component of pivot"
7776
+ },
7777
+ {
7778
+ "name": "[pivot.y]",
7779
+ "description": "Set only the y component of pivot"
7780
+ },
7781
+ {
7782
+ "name": "[pivot.z]",
7783
+ "description": "Set only the z component of pivot"
7784
+ },
7001
7785
  {
7002
7786
  "name": "(attached)",
7003
7787
  "description": "Fires after the element is attached to its parent"
@@ -7111,14 +7895,6 @@
7111
7895
  "name": "[intensity]",
7112
7896
  "description": "Bound intensity property"
7113
7897
  },
7114
- {
7115
- "name": "shadow",
7116
- "description": "AmbientLight.shadow"
7117
- },
7118
- {
7119
- "name": "[shadow]",
7120
- "description": "Bound shadow property"
7121
- },
7122
7898
  {
7123
7899
  "name": "name",
7124
7900
  "description": "AmbientLight.name"
@@ -7295,6 +8071,38 @@
7295
8071
  "name": "[customDistanceMaterial]",
7296
8072
  "description": "Bound customDistanceMaterial property"
7297
8073
  },
8074
+ {
8075
+ "name": "static",
8076
+ "description": "AmbientLight.static"
8077
+ },
8078
+ {
8079
+ "name": "[static]",
8080
+ "description": "Bound static property"
8081
+ },
8082
+ {
8083
+ "name": "pivot",
8084
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
8085
+ },
8086
+ {
8087
+ "name": "[pivot]",
8088
+ "description": "Bound pivot property"
8089
+ },
8090
+ {
8091
+ "name": "count",
8092
+ "description": "AmbientLight.count"
8093
+ },
8094
+ {
8095
+ "name": "[count]",
8096
+ "description": "Bound count property"
8097
+ },
8098
+ {
8099
+ "name": "occlusionTest",
8100
+ "description": "AmbientLight.occlusionTest"
8101
+ },
8102
+ {
8103
+ "name": "[occlusionTest]",
8104
+ "description": "Bound occlusionTest property"
8105
+ },
7298
8106
  {
7299
8107
  "name": "[color.r]",
7300
8108
  "description": "Set only the r channel (0-1) of color"
@@ -7371,6 +8179,18 @@
7371
8179
  "name": "[scale.z]",
7372
8180
  "description": "Set only the z component of scale"
7373
8181
  },
8182
+ {
8183
+ "name": "[pivot.x]",
8184
+ "description": "Set only the x component of pivot"
8185
+ },
8186
+ {
8187
+ "name": "[pivot.y]",
8188
+ "description": "Set only the y component of pivot"
8189
+ },
8190
+ {
8191
+ "name": "[pivot.z]",
8192
+ "description": "Set only the z component of pivot"
8193
+ },
7374
8194
  {
7375
8195
  "name": "(attached)",
7376
8196
  "description": "Fires after the element is attached to its parent"
@@ -7469,20 +8289,12 @@
7469
8289
  "description": "Custom dispose function or null to prevent auto-dispose"
7470
8290
  },
7471
8291
  {
7472
- "name": "castShadow",
7473
- "description": "DirectionalLight.castShadow"
7474
- },
7475
- {
7476
- "name": "[castShadow]",
7477
- "description": "Bound castShadow property"
7478
- },
7479
- {
7480
- "name": "position",
7481
- "description": "position - Accepts: THREE.Vector3 | [number, number, number] | number"
8292
+ "name": "target",
8293
+ "description": "DirectionalLight.target"
7482
8294
  },
7483
8295
  {
7484
- "name": "[position]",
7485
- "description": "Bound position property"
8296
+ "name": "[target]",
8297
+ "description": "Bound target property"
7486
8298
  },
7487
8299
  {
7488
8300
  "name": "shadow",
@@ -7492,14 +8304,6 @@
7492
8304
  "name": "[shadow]",
7493
8305
  "description": "Bound shadow property"
7494
8306
  },
7495
- {
7496
- "name": "target",
7497
- "description": "DirectionalLight.target"
7498
- },
7499
- {
7500
- "name": "[target]",
7501
- "description": "Bound target property"
7502
- },
7503
8307
  {
7504
8308
  "name": "color",
7505
8309
  "description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
@@ -7532,6 +8336,14 @@
7532
8336
  "name": "[up]",
7533
8337
  "description": "Bound up property"
7534
8338
  },
8339
+ {
8340
+ "name": "position",
8341
+ "description": "position - Accepts: THREE.Vector3 | [number, number, number] | number"
8342
+ },
8343
+ {
8344
+ "name": "[position]",
8345
+ "description": "Bound position property"
8346
+ },
7535
8347
  {
7536
8348
  "name": "rotation",
7537
8349
  "description": "rotation - Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]"
@@ -7628,6 +8440,14 @@
7628
8440
  "name": "[visible]",
7629
8441
  "description": "Bound visible property"
7630
8442
  },
8443
+ {
8444
+ "name": "castShadow",
8445
+ "description": "DirectionalLight.castShadow"
8446
+ },
8447
+ {
8448
+ "name": "[castShadow]",
8449
+ "description": "Bound castShadow property"
8450
+ },
7631
8451
  {
7632
8452
  "name": "receiveShadow",
7633
8453
  "description": "DirectionalLight.receiveShadow"
@@ -7677,16 +8497,36 @@
7677
8497
  "description": "Bound customDistanceMaterial property"
7678
8498
  },
7679
8499
  {
7680
- "name": "[position.x]",
7681
- "description": "Set only the x component of position"
8500
+ "name": "static",
8501
+ "description": "DirectionalLight.static"
7682
8502
  },
7683
8503
  {
7684
- "name": "[position.y]",
7685
- "description": "Set only the y component of position"
8504
+ "name": "[static]",
8505
+ "description": "Bound static property"
7686
8506
  },
7687
8507
  {
7688
- "name": "[position.z]",
7689
- "description": "Set only the z component of position"
8508
+ "name": "pivot",
8509
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
8510
+ },
8511
+ {
8512
+ "name": "[pivot]",
8513
+ "description": "Bound pivot property"
8514
+ },
8515
+ {
8516
+ "name": "count",
8517
+ "description": "DirectionalLight.count"
8518
+ },
8519
+ {
8520
+ "name": "[count]",
8521
+ "description": "Bound count property"
8522
+ },
8523
+ {
8524
+ "name": "occlusionTest",
8525
+ "description": "DirectionalLight.occlusionTest"
8526
+ },
8527
+ {
8528
+ "name": "[occlusionTest]",
8529
+ "description": "Bound occlusionTest property"
7690
8530
  },
7691
8531
  {
7692
8532
  "name": "[color.r]",
@@ -7712,6 +8552,18 @@
7712
8552
  "name": "[up.z]",
7713
8553
  "description": "Set only the z component of up"
7714
8554
  },
8555
+ {
8556
+ "name": "[position.x]",
8557
+ "description": "Set only the x component of position"
8558
+ },
8559
+ {
8560
+ "name": "[position.y]",
8561
+ "description": "Set only the y component of position"
8562
+ },
8563
+ {
8564
+ "name": "[position.z]",
8565
+ "description": "Set only the z component of position"
8566
+ },
7715
8567
  {
7716
8568
  "name": "[rotation.x]",
7717
8569
  "description": "Set only the x rotation (radians) of rotation"
@@ -7752,6 +8604,18 @@
7752
8604
  "name": "[scale.z]",
7753
8605
  "description": "Set only the z component of scale"
7754
8606
  },
8607
+ {
8608
+ "name": "[pivot.x]",
8609
+ "description": "Set only the x component of pivot"
8610
+ },
8611
+ {
8612
+ "name": "[pivot.y]",
8613
+ "description": "Set only the y component of pivot"
8614
+ },
8615
+ {
8616
+ "name": "[pivot.z]",
8617
+ "description": "Set only the z component of pivot"
8618
+ },
7755
8619
  {
7756
8620
  "name": "[shadow.intensity]",
7757
8621
  "description": "Shadow intensity (0-1)"
@@ -7918,12 +8782,12 @@
7918
8782
  "description": "Custom dispose function or null to prevent auto-dispose"
7919
8783
  },
7920
8784
  {
7921
- "name": "position",
7922
- "description": "position - Accepts: THREE.Vector3 | [number, number, number] | number"
8785
+ "name": "groundColor",
8786
+ "description": "groundColor - Accepts: THREE.Color | string | number | [number, number, number]"
7923
8787
  },
7924
8788
  {
7925
- "name": "[position]",
7926
- "description": "Bound position property"
8789
+ "name": "[groundColor]",
8790
+ "description": "Bound groundColor property"
7927
8791
  },
7928
8792
  {
7929
8793
  "name": "color",
@@ -7933,14 +8797,6 @@
7933
8797
  "name": "[color]",
7934
8798
  "description": "Bound color property"
7935
8799
  },
7936
- {
7937
- "name": "groundColor",
7938
- "description": "groundColor - Accepts: THREE.Color | string | number | [number, number, number]"
7939
- },
7940
- {
7941
- "name": "[groundColor]",
7942
- "description": "Bound groundColor property"
7943
- },
7944
8800
  {
7945
8801
  "name": "intensity",
7946
8802
  "description": "HemisphereLight.intensity"
@@ -7949,14 +8805,6 @@
7949
8805
  "name": "[intensity]",
7950
8806
  "description": "Bound intensity property"
7951
8807
  },
7952
- {
7953
- "name": "shadow",
7954
- "description": "HemisphereLight.shadow"
7955
- },
7956
- {
7957
- "name": "[shadow]",
7958
- "description": "Bound shadow property"
7959
- },
7960
8808
  {
7961
8809
  "name": "name",
7962
8810
  "description": "HemisphereLight.name"
@@ -7973,6 +8821,14 @@
7973
8821
  "name": "[up]",
7974
8822
  "description": "Bound up property"
7975
8823
  },
8824
+ {
8825
+ "name": "position",
8826
+ "description": "position - Accepts: THREE.Vector3 | [number, number, number] | number"
8827
+ },
8828
+ {
8829
+ "name": "[position]",
8830
+ "description": "Bound position property"
8831
+ },
7976
8832
  {
7977
8833
  "name": "rotation",
7978
8834
  "description": "rotation - Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]"
@@ -8126,28 +8982,36 @@
8126
8982
  "description": "Bound customDistanceMaterial property"
8127
8983
  },
8128
8984
  {
8129
- "name": "[position.x]",
8130
- "description": "Set only the x component of position"
8985
+ "name": "static",
8986
+ "description": "HemisphereLight.static"
8131
8987
  },
8132
8988
  {
8133
- "name": "[position.y]",
8134
- "description": "Set only the y component of position"
8989
+ "name": "[static]",
8990
+ "description": "Bound static property"
8135
8991
  },
8136
8992
  {
8137
- "name": "[position.z]",
8138
- "description": "Set only the z component of position"
8993
+ "name": "pivot",
8994
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
8139
8995
  },
8140
8996
  {
8141
- "name": "[color.r]",
8142
- "description": "Set only the r channel (0-1) of color"
8997
+ "name": "[pivot]",
8998
+ "description": "Bound pivot property"
8143
8999
  },
8144
9000
  {
8145
- "name": "[color.g]",
8146
- "description": "Set only the g channel (0-1) of color"
9001
+ "name": "count",
9002
+ "description": "HemisphereLight.count"
8147
9003
  },
8148
9004
  {
8149
- "name": "[color.b]",
8150
- "description": "Set only the b channel (0-1) of color"
9005
+ "name": "[count]",
9006
+ "description": "Bound count property"
9007
+ },
9008
+ {
9009
+ "name": "occlusionTest",
9010
+ "description": "HemisphereLight.occlusionTest"
9011
+ },
9012
+ {
9013
+ "name": "[occlusionTest]",
9014
+ "description": "Bound occlusionTest property"
8151
9015
  },
8152
9016
  {
8153
9017
  "name": "[groundColor.r]",
@@ -8161,6 +9025,18 @@
8161
9025
  "name": "[groundColor.b]",
8162
9026
  "description": "Set only the b channel (0-1) of groundColor"
8163
9027
  },
9028
+ {
9029
+ "name": "[color.r]",
9030
+ "description": "Set only the r channel (0-1) of color"
9031
+ },
9032
+ {
9033
+ "name": "[color.g]",
9034
+ "description": "Set only the g channel (0-1) of color"
9035
+ },
9036
+ {
9037
+ "name": "[color.b]",
9038
+ "description": "Set only the b channel (0-1) of color"
9039
+ },
8164
9040
  {
8165
9041
  "name": "[up.x]",
8166
9042
  "description": "Set only the x component of up"
@@ -8173,6 +9049,18 @@
8173
9049
  "name": "[up.z]",
8174
9050
  "description": "Set only the z component of up"
8175
9051
  },
9052
+ {
9053
+ "name": "[position.x]",
9054
+ "description": "Set only the x component of position"
9055
+ },
9056
+ {
9057
+ "name": "[position.y]",
9058
+ "description": "Set only the y component of position"
9059
+ },
9060
+ {
9061
+ "name": "[position.z]",
9062
+ "description": "Set only the z component of position"
9063
+ },
8176
9064
  {
8177
9065
  "name": "[rotation.x]",
8178
9066
  "description": "Set only the x rotation (radians) of rotation"
@@ -8213,6 +9101,18 @@
8213
9101
  "name": "[scale.z]",
8214
9102
  "description": "Set only the z component of scale"
8215
9103
  },
9104
+ {
9105
+ "name": "[pivot.x]",
9106
+ "description": "Set only the x component of pivot"
9107
+ },
9108
+ {
9109
+ "name": "[pivot.y]",
9110
+ "description": "Set only the y component of pivot"
9111
+ },
9112
+ {
9113
+ "name": "[pivot.z]",
9114
+ "description": "Set only the z component of pivot"
9115
+ },
8216
9116
  {
8217
9117
  "name": "(attached)",
8218
9118
  "description": "Fires after the element is attached to its parent"
@@ -8310,14 +9210,6 @@
8310
9210
  "name": "[dispose]",
8311
9211
  "description": "Custom dispose function or null to prevent auto-dispose"
8312
9212
  },
8313
- {
8314
- "name": "intensity",
8315
- "description": "PointLight.intensity"
8316
- },
8317
- {
8318
- "name": "[intensity]",
8319
- "description": "Bound intensity property"
8320
- },
8321
9213
  {
8322
9214
  "name": "distance",
8323
9215
  "description": "PointLight.distance"
@@ -8326,14 +9218,6 @@
8326
9218
  "name": "[distance]",
8327
9219
  "description": "Bound distance property"
8328
9220
  },
8329
- {
8330
- "name": "castShadow",
8331
- "description": "PointLight.castShadow"
8332
- },
8333
- {
8334
- "name": "[castShadow]",
8335
- "description": "Bound castShadow property"
8336
- },
8337
9221
  {
8338
9222
  "name": "decay",
8339
9223
  "description": "PointLight.decay"
@@ -8366,6 +9250,14 @@
8366
9250
  "name": "[color]",
8367
9251
  "description": "Bound color property"
8368
9252
  },
9253
+ {
9254
+ "name": "intensity",
9255
+ "description": "PointLight.intensity"
9256
+ },
9257
+ {
9258
+ "name": "[intensity]",
9259
+ "description": "Bound intensity property"
9260
+ },
8369
9261
  {
8370
9262
  "name": "name",
8371
9263
  "description": "PointLight.name"
@@ -8486,6 +9378,14 @@
8486
9378
  "name": "[visible]",
8487
9379
  "description": "Bound visible property"
8488
9380
  },
9381
+ {
9382
+ "name": "castShadow",
9383
+ "description": "PointLight.castShadow"
9384
+ },
9385
+ {
9386
+ "name": "[castShadow]",
9387
+ "description": "Bound castShadow property"
9388
+ },
8489
9389
  {
8490
9390
  "name": "receiveShadow",
8491
9391
  "description": "PointLight.receiveShadow"
@@ -8534,6 +9434,38 @@
8534
9434
  "name": "[customDistanceMaterial]",
8535
9435
  "description": "Bound customDistanceMaterial property"
8536
9436
  },
9437
+ {
9438
+ "name": "static",
9439
+ "description": "PointLight.static"
9440
+ },
9441
+ {
9442
+ "name": "[static]",
9443
+ "description": "Bound static property"
9444
+ },
9445
+ {
9446
+ "name": "pivot",
9447
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
9448
+ },
9449
+ {
9450
+ "name": "[pivot]",
9451
+ "description": "Bound pivot property"
9452
+ },
9453
+ {
9454
+ "name": "count",
9455
+ "description": "PointLight.count"
9456
+ },
9457
+ {
9458
+ "name": "[count]",
9459
+ "description": "Bound count property"
9460
+ },
9461
+ {
9462
+ "name": "occlusionTest",
9463
+ "description": "PointLight.occlusionTest"
9464
+ },
9465
+ {
9466
+ "name": "[occlusionTest]",
9467
+ "description": "Bound occlusionTest property"
9468
+ },
8537
9469
  {
8538
9470
  "name": "[color.r]",
8539
9471
  "description": "Set only the r channel (0-1) of color"
@@ -8610,6 +9542,18 @@
8610
9542
  "name": "[scale.z]",
8611
9543
  "description": "Set only the z component of scale"
8612
9544
  },
9545
+ {
9546
+ "name": "[pivot.x]",
9547
+ "description": "Set only the x component of pivot"
9548
+ },
9549
+ {
9550
+ "name": "[pivot.y]",
9551
+ "description": "Set only the y component of pivot"
9552
+ },
9553
+ {
9554
+ "name": "[pivot.z]",
9555
+ "description": "Set only the z component of pivot"
9556
+ },
8613
9557
  {
8614
9558
  "name": "[shadow.intensity]",
8615
9559
  "description": "Shadow intensity (0-1)"
@@ -8775,14 +9719,6 @@
8775
9719
  "name": "[dispose]",
8776
9720
  "description": "Custom dispose function or null to prevent auto-dispose"
8777
9721
  },
8778
- {
8779
- "name": "position",
8780
- "description": "position - Accepts: THREE.Vector3 | [number, number, number] | number"
8781
- },
8782
- {
8783
- "name": "[position]",
8784
- "description": "Bound position property"
8785
- },
8786
9722
  {
8787
9723
  "name": "target",
8788
9724
  "description": "SpotLight.target"
@@ -8791,22 +9727,6 @@
8791
9727
  "name": "[target]",
8792
9728
  "description": "Bound target property"
8793
9729
  },
8794
- {
8795
- "name": "castShadow",
8796
- "description": "SpotLight.castShadow"
8797
- },
8798
- {
8799
- "name": "[castShadow]",
8800
- "description": "Bound castShadow property"
8801
- },
8802
- {
8803
- "name": "intensity",
8804
- "description": "SpotLight.intensity"
8805
- },
8806
- {
8807
- "name": "[intensity]",
8808
- "description": "Bound intensity property"
8809
- },
8810
9730
  {
8811
9731
  "name": "distance",
8812
9732
  "description": "SpotLight.distance"
@@ -8823,6 +9743,14 @@
8823
9743
  "name": "[angle]",
8824
9744
  "description": "Bound angle property"
8825
9745
  },
9746
+ {
9747
+ "name": "penumbra",
9748
+ "description": "SpotLight.penumbra"
9749
+ },
9750
+ {
9751
+ "name": "[penumbra]",
9752
+ "description": "Bound penumbra property"
9753
+ },
8826
9754
  {
8827
9755
  "name": "decay",
8828
9756
  "description": "SpotLight.decay"
@@ -8831,6 +9759,14 @@
8831
9759
  "name": "[decay]",
8832
9760
  "description": "Bound decay property"
8833
9761
  },
9762
+ {
9763
+ "name": "map",
9764
+ "description": "SpotLight.map"
9765
+ },
9766
+ {
9767
+ "name": "[map]",
9768
+ "description": "Bound map property"
9769
+ },
8834
9770
  {
8835
9771
  "name": "shadow",
8836
9772
  "description": "SpotLight.shadow"
@@ -8847,30 +9783,6 @@
8847
9783
  "name": "[power]",
8848
9784
  "description": "Bound power property"
8849
9785
  },
8850
- {
8851
- "name": "penumbra",
8852
- "description": "SpotLight.penumbra"
8853
- },
8854
- {
8855
- "name": "[penumbra]",
8856
- "description": "Bound penumbra property"
8857
- },
8858
- {
8859
- "name": "map",
8860
- "description": "SpotLight.map"
8861
- },
8862
- {
8863
- "name": "[map]",
8864
- "description": "Bound map property"
8865
- },
8866
- {
8867
- "name": "attenuationNode",
8868
- "description": "SpotLight.attenuationNode"
8869
- },
8870
- {
8871
- "name": "[attenuationNode]",
8872
- "description": "Bound attenuationNode property"
8873
- },
8874
9786
  {
8875
9787
  "name": "color",
8876
9788
  "description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
@@ -8879,6 +9791,14 @@
8879
9791
  "name": "[color]",
8880
9792
  "description": "Bound color property"
8881
9793
  },
9794
+ {
9795
+ "name": "intensity",
9796
+ "description": "SpotLight.intensity"
9797
+ },
9798
+ {
9799
+ "name": "[intensity]",
9800
+ "description": "Bound intensity property"
9801
+ },
8882
9802
  {
8883
9803
  "name": "name",
8884
9804
  "description": "SpotLight.name"
@@ -8895,6 +9815,14 @@
8895
9815
  "name": "[up]",
8896
9816
  "description": "Bound up property"
8897
9817
  },
9818
+ {
9819
+ "name": "position",
9820
+ "description": "position - Accepts: THREE.Vector3 | [number, number, number] | number"
9821
+ },
9822
+ {
9823
+ "name": "[position]",
9824
+ "description": "Bound position property"
9825
+ },
8898
9826
  {
8899
9827
  "name": "rotation",
8900
9828
  "description": "rotation - Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]"
@@ -8991,6 +9919,14 @@
8991
9919
  "name": "[visible]",
8992
9920
  "description": "Bound visible property"
8993
9921
  },
9922
+ {
9923
+ "name": "castShadow",
9924
+ "description": "SpotLight.castShadow"
9925
+ },
9926
+ {
9927
+ "name": "[castShadow]",
9928
+ "description": "Bound castShadow property"
9929
+ },
8994
9930
  {
8995
9931
  "name": "receiveShadow",
8996
9932
  "description": "SpotLight.receiveShadow"
@@ -9040,16 +9976,36 @@
9040
9976
  "description": "Bound customDistanceMaterial property"
9041
9977
  },
9042
9978
  {
9043
- "name": "[position.x]",
9044
- "description": "Set only the x component of position"
9979
+ "name": "static",
9980
+ "description": "SpotLight.static"
9045
9981
  },
9046
9982
  {
9047
- "name": "[position.y]",
9048
- "description": "Set only the y component of position"
9983
+ "name": "[static]",
9984
+ "description": "Bound static property"
9049
9985
  },
9050
9986
  {
9051
- "name": "[position.z]",
9052
- "description": "Set only the z component of position"
9987
+ "name": "pivot",
9988
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
9989
+ },
9990
+ {
9991
+ "name": "[pivot]",
9992
+ "description": "Bound pivot property"
9993
+ },
9994
+ {
9995
+ "name": "count",
9996
+ "description": "SpotLight.count"
9997
+ },
9998
+ {
9999
+ "name": "[count]",
10000
+ "description": "Bound count property"
10001
+ },
10002
+ {
10003
+ "name": "occlusionTest",
10004
+ "description": "SpotLight.occlusionTest"
10005
+ },
10006
+ {
10007
+ "name": "[occlusionTest]",
10008
+ "description": "Bound occlusionTest property"
9053
10009
  },
9054
10010
  {
9055
10011
  "name": "[color.r]",
@@ -9075,6 +10031,18 @@
9075
10031
  "name": "[up.z]",
9076
10032
  "description": "Set only the z component of up"
9077
10033
  },
10034
+ {
10035
+ "name": "[position.x]",
10036
+ "description": "Set only the x component of position"
10037
+ },
10038
+ {
10039
+ "name": "[position.y]",
10040
+ "description": "Set only the y component of position"
10041
+ },
10042
+ {
10043
+ "name": "[position.z]",
10044
+ "description": "Set only the z component of position"
10045
+ },
9078
10046
  {
9079
10047
  "name": "[rotation.x]",
9080
10048
  "description": "Set only the x rotation (radians) of rotation"
@@ -9115,6 +10083,18 @@
9115
10083
  "name": "[scale.z]",
9116
10084
  "description": "Set only the z component of scale"
9117
10085
  },
10086
+ {
10087
+ "name": "[pivot.x]",
10088
+ "description": "Set only the x component of pivot"
10089
+ },
10090
+ {
10091
+ "name": "[pivot.y]",
10092
+ "description": "Set only the y component of pivot"
10093
+ },
10094
+ {
10095
+ "name": "[pivot.z]",
10096
+ "description": "Set only the z component of pivot"
10097
+ },
9118
10098
  {
9119
10099
  "name": "[shadow.intensity]",
9120
10100
  "description": "Shadow intensity (0-1)"
@@ -9296,14 +10276,6 @@
9296
10276
  "name": "[height]",
9297
10277
  "description": "Bound height property"
9298
10278
  },
9299
- {
9300
- "name": "intensity",
9301
- "description": "RectAreaLight.intensity"
9302
- },
9303
- {
9304
- "name": "[intensity]",
9305
- "description": "Bound intensity property"
9306
- },
9307
10279
  {
9308
10280
  "name": "power",
9309
10281
  "description": "RectAreaLight.power"
@@ -9321,12 +10293,12 @@
9321
10293
  "description": "Bound color property"
9322
10294
  },
9323
10295
  {
9324
- "name": "shadow",
9325
- "description": "RectAreaLight.shadow"
10296
+ "name": "intensity",
10297
+ "description": "RectAreaLight.intensity"
9326
10298
  },
9327
10299
  {
9328
- "name": "[shadow]",
9329
- "description": "Bound shadow property"
10300
+ "name": "[intensity]",
10301
+ "description": "Bound intensity property"
9330
10302
  },
9331
10303
  {
9332
10304
  "name": "name",
@@ -9504,6 +10476,38 @@
9504
10476
  "name": "[customDistanceMaterial]",
9505
10477
  "description": "Bound customDistanceMaterial property"
9506
10478
  },
10479
+ {
10480
+ "name": "static",
10481
+ "description": "RectAreaLight.static"
10482
+ },
10483
+ {
10484
+ "name": "[static]",
10485
+ "description": "Bound static property"
10486
+ },
10487
+ {
10488
+ "name": "pivot",
10489
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
10490
+ },
10491
+ {
10492
+ "name": "[pivot]",
10493
+ "description": "Bound pivot property"
10494
+ },
10495
+ {
10496
+ "name": "count",
10497
+ "description": "RectAreaLight.count"
10498
+ },
10499
+ {
10500
+ "name": "[count]",
10501
+ "description": "Bound count property"
10502
+ },
10503
+ {
10504
+ "name": "occlusionTest",
10505
+ "description": "RectAreaLight.occlusionTest"
10506
+ },
10507
+ {
10508
+ "name": "[occlusionTest]",
10509
+ "description": "Bound occlusionTest property"
10510
+ },
9507
10511
  {
9508
10512
  "name": "[color.r]",
9509
10513
  "description": "Set only the r channel (0-1) of color"
@@ -9580,6 +10584,18 @@
9580
10584
  "name": "[scale.z]",
9581
10585
  "description": "Set only the z component of scale"
9582
10586
  },
10587
+ {
10588
+ "name": "[pivot.x]",
10589
+ "description": "Set only the x component of pivot"
10590
+ },
10591
+ {
10592
+ "name": "[pivot.y]",
10593
+ "description": "Set only the y component of pivot"
10594
+ },
10595
+ {
10596
+ "name": "[pivot.z]",
10597
+ "description": "Set only the z component of pivot"
10598
+ },
9583
10599
  {
9584
10600
  "name": "(attached)",
9585
10601
  "description": "Fires after the element is attached to its parent"
@@ -9701,14 +10717,6 @@
9701
10717
  "name": "[intensity]",
9702
10718
  "description": "Bound intensity property"
9703
10719
  },
9704
- {
9705
- "name": "shadow",
9706
- "description": "LightProbe.shadow"
9707
- },
9708
- {
9709
- "name": "[shadow]",
9710
- "description": "Bound shadow property"
9711
- },
9712
10720
  {
9713
10721
  "name": "name",
9714
10722
  "description": "LightProbe.name"
@@ -9885,6 +10893,38 @@
9885
10893
  "name": "[customDistanceMaterial]",
9886
10894
  "description": "Bound customDistanceMaterial property"
9887
10895
  },
10896
+ {
10897
+ "name": "static",
10898
+ "description": "LightProbe.static"
10899
+ },
10900
+ {
10901
+ "name": "[static]",
10902
+ "description": "Bound static property"
10903
+ },
10904
+ {
10905
+ "name": "pivot",
10906
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
10907
+ },
10908
+ {
10909
+ "name": "[pivot]",
10910
+ "description": "Bound pivot property"
10911
+ },
10912
+ {
10913
+ "name": "count",
10914
+ "description": "LightProbe.count"
10915
+ },
10916
+ {
10917
+ "name": "[count]",
10918
+ "description": "Bound count property"
10919
+ },
10920
+ {
10921
+ "name": "occlusionTest",
10922
+ "description": "LightProbe.occlusionTest"
10923
+ },
10924
+ {
10925
+ "name": "[occlusionTest]",
10926
+ "description": "Bound occlusionTest property"
10927
+ },
9888
10928
  {
9889
10929
  "name": "[color.r]",
9890
10930
  "description": "Set only the r channel (0-1) of color"
@@ -9961,6 +11001,18 @@
9961
11001
  "name": "[scale.z]",
9962
11002
  "description": "Set only the z component of scale"
9963
11003
  },
11004
+ {
11005
+ "name": "[pivot.x]",
11006
+ "description": "Set only the x component of pivot"
11007
+ },
11008
+ {
11009
+ "name": "[pivot.y]",
11010
+ "description": "Set only the y component of pivot"
11011
+ },
11012
+ {
11013
+ "name": "[pivot.z]",
11014
+ "description": "Set only the z component of pivot"
11015
+ },
9964
11016
  {
9965
11017
  "name": "(attached)",
9966
11018
  "description": "Fires after the element is attached to its parent"
@@ -13378,6 +14430,14 @@
13378
14430
  "name": "[reflectivity]",
13379
14431
  "description": "Bound reflectivity property"
13380
14432
  },
14433
+ {
14434
+ "name": "envMapIntensity",
14435
+ "description": "MeshPhongMaterial.envMapIntensity"
14436
+ },
14437
+ {
14438
+ "name": "[envMapIntensity]",
14439
+ "description": "Bound envMapIntensity property"
14440
+ },
13381
14441
  {
13382
14442
  "name": "refractionRatio",
13383
14443
  "description": "MeshPhongMaterial.refractionRatio"
@@ -14099,6 +15159,14 @@
14099
15159
  "name": "[reflectivity]",
14100
15160
  "description": "Bound reflectivity property"
14101
15161
  },
15162
+ {
15163
+ "name": "envMapIntensity",
15164
+ "description": "MeshLambertMaterial.envMapIntensity"
15165
+ },
15166
+ {
15167
+ "name": "[envMapIntensity]",
15168
+ "description": "Bound envMapIntensity property"
15169
+ },
14102
15170
  {
14103
15171
  "name": "refractionRatio",
14104
15172
  "description": "MeshLambertMaterial.refractionRatio"
@@ -26655,6 +27723,38 @@
26655
27723
  "name": "[customDistanceMaterial]",
26656
27724
  "description": "Bound customDistanceMaterial property"
26657
27725
  },
27726
+ {
27727
+ "name": "static",
27728
+ "description": "ArrowHelper.static"
27729
+ },
27730
+ {
27731
+ "name": "[static]",
27732
+ "description": "Bound static property"
27733
+ },
27734
+ {
27735
+ "name": "pivot",
27736
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
27737
+ },
27738
+ {
27739
+ "name": "[pivot]",
27740
+ "description": "Bound pivot property"
27741
+ },
27742
+ {
27743
+ "name": "count",
27744
+ "description": "ArrowHelper.count"
27745
+ },
27746
+ {
27747
+ "name": "[count]",
27748
+ "description": "Bound count property"
27749
+ },
27750
+ {
27751
+ "name": "occlusionTest",
27752
+ "description": "ArrowHelper.occlusionTest"
27753
+ },
27754
+ {
27755
+ "name": "[occlusionTest]",
27756
+ "description": "Bound occlusionTest property"
27757
+ },
26658
27758
  {
26659
27759
  "name": "[up.x]",
26660
27760
  "description": "Set only the x component of up"
@@ -26719,6 +27819,18 @@
26719
27819
  "name": "[scale.z]",
26720
27820
  "description": "Set only the z component of scale"
26721
27821
  },
27822
+ {
27823
+ "name": "[pivot.x]",
27824
+ "description": "Set only the x component of pivot"
27825
+ },
27826
+ {
27827
+ "name": "[pivot.y]",
27828
+ "description": "Set only the y component of pivot"
27829
+ },
27830
+ {
27831
+ "name": "[pivot.z]",
27832
+ "description": "Set only the z component of pivot"
27833
+ },
26722
27834
  {
26723
27835
  "name": "(attached)",
26724
27836
  "description": "Fires after the element is attached to its parent"
@@ -27024,6 +28136,38 @@
27024
28136
  "name": "[customDistanceMaterial]",
27025
28137
  "description": "Bound customDistanceMaterial property"
27026
28138
  },
28139
+ {
28140
+ "name": "static",
28141
+ "description": "AxesHelper.static"
28142
+ },
28143
+ {
28144
+ "name": "[static]",
28145
+ "description": "Bound static property"
28146
+ },
28147
+ {
28148
+ "name": "pivot",
28149
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
28150
+ },
28151
+ {
28152
+ "name": "[pivot]",
28153
+ "description": "Bound pivot property"
28154
+ },
28155
+ {
28156
+ "name": "count",
28157
+ "description": "AxesHelper.count"
28158
+ },
28159
+ {
28160
+ "name": "[count]",
28161
+ "description": "Bound count property"
28162
+ },
28163
+ {
28164
+ "name": "occlusionTest",
28165
+ "description": "AxesHelper.occlusionTest"
28166
+ },
28167
+ {
28168
+ "name": "[occlusionTest]",
28169
+ "description": "Bound occlusionTest property"
28170
+ },
27027
28171
  {
27028
28172
  "name": "[up.x]",
27029
28173
  "description": "Set only the x component of up"
@@ -27088,6 +28232,18 @@
27088
28232
  "name": "[scale.z]",
27089
28233
  "description": "Set only the z component of scale"
27090
28234
  },
28235
+ {
28236
+ "name": "[pivot.x]",
28237
+ "description": "Set only the x component of pivot"
28238
+ },
28239
+ {
28240
+ "name": "[pivot.y]",
28241
+ "description": "Set only the y component of pivot"
28242
+ },
28243
+ {
28244
+ "name": "[pivot.z]",
28245
+ "description": "Set only the z component of pivot"
28246
+ },
27091
28247
  {
27092
28248
  "name": "(attached)",
27093
28249
  "description": "Fires after the element is attached to its parent"
@@ -27185,6 +28341,14 @@
27185
28341
  "name": "[dispose]",
27186
28342
  "description": "Custom dispose function or null to prevent auto-dispose"
27187
28343
  },
28344
+ {
28345
+ "name": "object",
28346
+ "description": "BoxHelper.object"
28347
+ },
28348
+ {
28349
+ "name": "[object]",
28350
+ "description": "Bound object property"
28351
+ },
27188
28352
  {
27189
28353
  "name": "geometry",
27190
28354
  "description": "BoxHelper.geometry"
@@ -27393,6 +28557,38 @@
27393
28557
  "name": "[customDistanceMaterial]",
27394
28558
  "description": "Bound customDistanceMaterial property"
27395
28559
  },
28560
+ {
28561
+ "name": "static",
28562
+ "description": "BoxHelper.static"
28563
+ },
28564
+ {
28565
+ "name": "[static]",
28566
+ "description": "Bound static property"
28567
+ },
28568
+ {
28569
+ "name": "pivot",
28570
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
28571
+ },
28572
+ {
28573
+ "name": "[pivot]",
28574
+ "description": "Bound pivot property"
28575
+ },
28576
+ {
28577
+ "name": "count",
28578
+ "description": "BoxHelper.count"
28579
+ },
28580
+ {
28581
+ "name": "[count]",
28582
+ "description": "Bound count property"
28583
+ },
28584
+ {
28585
+ "name": "occlusionTest",
28586
+ "description": "BoxHelper.occlusionTest"
28587
+ },
28588
+ {
28589
+ "name": "[occlusionTest]",
28590
+ "description": "Bound occlusionTest property"
28591
+ },
27396
28592
  {
27397
28593
  "name": "[up.x]",
27398
28594
  "description": "Set only the x component of up"
@@ -27457,6 +28653,18 @@
27457
28653
  "name": "[scale.z]",
27458
28654
  "description": "Set only the z component of scale"
27459
28655
  },
28656
+ {
28657
+ "name": "[pivot.x]",
28658
+ "description": "Set only the x component of pivot"
28659
+ },
28660
+ {
28661
+ "name": "[pivot.y]",
28662
+ "description": "Set only the y component of pivot"
28663
+ },
28664
+ {
28665
+ "name": "[pivot.z]",
28666
+ "description": "Set only the z component of pivot"
28667
+ },
27460
28668
  {
27461
28669
  "name": "(attached)",
27462
28670
  "description": "Fires after the element is attached to its parent"
@@ -27770,6 +28978,38 @@
27770
28978
  "name": "[customDistanceMaterial]",
27771
28979
  "description": "Bound customDistanceMaterial property"
27772
28980
  },
28981
+ {
28982
+ "name": "static",
28983
+ "description": "Box3Helper.static"
28984
+ },
28985
+ {
28986
+ "name": "[static]",
28987
+ "description": "Bound static property"
28988
+ },
28989
+ {
28990
+ "name": "pivot",
28991
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
28992
+ },
28993
+ {
28994
+ "name": "[pivot]",
28995
+ "description": "Bound pivot property"
28996
+ },
28997
+ {
28998
+ "name": "count",
28999
+ "description": "Box3Helper.count"
29000
+ },
29001
+ {
29002
+ "name": "[count]",
29003
+ "description": "Bound count property"
29004
+ },
29005
+ {
29006
+ "name": "occlusionTest",
29007
+ "description": "Box3Helper.occlusionTest"
29008
+ },
29009
+ {
29010
+ "name": "[occlusionTest]",
29011
+ "description": "Bound occlusionTest property"
29012
+ },
27773
29013
  {
27774
29014
  "name": "[up.x]",
27775
29015
  "description": "Set only the x component of up"
@@ -27834,6 +29074,18 @@
27834
29074
  "name": "[scale.z]",
27835
29075
  "description": "Set only the z component of scale"
27836
29076
  },
29077
+ {
29078
+ "name": "[pivot.x]",
29079
+ "description": "Set only the x component of pivot"
29080
+ },
29081
+ {
29082
+ "name": "[pivot.y]",
29083
+ "description": "Set only the y component of pivot"
29084
+ },
29085
+ {
29086
+ "name": "[pivot.z]",
29087
+ "description": "Set only the z component of pivot"
29088
+ },
27837
29089
  {
27838
29090
  "name": "(attached)",
27839
29091
  "description": "Fires after the element is attached to its parent"
@@ -27947,22 +29199,6 @@
27947
29199
  "name": "[pointMap]",
27948
29200
  "description": "Bound pointMap property"
27949
29201
  },
27950
- {
27951
- "name": "matrix",
27952
- "description": "matrix - Accepts: THREE.Matrix4 | number[]"
27953
- },
27954
- {
27955
- "name": "[matrix]",
27956
- "description": "Bound matrix property"
27957
- },
27958
- {
27959
- "name": "matrixAutoUpdate",
27960
- "description": "CameraHelper.matrixAutoUpdate"
27961
- },
27962
- {
27963
- "name": "[matrixAutoUpdate]",
27964
- "description": "Bound matrixAutoUpdate property"
27965
- },
27966
29202
  {
27967
29203
  "name": "geometry",
27968
29204
  "description": "CameraHelper.geometry"
@@ -28059,6 +29295,14 @@
28059
29295
  "name": "[normalMatrix]",
28060
29296
  "description": "Bound normalMatrix property"
28061
29297
  },
29298
+ {
29299
+ "name": "matrix",
29300
+ "description": "matrix - Accepts: THREE.Matrix4 | number[]"
29301
+ },
29302
+ {
29303
+ "name": "[matrix]",
29304
+ "description": "Bound matrix property"
29305
+ },
28062
29306
  {
28063
29307
  "name": "matrixWorld",
28064
29308
  "description": "matrixWorld - Accepts: THREE.Matrix4 | number[]"
@@ -28067,6 +29311,14 @@
28067
29311
  "name": "[matrixWorld]",
28068
29312
  "description": "Bound matrixWorld property"
28069
29313
  },
29314
+ {
29315
+ "name": "matrixAutoUpdate",
29316
+ "description": "CameraHelper.matrixAutoUpdate"
29317
+ },
29318
+ {
29319
+ "name": "[matrixAutoUpdate]",
29320
+ "description": "Bound matrixAutoUpdate property"
29321
+ },
28070
29322
  {
28071
29323
  "name": "matrixWorldAutoUpdate",
28072
29324
  "description": "CameraHelper.matrixWorldAutoUpdate"
@@ -28155,6 +29407,38 @@
28155
29407
  "name": "[customDistanceMaterial]",
28156
29408
  "description": "Bound customDistanceMaterial property"
28157
29409
  },
29410
+ {
29411
+ "name": "static",
29412
+ "description": "CameraHelper.static"
29413
+ },
29414
+ {
29415
+ "name": "[static]",
29416
+ "description": "Bound static property"
29417
+ },
29418
+ {
29419
+ "name": "pivot",
29420
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
29421
+ },
29422
+ {
29423
+ "name": "[pivot]",
29424
+ "description": "Bound pivot property"
29425
+ },
29426
+ {
29427
+ "name": "count",
29428
+ "description": "CameraHelper.count"
29429
+ },
29430
+ {
29431
+ "name": "[count]",
29432
+ "description": "Bound count property"
29433
+ },
29434
+ {
29435
+ "name": "occlusionTest",
29436
+ "description": "CameraHelper.occlusionTest"
29437
+ },
29438
+ {
29439
+ "name": "[occlusionTest]",
29440
+ "description": "Bound occlusionTest property"
29441
+ },
28158
29442
  {
28159
29443
  "name": "[up.x]",
28160
29444
  "description": "Set only the x component of up"
@@ -28219,6 +29503,18 @@
28219
29503
  "name": "[scale.z]",
28220
29504
  "description": "Set only the z component of scale"
28221
29505
  },
29506
+ {
29507
+ "name": "[pivot.x]",
29508
+ "description": "Set only the x component of pivot"
29509
+ },
29510
+ {
29511
+ "name": "[pivot.y]",
29512
+ "description": "Set only the y component of pivot"
29513
+ },
29514
+ {
29515
+ "name": "[pivot.z]",
29516
+ "description": "Set only the z component of pivot"
29517
+ },
28222
29518
  {
28223
29519
  "name": "(attached)",
28224
29520
  "description": "Fires after the element is attached to its parent"
@@ -28316,14 +29612,6 @@
28316
29612
  "name": "[dispose]",
28317
29613
  "description": "Custom dispose function or null to prevent auto-dispose"
28318
29614
  },
28319
- {
28320
- "name": "lightPlane",
28321
- "description": "DirectionalLightHelper.lightPlane"
28322
- },
28323
- {
28324
- "name": "[lightPlane]",
28325
- "description": "Bound lightPlane property"
28326
- },
28327
29615
  {
28328
29616
  "name": "light",
28329
29617
  "description": "DirectionalLightHelper.light"
@@ -28332,22 +29620,6 @@
28332
29620
  "name": "[light]",
28333
29621
  "description": "Bound light property"
28334
29622
  },
28335
- {
28336
- "name": "matrix",
28337
- "description": "matrix - Accepts: THREE.Matrix4 | number[]"
28338
- },
28339
- {
28340
- "name": "[matrix]",
28341
- "description": "Bound matrix property"
28342
- },
28343
- {
28344
- "name": "matrixAutoUpdate",
28345
- "description": "DirectionalLightHelper.matrixAutoUpdate"
28346
- },
28347
- {
28348
- "name": "[matrixAutoUpdate]",
28349
- "description": "Bound matrixAutoUpdate property"
28350
- },
28351
29623
  {
28352
29624
  "name": "color",
28353
29625
  "description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
@@ -28356,6 +29628,14 @@
28356
29628
  "name": "[color]",
28357
29629
  "description": "Bound color property"
28358
29630
  },
29631
+ {
29632
+ "name": "lightPlane",
29633
+ "description": "DirectionalLightHelper.lightPlane"
29634
+ },
29635
+ {
29636
+ "name": "[lightPlane]",
29637
+ "description": "Bound lightPlane property"
29638
+ },
28359
29639
  {
28360
29640
  "name": "targetLine",
28361
29641
  "description": "DirectionalLightHelper.targetLine"
@@ -28428,6 +29708,14 @@
28428
29708
  "name": "[normalMatrix]",
28429
29709
  "description": "Bound normalMatrix property"
28430
29710
  },
29711
+ {
29712
+ "name": "matrix",
29713
+ "description": "matrix - Accepts: THREE.Matrix4 | number[]"
29714
+ },
29715
+ {
29716
+ "name": "[matrix]",
29717
+ "description": "Bound matrix property"
29718
+ },
28431
29719
  {
28432
29720
  "name": "matrixWorld",
28433
29721
  "description": "matrixWorld - Accepts: THREE.Matrix4 | number[]"
@@ -28436,6 +29724,14 @@
28436
29724
  "name": "[matrixWorld]",
28437
29725
  "description": "Bound matrixWorld property"
28438
29726
  },
29727
+ {
29728
+ "name": "matrixAutoUpdate",
29729
+ "description": "DirectionalLightHelper.matrixAutoUpdate"
29730
+ },
29731
+ {
29732
+ "name": "[matrixAutoUpdate]",
29733
+ "description": "Bound matrixAutoUpdate property"
29734
+ },
28439
29735
  {
28440
29736
  "name": "matrixWorldAutoUpdate",
28441
29737
  "description": "DirectionalLightHelper.matrixWorldAutoUpdate"
@@ -28524,6 +29820,38 @@
28524
29820
  "name": "[customDistanceMaterial]",
28525
29821
  "description": "Bound customDistanceMaterial property"
28526
29822
  },
29823
+ {
29824
+ "name": "static",
29825
+ "description": "DirectionalLightHelper.static"
29826
+ },
29827
+ {
29828
+ "name": "[static]",
29829
+ "description": "Bound static property"
29830
+ },
29831
+ {
29832
+ "name": "pivot",
29833
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
29834
+ },
29835
+ {
29836
+ "name": "[pivot]",
29837
+ "description": "Bound pivot property"
29838
+ },
29839
+ {
29840
+ "name": "count",
29841
+ "description": "DirectionalLightHelper.count"
29842
+ },
29843
+ {
29844
+ "name": "[count]",
29845
+ "description": "Bound count property"
29846
+ },
29847
+ {
29848
+ "name": "occlusionTest",
29849
+ "description": "DirectionalLightHelper.occlusionTest"
29850
+ },
29851
+ {
29852
+ "name": "[occlusionTest]",
29853
+ "description": "Bound occlusionTest property"
29854
+ },
28527
29855
  {
28528
29856
  "name": "[color.r]",
28529
29857
  "description": "Set only the r channel (0-1) of color"
@@ -28600,6 +29928,18 @@
28600
29928
  "name": "[scale.z]",
28601
29929
  "description": "Set only the z component of scale"
28602
29930
  },
29931
+ {
29932
+ "name": "[pivot.x]",
29933
+ "description": "Set only the x component of pivot"
29934
+ },
29935
+ {
29936
+ "name": "[pivot.y]",
29937
+ "description": "Set only the y component of pivot"
29938
+ },
29939
+ {
29940
+ "name": "[pivot.z]",
29941
+ "description": "Set only the z component of pivot"
29942
+ },
28603
29943
  {
28604
29944
  "name": "(attached)",
28605
29945
  "description": "Fires after the element is attached to its parent"
@@ -28905,6 +30245,38 @@
28905
30245
  "name": "[customDistanceMaterial]",
28906
30246
  "description": "Bound customDistanceMaterial property"
28907
30247
  },
30248
+ {
30249
+ "name": "static",
30250
+ "description": "GridHelper.static"
30251
+ },
30252
+ {
30253
+ "name": "[static]",
30254
+ "description": "Bound static property"
30255
+ },
30256
+ {
30257
+ "name": "pivot",
30258
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
30259
+ },
30260
+ {
30261
+ "name": "[pivot]",
30262
+ "description": "Bound pivot property"
30263
+ },
30264
+ {
30265
+ "name": "count",
30266
+ "description": "GridHelper.count"
30267
+ },
30268
+ {
30269
+ "name": "[count]",
30270
+ "description": "Bound count property"
30271
+ },
30272
+ {
30273
+ "name": "occlusionTest",
30274
+ "description": "GridHelper.occlusionTest"
30275
+ },
30276
+ {
30277
+ "name": "[occlusionTest]",
30278
+ "description": "Bound occlusionTest property"
30279
+ },
28908
30280
  {
28909
30281
  "name": "[up.x]",
28910
30282
  "description": "Set only the x component of up"
@@ -28969,6 +30341,18 @@
28969
30341
  "name": "[scale.z]",
28970
30342
  "description": "Set only the z component of scale"
28971
30343
  },
30344
+ {
30345
+ "name": "[pivot.x]",
30346
+ "description": "Set only the x component of pivot"
30347
+ },
30348
+ {
30349
+ "name": "[pivot.y]",
30350
+ "description": "Set only the y component of pivot"
30351
+ },
30352
+ {
30353
+ "name": "[pivot.z]",
30354
+ "description": "Set only the z component of pivot"
30355
+ },
28972
30356
  {
28973
30357
  "name": "(attached)",
28974
30358
  "description": "Fires after the element is attached to its parent"
@@ -29075,20 +30459,12 @@
29075
30459
  "description": "Bound light property"
29076
30460
  },
29077
30461
  {
29078
- "name": "matrix",
29079
- "description": "matrix - Accepts: THREE.Matrix4 | number[]"
29080
- },
29081
- {
29082
- "name": "[matrix]",
29083
- "description": "Bound matrix property"
29084
- },
29085
- {
29086
- "name": "matrixAutoUpdate",
29087
- "description": "HemisphereLightHelper.matrixAutoUpdate"
30462
+ "name": "color",
30463
+ "description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
29088
30464
  },
29089
30465
  {
29090
- "name": "[matrixAutoUpdate]",
29091
- "description": "Bound matrixAutoUpdate property"
30466
+ "name": "[color]",
30467
+ "description": "Bound color property"
29092
30468
  },
29093
30469
  {
29094
30470
  "name": "material",
@@ -29098,14 +30474,6 @@
29098
30474
  "name": "[material]",
29099
30475
  "description": "Bound material property"
29100
30476
  },
29101
- {
29102
- "name": "color",
29103
- "description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
29104
- },
29105
- {
29106
- "name": "[color]",
29107
- "description": "Bound color property"
29108
- },
29109
30477
  {
29110
30478
  "name": "name",
29111
30479
  "description": "HemisphereLightHelper.name"
@@ -29170,6 +30538,14 @@
29170
30538
  "name": "[normalMatrix]",
29171
30539
  "description": "Bound normalMatrix property"
29172
30540
  },
30541
+ {
30542
+ "name": "matrix",
30543
+ "description": "matrix - Accepts: THREE.Matrix4 | number[]"
30544
+ },
30545
+ {
30546
+ "name": "[matrix]",
30547
+ "description": "Bound matrix property"
30548
+ },
29173
30549
  {
29174
30550
  "name": "matrixWorld",
29175
30551
  "description": "matrixWorld - Accepts: THREE.Matrix4 | number[]"
@@ -29178,6 +30554,14 @@
29178
30554
  "name": "[matrixWorld]",
29179
30555
  "description": "Bound matrixWorld property"
29180
30556
  },
30557
+ {
30558
+ "name": "matrixAutoUpdate",
30559
+ "description": "HemisphereLightHelper.matrixAutoUpdate"
30560
+ },
30561
+ {
30562
+ "name": "[matrixAutoUpdate]",
30563
+ "description": "Bound matrixAutoUpdate property"
30564
+ },
29181
30565
  {
29182
30566
  "name": "matrixWorldAutoUpdate",
29183
30567
  "description": "HemisphereLightHelper.matrixWorldAutoUpdate"
@@ -29266,6 +30650,38 @@
29266
30650
  "name": "[customDistanceMaterial]",
29267
30651
  "description": "Bound customDistanceMaterial property"
29268
30652
  },
30653
+ {
30654
+ "name": "static",
30655
+ "description": "HemisphereLightHelper.static"
30656
+ },
30657
+ {
30658
+ "name": "[static]",
30659
+ "description": "Bound static property"
30660
+ },
30661
+ {
30662
+ "name": "pivot",
30663
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
30664
+ },
30665
+ {
30666
+ "name": "[pivot]",
30667
+ "description": "Bound pivot property"
30668
+ },
30669
+ {
30670
+ "name": "count",
30671
+ "description": "HemisphereLightHelper.count"
30672
+ },
30673
+ {
30674
+ "name": "[count]",
30675
+ "description": "Bound count property"
30676
+ },
30677
+ {
30678
+ "name": "occlusionTest",
30679
+ "description": "HemisphereLightHelper.occlusionTest"
30680
+ },
30681
+ {
30682
+ "name": "[occlusionTest]",
30683
+ "description": "Bound occlusionTest property"
30684
+ },
29269
30685
  {
29270
30686
  "name": "[color.r]",
29271
30687
  "description": "Set only the r channel (0-1) of color"
@@ -29342,6 +30758,18 @@
29342
30758
  "name": "[scale.z]",
29343
30759
  "description": "Set only the z component of scale"
29344
30760
  },
30761
+ {
30762
+ "name": "[pivot.x]",
30763
+ "description": "Set only the x component of pivot"
30764
+ },
30765
+ {
30766
+ "name": "[pivot.y]",
30767
+ "description": "Set only the y component of pivot"
30768
+ },
30769
+ {
30770
+ "name": "[pivot.z]",
30771
+ "description": "Set only the z component of pivot"
30772
+ },
29345
30773
  {
29346
30774
  "name": "(attached)",
29347
30775
  "description": "Fires after the element is attached to its parent"
@@ -29663,6 +31091,38 @@
29663
31091
  "name": "[customDistanceMaterial]",
29664
31092
  "description": "Bound customDistanceMaterial property"
29665
31093
  },
31094
+ {
31095
+ "name": "static",
31096
+ "description": "PlaneHelper.static"
31097
+ },
31098
+ {
31099
+ "name": "[static]",
31100
+ "description": "Bound static property"
31101
+ },
31102
+ {
31103
+ "name": "pivot",
31104
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
31105
+ },
31106
+ {
31107
+ "name": "[pivot]",
31108
+ "description": "Bound pivot property"
31109
+ },
31110
+ {
31111
+ "name": "count",
31112
+ "description": "PlaneHelper.count"
31113
+ },
31114
+ {
31115
+ "name": "[count]",
31116
+ "description": "Bound count property"
31117
+ },
31118
+ {
31119
+ "name": "occlusionTest",
31120
+ "description": "PlaneHelper.occlusionTest"
31121
+ },
31122
+ {
31123
+ "name": "[occlusionTest]",
31124
+ "description": "Bound occlusionTest property"
31125
+ },
29666
31126
  {
29667
31127
  "name": "[up.x]",
29668
31128
  "description": "Set only the x component of up"
@@ -29727,6 +31187,18 @@
29727
31187
  "name": "[scale.z]",
29728
31188
  "description": "Set only the z component of scale"
29729
31189
  },
31190
+ {
31191
+ "name": "[pivot.x]",
31192
+ "description": "Set only the x component of pivot"
31193
+ },
31194
+ {
31195
+ "name": "[pivot.y]",
31196
+ "description": "Set only the y component of pivot"
31197
+ },
31198
+ {
31199
+ "name": "[pivot.z]",
31200
+ "description": "Set only the z component of pivot"
31201
+ },
29730
31202
  {
29731
31203
  "name": "(attached)",
29732
31204
  "description": "Fires after the element is attached to its parent"
@@ -29832,14 +31304,6 @@
29832
31304
  "name": "[light]",
29833
31305
  "description": "Bound light property"
29834
31306
  },
29835
- {
29836
- "name": "matrix",
29837
- "description": "matrix - Accepts: THREE.Matrix4 | number[]"
29838
- },
29839
- {
29840
- "name": "[matrix]",
29841
- "description": "Bound matrix property"
29842
- },
29843
31307
  {
29844
31308
  "name": "color",
29845
31309
  "description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
@@ -29849,12 +31313,44 @@
29849
31313
  "description": "Bound color property"
29850
31314
  },
29851
31315
  {
29852
- "name": "matrixAutoUpdate",
29853
- "description": "PointLightHelper.matrixAutoUpdate"
31316
+ "name": "geometry",
31317
+ "description": "PointLightHelper.geometry"
29854
31318
  },
29855
31319
  {
29856
- "name": "[matrixAutoUpdate]",
29857
- "description": "Bound matrixAutoUpdate property"
31320
+ "name": "[geometry]",
31321
+ "description": "Bound geometry property"
31322
+ },
31323
+ {
31324
+ "name": "material",
31325
+ "description": "PointLightHelper.material"
31326
+ },
31327
+ {
31328
+ "name": "[material]",
31329
+ "description": "Bound material property"
31330
+ },
31331
+ {
31332
+ "name": "morphTargetInfluences",
31333
+ "description": "PointLightHelper.morphTargetInfluences"
31334
+ },
31335
+ {
31336
+ "name": "[morphTargetInfluences]",
31337
+ "description": "Bound morphTargetInfluences property"
31338
+ },
31339
+ {
31340
+ "name": "morphTargetDictionary",
31341
+ "description": "PointLightHelper.morphTargetDictionary"
31342
+ },
31343
+ {
31344
+ "name": "[morphTargetDictionary]",
31345
+ "description": "Bound morphTargetDictionary property"
31346
+ },
31347
+ {
31348
+ "name": "count",
31349
+ "description": "PointLightHelper.count"
31350
+ },
31351
+ {
31352
+ "name": "[count]",
31353
+ "description": "Bound count property"
29858
31354
  },
29859
31355
  {
29860
31356
  "name": "name",
@@ -29920,6 +31416,14 @@
29920
31416
  "name": "[normalMatrix]",
29921
31417
  "description": "Bound normalMatrix property"
29922
31418
  },
31419
+ {
31420
+ "name": "matrix",
31421
+ "description": "matrix - Accepts: THREE.Matrix4 | number[]"
31422
+ },
31423
+ {
31424
+ "name": "[matrix]",
31425
+ "description": "Bound matrix property"
31426
+ },
29923
31427
  {
29924
31428
  "name": "matrixWorld",
29925
31429
  "description": "matrixWorld - Accepts: THREE.Matrix4 | number[]"
@@ -29928,6 +31432,14 @@
29928
31432
  "name": "[matrixWorld]",
29929
31433
  "description": "Bound matrixWorld property"
29930
31434
  },
31435
+ {
31436
+ "name": "matrixAutoUpdate",
31437
+ "description": "PointLightHelper.matrixAutoUpdate"
31438
+ },
31439
+ {
31440
+ "name": "[matrixAutoUpdate]",
31441
+ "description": "Bound matrixAutoUpdate property"
31442
+ },
29931
31443
  {
29932
31444
  "name": "matrixWorldAutoUpdate",
29933
31445
  "description": "PointLightHelper.matrixWorldAutoUpdate"
@@ -30016,6 +31528,30 @@
30016
31528
  "name": "[customDistanceMaterial]",
30017
31529
  "description": "Bound customDistanceMaterial property"
30018
31530
  },
31531
+ {
31532
+ "name": "static",
31533
+ "description": "PointLightHelper.static"
31534
+ },
31535
+ {
31536
+ "name": "[static]",
31537
+ "description": "Bound static property"
31538
+ },
31539
+ {
31540
+ "name": "pivot",
31541
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
31542
+ },
31543
+ {
31544
+ "name": "[pivot]",
31545
+ "description": "Bound pivot property"
31546
+ },
31547
+ {
31548
+ "name": "occlusionTest",
31549
+ "description": "PointLightHelper.occlusionTest"
31550
+ },
31551
+ {
31552
+ "name": "[occlusionTest]",
31553
+ "description": "Bound occlusionTest property"
31554
+ },
30019
31555
  {
30020
31556
  "name": "[color.r]",
30021
31557
  "description": "Set only the r channel (0-1) of color"
@@ -30092,6 +31628,18 @@
30092
31628
  "name": "[scale.z]",
30093
31629
  "description": "Set only the z component of scale"
30094
31630
  },
31631
+ {
31632
+ "name": "[pivot.x]",
31633
+ "description": "Set only the x component of pivot"
31634
+ },
31635
+ {
31636
+ "name": "[pivot.y]",
31637
+ "description": "Set only the y component of pivot"
31638
+ },
31639
+ {
31640
+ "name": "[pivot.z]",
31641
+ "description": "Set only the z component of pivot"
31642
+ },
30095
31643
  {
30096
31644
  "name": "(attached)",
30097
31645
  "description": "Fires after the element is attached to its parent"
@@ -30397,6 +31945,38 @@
30397
31945
  "name": "[customDistanceMaterial]",
30398
31946
  "description": "Bound customDistanceMaterial property"
30399
31947
  },
31948
+ {
31949
+ "name": "static",
31950
+ "description": "PolarGridHelper.static"
31951
+ },
31952
+ {
31953
+ "name": "[static]",
31954
+ "description": "Bound static property"
31955
+ },
31956
+ {
31957
+ "name": "pivot",
31958
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
31959
+ },
31960
+ {
31961
+ "name": "[pivot]",
31962
+ "description": "Bound pivot property"
31963
+ },
31964
+ {
31965
+ "name": "count",
31966
+ "description": "PolarGridHelper.count"
31967
+ },
31968
+ {
31969
+ "name": "[count]",
31970
+ "description": "Bound count property"
31971
+ },
31972
+ {
31973
+ "name": "occlusionTest",
31974
+ "description": "PolarGridHelper.occlusionTest"
31975
+ },
31976
+ {
31977
+ "name": "[occlusionTest]",
31978
+ "description": "Bound occlusionTest property"
31979
+ },
30400
31980
  {
30401
31981
  "name": "[up.x]",
30402
31982
  "description": "Set only the x component of up"
@@ -30461,6 +32041,18 @@
30461
32041
  "name": "[scale.z]",
30462
32042
  "description": "Set only the z component of scale"
30463
32043
  },
32044
+ {
32045
+ "name": "[pivot.x]",
32046
+ "description": "Set only the x component of pivot"
32047
+ },
32048
+ {
32049
+ "name": "[pivot.y]",
32050
+ "description": "Set only the y component of pivot"
32051
+ },
32052
+ {
32053
+ "name": "[pivot.z]",
32054
+ "description": "Set only the z component of pivot"
32055
+ },
30464
32056
  {
30465
32057
  "name": "(attached)",
30466
32058
  "description": "Fires after the element is attached to its parent"
@@ -30574,14 +32166,6 @@
30574
32166
  "name": "[bones]",
30575
32167
  "description": "Bound bones property"
30576
32168
  },
30577
- {
30578
- "name": "matrixAutoUpdate",
30579
- "description": "SkeletonHelper.matrixAutoUpdate"
30580
- },
30581
- {
30582
- "name": "[matrixAutoUpdate]",
30583
- "description": "Bound matrixAutoUpdate property"
30584
- },
30585
32169
  {
30586
32170
  "name": "geometry",
30587
32171
  "description": "SkeletonHelper.geometry"
@@ -30694,6 +32278,14 @@
30694
32278
  "name": "[matrixWorld]",
30695
32279
  "description": "Bound matrixWorld property"
30696
32280
  },
32281
+ {
32282
+ "name": "matrixAutoUpdate",
32283
+ "description": "SkeletonHelper.matrixAutoUpdate"
32284
+ },
32285
+ {
32286
+ "name": "[matrixAutoUpdate]",
32287
+ "description": "Bound matrixAutoUpdate property"
32288
+ },
30697
32289
  {
30698
32290
  "name": "matrixWorldAutoUpdate",
30699
32291
  "description": "SkeletonHelper.matrixWorldAutoUpdate"
@@ -30782,6 +32374,38 @@
30782
32374
  "name": "[customDistanceMaterial]",
30783
32375
  "description": "Bound customDistanceMaterial property"
30784
32376
  },
32377
+ {
32378
+ "name": "static",
32379
+ "description": "SkeletonHelper.static"
32380
+ },
32381
+ {
32382
+ "name": "[static]",
32383
+ "description": "Bound static property"
32384
+ },
32385
+ {
32386
+ "name": "pivot",
32387
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
32388
+ },
32389
+ {
32390
+ "name": "[pivot]",
32391
+ "description": "Bound pivot property"
32392
+ },
32393
+ {
32394
+ "name": "count",
32395
+ "description": "SkeletonHelper.count"
32396
+ },
32397
+ {
32398
+ "name": "[count]",
32399
+ "description": "Bound count property"
32400
+ },
32401
+ {
32402
+ "name": "occlusionTest",
32403
+ "description": "SkeletonHelper.occlusionTest"
32404
+ },
32405
+ {
32406
+ "name": "[occlusionTest]",
32407
+ "description": "Bound occlusionTest property"
32408
+ },
30785
32409
  {
30786
32410
  "name": "[up.x]",
30787
32411
  "description": "Set only the x component of up"
@@ -30846,6 +32470,18 @@
30846
32470
  "name": "[scale.z]",
30847
32471
  "description": "Set only the z component of scale"
30848
32472
  },
32473
+ {
32474
+ "name": "[pivot.x]",
32475
+ "description": "Set only the x component of pivot"
32476
+ },
32477
+ {
32478
+ "name": "[pivot.y]",
32479
+ "description": "Set only the y component of pivot"
32480
+ },
32481
+ {
32482
+ "name": "[pivot.z]",
32483
+ "description": "Set only the z component of pivot"
32484
+ },
30849
32485
  {
30850
32486
  "name": "(attached)",
30851
32487
  "description": "Fires after the element is attached to its parent"
@@ -30943,14 +32579,6 @@
30943
32579
  "name": "[dispose]",
30944
32580
  "description": "Custom dispose function or null to prevent auto-dispose"
30945
32581
  },
30946
- {
30947
- "name": "cone",
30948
- "description": "SpotLightHelper.cone"
30949
- },
30950
- {
30951
- "name": "[cone]",
30952
- "description": "Bound cone property"
30953
- },
30954
32582
  {
30955
32583
  "name": "light",
30956
32584
  "description": "SpotLightHelper.light"
@@ -30959,14 +32587,6 @@
30959
32587
  "name": "[light]",
30960
32588
  "description": "Bound light property"
30961
32589
  },
30962
- {
30963
- "name": "matrix",
30964
- "description": "matrix - Accepts: THREE.Matrix4 | number[]"
30965
- },
30966
- {
30967
- "name": "[matrix]",
30968
- "description": "Bound matrix property"
30969
- },
30970
32590
  {
30971
32591
  "name": "color",
30972
32592
  "description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
@@ -30976,12 +32596,12 @@
30976
32596
  "description": "Bound color property"
30977
32597
  },
30978
32598
  {
30979
- "name": "matrixAutoUpdate",
30980
- "description": "SpotLightHelper.matrixAutoUpdate"
32599
+ "name": "cone",
32600
+ "description": "SpotLightHelper.cone"
30981
32601
  },
30982
32602
  {
30983
- "name": "[matrixAutoUpdate]",
30984
- "description": "Bound matrixAutoUpdate property"
32603
+ "name": "[cone]",
32604
+ "description": "Bound cone property"
30985
32605
  },
30986
32606
  {
30987
32607
  "name": "name",
@@ -31047,6 +32667,14 @@
31047
32667
  "name": "[normalMatrix]",
31048
32668
  "description": "Bound normalMatrix property"
31049
32669
  },
32670
+ {
32671
+ "name": "matrix",
32672
+ "description": "matrix - Accepts: THREE.Matrix4 | number[]"
32673
+ },
32674
+ {
32675
+ "name": "[matrix]",
32676
+ "description": "Bound matrix property"
32677
+ },
31050
32678
  {
31051
32679
  "name": "matrixWorld",
31052
32680
  "description": "matrixWorld - Accepts: THREE.Matrix4 | number[]"
@@ -31055,6 +32683,14 @@
31055
32683
  "name": "[matrixWorld]",
31056
32684
  "description": "Bound matrixWorld property"
31057
32685
  },
32686
+ {
32687
+ "name": "matrixAutoUpdate",
32688
+ "description": "SpotLightHelper.matrixAutoUpdate"
32689
+ },
32690
+ {
32691
+ "name": "[matrixAutoUpdate]",
32692
+ "description": "Bound matrixAutoUpdate property"
32693
+ },
31058
32694
  {
31059
32695
  "name": "matrixWorldAutoUpdate",
31060
32696
  "description": "SpotLightHelper.matrixWorldAutoUpdate"
@@ -31143,6 +32779,38 @@
31143
32779
  "name": "[customDistanceMaterial]",
31144
32780
  "description": "Bound customDistanceMaterial property"
31145
32781
  },
32782
+ {
32783
+ "name": "static",
32784
+ "description": "SpotLightHelper.static"
32785
+ },
32786
+ {
32787
+ "name": "[static]",
32788
+ "description": "Bound static property"
32789
+ },
32790
+ {
32791
+ "name": "pivot",
32792
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
32793
+ },
32794
+ {
32795
+ "name": "[pivot]",
32796
+ "description": "Bound pivot property"
32797
+ },
32798
+ {
32799
+ "name": "count",
32800
+ "description": "SpotLightHelper.count"
32801
+ },
32802
+ {
32803
+ "name": "[count]",
32804
+ "description": "Bound count property"
32805
+ },
32806
+ {
32807
+ "name": "occlusionTest",
32808
+ "description": "SpotLightHelper.occlusionTest"
32809
+ },
32810
+ {
32811
+ "name": "[occlusionTest]",
32812
+ "description": "Bound occlusionTest property"
32813
+ },
31146
32814
  {
31147
32815
  "name": "[color.r]",
31148
32816
  "description": "Set only the r channel (0-1) of color"
@@ -31219,6 +32887,18 @@
31219
32887
  "name": "[scale.z]",
31220
32888
  "description": "Set only the z component of scale"
31221
32889
  },
32890
+ {
32891
+ "name": "[pivot.x]",
32892
+ "description": "Set only the x component of pivot"
32893
+ },
32894
+ {
32895
+ "name": "[pivot.y]",
32896
+ "description": "Set only the y component of pivot"
32897
+ },
32898
+ {
32899
+ "name": "[pivot.z]",
32900
+ "description": "Set only the z component of pivot"
32901
+ },
31222
32902
  {
31223
32903
  "name": "(attached)",
31224
32904
  "description": "Fires after the element is attached to its parent"
@@ -31412,14 +33092,6 @@
31412
33092
  "name": "[playbackRate]",
31413
33093
  "description": "Bound playbackRate property"
31414
33094
  },
31415
- {
31416
- "name": "sourceType",
31417
- "description": "Audio.sourceType"
31418
- },
31419
- {
31420
- "name": "[sourceType]",
31421
- "description": "Bound sourceType property"
31422
- },
31423
33095
  {
31424
33096
  "name": "source",
31425
33097
  "description": "Audio.source"
@@ -31428,6 +33100,14 @@
31428
33100
  "name": "[source]",
31429
33101
  "description": "Bound source property"
31430
33102
  },
33103
+ {
33104
+ "name": "sourceType",
33105
+ "description": "Audio.sourceType"
33106
+ },
33107
+ {
33108
+ "name": "[sourceType]",
33109
+ "description": "Bound sourceType property"
33110
+ },
31431
33111
  {
31432
33112
  "name": "filters",
31433
33113
  "description": "Audio.filters"
@@ -31612,6 +33292,38 @@
31612
33292
  "name": "[customDistanceMaterial]",
31613
33293
  "description": "Bound customDistanceMaterial property"
31614
33294
  },
33295
+ {
33296
+ "name": "static",
33297
+ "description": "Audio.static"
33298
+ },
33299
+ {
33300
+ "name": "[static]",
33301
+ "description": "Bound static property"
33302
+ },
33303
+ {
33304
+ "name": "pivot",
33305
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
33306
+ },
33307
+ {
33308
+ "name": "[pivot]",
33309
+ "description": "Bound pivot property"
33310
+ },
33311
+ {
33312
+ "name": "count",
33313
+ "description": "Audio.count"
33314
+ },
33315
+ {
33316
+ "name": "[count]",
33317
+ "description": "Bound count property"
33318
+ },
33319
+ {
33320
+ "name": "occlusionTest",
33321
+ "description": "Audio.occlusionTest"
33322
+ },
33323
+ {
33324
+ "name": "[occlusionTest]",
33325
+ "description": "Bound occlusionTest property"
33326
+ },
31615
33327
  {
31616
33328
  "name": "[up.x]",
31617
33329
  "description": "Set only the x component of up"
@@ -31676,6 +33388,18 @@
31676
33388
  "name": "[scale.z]",
31677
33389
  "description": "Set only the z component of scale"
31678
33390
  },
33391
+ {
33392
+ "name": "[pivot.x]",
33393
+ "description": "Set only the x component of pivot"
33394
+ },
33395
+ {
33396
+ "name": "[pivot.y]",
33397
+ "description": "Set only the y component of pivot"
33398
+ },
33399
+ {
33400
+ "name": "[pivot.z]",
33401
+ "description": "Set only the z component of pivot"
33402
+ },
31679
33403
  {
31680
33404
  "name": "(attached)",
31681
33405
  "description": "Fires after the element is attached to its parent"
@@ -31981,6 +33705,38 @@
31981
33705
  "name": "[customDistanceMaterial]",
31982
33706
  "description": "Bound customDistanceMaterial property"
31983
33707
  },
33708
+ {
33709
+ "name": "static",
33710
+ "description": "AudioListener.static"
33711
+ },
33712
+ {
33713
+ "name": "[static]",
33714
+ "description": "Bound static property"
33715
+ },
33716
+ {
33717
+ "name": "pivot",
33718
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
33719
+ },
33720
+ {
33721
+ "name": "[pivot]",
33722
+ "description": "Bound pivot property"
33723
+ },
33724
+ {
33725
+ "name": "count",
33726
+ "description": "AudioListener.count"
33727
+ },
33728
+ {
33729
+ "name": "[count]",
33730
+ "description": "Bound count property"
33731
+ },
33732
+ {
33733
+ "name": "occlusionTest",
33734
+ "description": "AudioListener.occlusionTest"
33735
+ },
33736
+ {
33737
+ "name": "[occlusionTest]",
33738
+ "description": "Bound occlusionTest property"
33739
+ },
31984
33740
  {
31985
33741
  "name": "[up.x]",
31986
33742
  "description": "Set only the x component of up"
@@ -32045,6 +33801,18 @@
32045
33801
  "name": "[scale.z]",
32046
33802
  "description": "Set only the z component of scale"
32047
33803
  },
33804
+ {
33805
+ "name": "[pivot.x]",
33806
+ "description": "Set only the x component of pivot"
33807
+ },
33808
+ {
33809
+ "name": "[pivot.y]",
33810
+ "description": "Set only the y component of pivot"
33811
+ },
33812
+ {
33813
+ "name": "[pivot.z]",
33814
+ "description": "Set only the z component of pivot"
33815
+ },
32048
33816
  {
32049
33817
  "name": "(attached)",
32050
33818
  "description": "Fires after the element is attached to its parent"
@@ -32246,14 +34014,6 @@
32246
34014
  "name": "[playbackRate]",
32247
34015
  "description": "Bound playbackRate property"
32248
34016
  },
32249
- {
32250
- "name": "sourceType",
32251
- "description": "PositionalAudio.sourceType"
32252
- },
32253
- {
32254
- "name": "[sourceType]",
32255
- "description": "Bound sourceType property"
32256
- },
32257
34017
  {
32258
34018
  "name": "source",
32259
34019
  "description": "PositionalAudio.source"
@@ -32262,6 +34022,14 @@
32262
34022
  "name": "[source]",
32263
34023
  "description": "Bound source property"
32264
34024
  },
34025
+ {
34026
+ "name": "sourceType",
34027
+ "description": "PositionalAudio.sourceType"
34028
+ },
34029
+ {
34030
+ "name": "[sourceType]",
34031
+ "description": "Bound sourceType property"
34032
+ },
32265
34033
  {
32266
34034
  "name": "filters",
32267
34035
  "description": "PositionalAudio.filters"
@@ -32446,6 +34214,38 @@
32446
34214
  "name": "[customDistanceMaterial]",
32447
34215
  "description": "Bound customDistanceMaterial property"
32448
34216
  },
34217
+ {
34218
+ "name": "static",
34219
+ "description": "PositionalAudio.static"
34220
+ },
34221
+ {
34222
+ "name": "[static]",
34223
+ "description": "Bound static property"
34224
+ },
34225
+ {
34226
+ "name": "pivot",
34227
+ "description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
34228
+ },
34229
+ {
34230
+ "name": "[pivot]",
34231
+ "description": "Bound pivot property"
34232
+ },
34233
+ {
34234
+ "name": "count",
34235
+ "description": "PositionalAudio.count"
34236
+ },
34237
+ {
34238
+ "name": "[count]",
34239
+ "description": "Bound count property"
34240
+ },
34241
+ {
34242
+ "name": "occlusionTest",
34243
+ "description": "PositionalAudio.occlusionTest"
34244
+ },
34245
+ {
34246
+ "name": "[occlusionTest]",
34247
+ "description": "Bound occlusionTest property"
34248
+ },
32449
34249
  {
32450
34250
  "name": "[up.x]",
32451
34251
  "description": "Set only the x component of up"
@@ -32510,6 +34310,18 @@
32510
34310
  "name": "[scale.z]",
32511
34311
  "description": "Set only the z component of scale"
32512
34312
  },
34313
+ {
34314
+ "name": "[pivot.x]",
34315
+ "description": "Set only the x component of pivot"
34316
+ },
34317
+ {
34318
+ "name": "[pivot.y]",
34319
+ "description": "Set only the y component of pivot"
34320
+ },
34321
+ {
34322
+ "name": "[pivot.z]",
34323
+ "description": "Set only the z component of pivot"
34324
+ },
32513
34325
  {
32514
34326
  "name": "(attached)",
32515
34327
  "description": "Fires after the element is attached to its parent"