angular-three 4.1.0 → 4.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/metadata.json +384 -2196
- package/package.json +55 -55
- package/types/angular-three-dom.d.ts +1 -1
- package/types/angular-three-testing.d.ts +2 -2
- package/types/angular-three.d.ts +2 -2
- package/web-types.json +321 -2253
package/metadata.json
CHANGED
|
@@ -201,38 +201,6 @@
|
|
|
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
|
-
},
|
|
236
204
|
{
|
|
237
205
|
"name": "[up.x]",
|
|
238
206
|
"description": "Set only the x component of up"
|
|
@@ -297,18 +265,6 @@
|
|
|
297
265
|
"name": "[scale.z]",
|
|
298
266
|
"description": "Set only the z component of scale"
|
|
299
267
|
},
|
|
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
|
-
},
|
|
312
268
|
{
|
|
313
269
|
"name": "(attached)",
|
|
314
270
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -406,22 +362,6 @@
|
|
|
406
362
|
"name": "[dispose]",
|
|
407
363
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
408
364
|
},
|
|
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
|
-
},
|
|
425
365
|
{
|
|
426
366
|
"name": "fog",
|
|
427
367
|
"description": "Scene.fog"
|
|
@@ -447,60 +387,52 @@
|
|
|
447
387
|
"description": "Bound backgroundIntensity property"
|
|
448
388
|
},
|
|
449
389
|
{
|
|
450
|
-
"name": "
|
|
451
|
-
"description": "
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"name": "[backgroundRotation]",
|
|
455
|
-
"description": "Bound backgroundRotation property"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"name": "environmentIntensity",
|
|
459
|
-
"description": "Scene.environmentIntensity"
|
|
390
|
+
"name": "overrideMaterial",
|
|
391
|
+
"description": "Scene.overrideMaterial"
|
|
460
392
|
},
|
|
461
393
|
{
|
|
462
|
-
"name": "[
|
|
463
|
-
"description": "Bound
|
|
394
|
+
"name": "[overrideMaterial]",
|
|
395
|
+
"description": "Bound overrideMaterial property"
|
|
464
396
|
},
|
|
465
397
|
{
|
|
466
|
-
"name": "
|
|
467
|
-
"description": "
|
|
398
|
+
"name": "background",
|
|
399
|
+
"description": "background - Accepts: THREE.Color | string | number | [number, number, number]"
|
|
468
400
|
},
|
|
469
401
|
{
|
|
470
|
-
"name": "[
|
|
471
|
-
"description": "Bound
|
|
402
|
+
"name": "[background]",
|
|
403
|
+
"description": "Bound background property"
|
|
472
404
|
},
|
|
473
405
|
{
|
|
474
|
-
"name": "
|
|
475
|
-
"description": "
|
|
406
|
+
"name": "backgroundRotation",
|
|
407
|
+
"description": "backgroundRotation - Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]"
|
|
476
408
|
},
|
|
477
409
|
{
|
|
478
|
-
"name": "[
|
|
479
|
-
"description": "Bound
|
|
410
|
+
"name": "[backgroundRotation]",
|
|
411
|
+
"description": "Bound backgroundRotation property"
|
|
480
412
|
},
|
|
481
413
|
{
|
|
482
|
-
"name": "
|
|
483
|
-
"description": "Scene.
|
|
414
|
+
"name": "environment",
|
|
415
|
+
"description": "Scene.environment"
|
|
484
416
|
},
|
|
485
417
|
{
|
|
486
|
-
"name": "[
|
|
487
|
-
"description": "Bound
|
|
418
|
+
"name": "[environment]",
|
|
419
|
+
"description": "Bound environment property"
|
|
488
420
|
},
|
|
489
421
|
{
|
|
490
|
-
"name": "
|
|
491
|
-
"description": "Scene.
|
|
422
|
+
"name": "environmentIntensity",
|
|
423
|
+
"description": "Scene.environmentIntensity"
|
|
492
424
|
},
|
|
493
425
|
{
|
|
494
|
-
"name": "[
|
|
495
|
-
"description": "Bound
|
|
426
|
+
"name": "[environmentIntensity]",
|
|
427
|
+
"description": "Bound environmentIntensity property"
|
|
496
428
|
},
|
|
497
429
|
{
|
|
498
|
-
"name": "
|
|
499
|
-
"description": "
|
|
430
|
+
"name": "environmentRotation",
|
|
431
|
+
"description": "environmentRotation - Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]"
|
|
500
432
|
},
|
|
501
433
|
{
|
|
502
|
-
"name": "[
|
|
503
|
-
"description": "Bound
|
|
434
|
+
"name": "[environmentRotation]",
|
|
435
|
+
"description": "Bound environmentRotation property"
|
|
504
436
|
},
|
|
505
437
|
{
|
|
506
438
|
"name": "name",
|
|
@@ -678,38 +610,6 @@
|
|
|
678
610
|
"name": "[customDistanceMaterial]",
|
|
679
611
|
"description": "Bound customDistanceMaterial property"
|
|
680
612
|
},
|
|
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
|
-
},
|
|
713
613
|
{
|
|
714
614
|
"name": "[background.r]",
|
|
715
615
|
"description": "Set only the r channel (0-1) of background"
|
|
@@ -810,18 +710,6 @@
|
|
|
810
710
|
"name": "[scale.z]",
|
|
811
711
|
"description": "Set only the z component of scale"
|
|
812
712
|
},
|
|
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
|
-
},
|
|
825
713
|
{
|
|
826
714
|
"name": "(attached)",
|
|
827
715
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -1135,30 +1023,6 @@
|
|
|
1135
1023
|
"name": "[customDistanceMaterial]",
|
|
1136
1024
|
"description": "Bound customDistanceMaterial property"
|
|
1137
1025
|
},
|
|
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
|
-
},
|
|
1162
1026
|
{
|
|
1163
1027
|
"name": "[up.x]",
|
|
1164
1028
|
"description": "Set only the x component of up"
|
|
@@ -1223,18 +1087,6 @@
|
|
|
1223
1087
|
"name": "[scale.z]",
|
|
1224
1088
|
"description": "Set only the z component of scale"
|
|
1225
1089
|
},
|
|
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
|
-
},
|
|
1238
1090
|
{
|
|
1239
1091
|
"name": "(attached)",
|
|
1240
1092
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -1333,36 +1185,20 @@
|
|
|
1333
1185
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
1334
1186
|
},
|
|
1335
1187
|
{
|
|
1336
|
-
"name": "
|
|
1337
|
-
"description": "InstancedMesh.
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"name": "[instanceMatrix]",
|
|
1341
|
-
"description": "Bound instanceMatrix property"
|
|
1342
|
-
},
|
|
1343
|
-
{
|
|
1344
|
-
"name": "previousInstancedMatrix",
|
|
1345
|
-
"description": "InstancedMesh.previousInstancedMatrix"
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"name": "[previousInstancedMatrix]",
|
|
1349
|
-
"description": "Bound previousInstancedMatrix property"
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"name": "instanceColor",
|
|
1353
|
-
"description": "InstancedMesh.instanceColor"
|
|
1188
|
+
"name": "boundingBox",
|
|
1189
|
+
"description": "InstancedMesh.boundingBox"
|
|
1354
1190
|
},
|
|
1355
1191
|
{
|
|
1356
|
-
"name": "[
|
|
1357
|
-
"description": "Bound
|
|
1192
|
+
"name": "[boundingBox]",
|
|
1193
|
+
"description": "Bound boundingBox property"
|
|
1358
1194
|
},
|
|
1359
1195
|
{
|
|
1360
|
-
"name": "
|
|
1361
|
-
"description": "InstancedMesh.
|
|
1196
|
+
"name": "boundingSphere",
|
|
1197
|
+
"description": "InstancedMesh.boundingSphere"
|
|
1362
1198
|
},
|
|
1363
1199
|
{
|
|
1364
|
-
"name": "[
|
|
1365
|
-
"description": "Bound
|
|
1200
|
+
"name": "[boundingSphere]",
|
|
1201
|
+
"description": "Bound boundingSphere property"
|
|
1366
1202
|
},
|
|
1367
1203
|
{
|
|
1368
1204
|
"name": "count",
|
|
@@ -1373,20 +1209,28 @@
|
|
|
1373
1209
|
"description": "Bound count property"
|
|
1374
1210
|
},
|
|
1375
1211
|
{
|
|
1376
|
-
"name": "
|
|
1377
|
-
"description": "InstancedMesh.
|
|
1212
|
+
"name": "instanceColor",
|
|
1213
|
+
"description": "InstancedMesh.instanceColor"
|
|
1378
1214
|
},
|
|
1379
1215
|
{
|
|
1380
|
-
"name": "[
|
|
1381
|
-
"description": "Bound
|
|
1216
|
+
"name": "[instanceColor]",
|
|
1217
|
+
"description": "Bound instanceColor property"
|
|
1382
1218
|
},
|
|
1383
1219
|
{
|
|
1384
|
-
"name": "
|
|
1385
|
-
"description": "InstancedMesh.
|
|
1220
|
+
"name": "instanceMatrix",
|
|
1221
|
+
"description": "InstancedMesh.instanceMatrix"
|
|
1386
1222
|
},
|
|
1387
1223
|
{
|
|
1388
|
-
"name": "[
|
|
1389
|
-
"description": "Bound
|
|
1224
|
+
"name": "[instanceMatrix]",
|
|
1225
|
+
"description": "Bound instanceMatrix property"
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"name": "morphTexture",
|
|
1229
|
+
"description": "InstancedMesh.morphTexture"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "[morphTexture]",
|
|
1233
|
+
"description": "Bound morphTexture property"
|
|
1390
1234
|
},
|
|
1391
1235
|
{
|
|
1392
1236
|
"name": "geometry",
|
|
@@ -1596,30 +1440,6 @@
|
|
|
1596
1440
|
"name": "[customDistanceMaterial]",
|
|
1597
1441
|
"description": "Bound customDistanceMaterial property"
|
|
1598
1442
|
},
|
|
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
|
-
},
|
|
1623
1443
|
{
|
|
1624
1444
|
"name": "[up.x]",
|
|
1625
1445
|
"description": "Set only the x component of up"
|
|
@@ -1684,18 +1504,6 @@
|
|
|
1684
1504
|
"name": "[scale.z]",
|
|
1685
1505
|
"description": "Set only the z component of scale"
|
|
1686
1506
|
},
|
|
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
|
-
},
|
|
1699
1507
|
{
|
|
1700
1508
|
"name": "(attached)",
|
|
1701
1509
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -2057,30 +1865,6 @@
|
|
|
2057
1865
|
"name": "[customDistanceMaterial]",
|
|
2058
1866
|
"description": "Bound customDistanceMaterial property"
|
|
2059
1867
|
},
|
|
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
|
-
},
|
|
2084
1868
|
{
|
|
2085
1869
|
"name": "[up.x]",
|
|
2086
1870
|
"description": "Set only the x component of up"
|
|
@@ -2145,18 +1929,6 @@
|
|
|
2145
1929
|
"name": "[scale.z]",
|
|
2146
1930
|
"description": "Set only the z component of scale"
|
|
2147
1931
|
},
|
|
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
|
-
},
|
|
2160
1932
|
{
|
|
2161
1933
|
"name": "(attached)",
|
|
2162
1934
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -2430,38 +2202,6 @@
|
|
|
2430
2202
|
"name": "[customDistanceMaterial]",
|
|
2431
2203
|
"description": "Bound customDistanceMaterial property"
|
|
2432
2204
|
},
|
|
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
|
-
},
|
|
2465
2205
|
{
|
|
2466
2206
|
"name": "[up.x]",
|
|
2467
2207
|
"description": "Set only the x component of up"
|
|
@@ -2526,18 +2266,6 @@
|
|
|
2526
2266
|
"name": "[scale.z]",
|
|
2527
2267
|
"description": "Set only the z component of scale"
|
|
2528
2268
|
},
|
|
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
|
-
},
|
|
2541
2269
|
{
|
|
2542
2270
|
"name": "(attached)",
|
|
2543
2271
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -2811,38 +2539,6 @@
|
|
|
2811
2539
|
"name": "[customDistanceMaterial]",
|
|
2812
2540
|
"description": "Bound customDistanceMaterial property"
|
|
2813
2541
|
},
|
|
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
|
-
},
|
|
2846
2542
|
{
|
|
2847
2543
|
"name": "[up.x]",
|
|
2848
2544
|
"description": "Set only the x component of up"
|
|
@@ -2907,18 +2603,6 @@
|
|
|
2907
2603
|
"name": "[scale.z]",
|
|
2908
2604
|
"description": "Set only the z component of scale"
|
|
2909
2605
|
},
|
|
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
|
-
},
|
|
2922
2606
|
{
|
|
2923
2607
|
"name": "(attached)",
|
|
2924
2608
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -3208,38 +2892,6 @@
|
|
|
3208
2892
|
"name": "[customDistanceMaterial]",
|
|
3209
2893
|
"description": "Bound customDistanceMaterial property"
|
|
3210
2894
|
},
|
|
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
|
-
},
|
|
3243
2895
|
{
|
|
3244
2896
|
"name": "[up.x]",
|
|
3245
2897
|
"description": "Set only the x component of up"
|
|
@@ -3304,18 +2956,6 @@
|
|
|
3304
2956
|
"name": "[scale.z]",
|
|
3305
2957
|
"description": "Set only the z component of scale"
|
|
3306
2958
|
},
|
|
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
|
-
},
|
|
3319
2959
|
{
|
|
3320
2960
|
"name": "(attached)",
|
|
3321
2961
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -3621,38 +3261,6 @@
|
|
|
3621
3261
|
"name": "[customDistanceMaterial]",
|
|
3622
3262
|
"description": "Bound customDistanceMaterial property"
|
|
3623
3263
|
},
|
|
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
|
-
},
|
|
3656
3264
|
{
|
|
3657
3265
|
"name": "[up.x]",
|
|
3658
3266
|
"description": "Set only the x component of up"
|
|
@@ -3717,18 +3325,6 @@
|
|
|
3717
3325
|
"name": "[scale.z]",
|
|
3718
3326
|
"description": "Set only the z component of scale"
|
|
3719
3327
|
},
|
|
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
|
-
},
|
|
3732
3328
|
{
|
|
3733
3329
|
"name": "(attached)",
|
|
3734
3330
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -4034,38 +3630,6 @@
|
|
|
4034
3630
|
"name": "[customDistanceMaterial]",
|
|
4035
3631
|
"description": "Bound customDistanceMaterial property"
|
|
4036
3632
|
},
|
|
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
|
-
},
|
|
4069
3633
|
{
|
|
4070
3634
|
"name": "[up.x]",
|
|
4071
3635
|
"description": "Set only the x component of up"
|
|
@@ -4130,18 +3694,6 @@
|
|
|
4130
3694
|
"name": "[scale.z]",
|
|
4131
3695
|
"description": "Set only the z component of scale"
|
|
4132
3696
|
},
|
|
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
|
-
},
|
|
4145
3697
|
{
|
|
4146
3698
|
"name": "(attached)",
|
|
4147
3699
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -4447,38 +3999,6 @@
|
|
|
4447
3999
|
"name": "[customDistanceMaterial]",
|
|
4448
4000
|
"description": "Bound customDistanceMaterial property"
|
|
4449
4001
|
},
|
|
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
|
-
},
|
|
4482
4002
|
{
|
|
4483
4003
|
"name": "[up.x]",
|
|
4484
4004
|
"description": "Set only the x component of up"
|
|
@@ -4543,18 +4063,6 @@
|
|
|
4543
4063
|
"name": "[scale.z]",
|
|
4544
4064
|
"description": "Set only the z component of scale"
|
|
4545
4065
|
},
|
|
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
|
-
},
|
|
4558
4066
|
{
|
|
4559
4067
|
"name": "(attached)",
|
|
4560
4068
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -4860,38 +4368,6 @@
|
|
|
4860
4368
|
"name": "[customDistanceMaterial]",
|
|
4861
4369
|
"description": "Bound customDistanceMaterial property"
|
|
4862
4370
|
},
|
|
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
|
-
},
|
|
4895
4371
|
{
|
|
4896
4372
|
"name": "[up.x]",
|
|
4897
4373
|
"description": "Set only the x component of up"
|
|
@@ -4956,18 +4432,6 @@
|
|
|
4956
4432
|
"name": "[scale.z]",
|
|
4957
4433
|
"description": "Set only the z component of scale"
|
|
4958
4434
|
},
|
|
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
|
-
},
|
|
4971
4435
|
{
|
|
4972
4436
|
"name": "(attached)",
|
|
4973
4437
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -5273,30 +4737,6 @@
|
|
|
5273
4737
|
"name": "[customDistanceMaterial]",
|
|
5274
4738
|
"description": "Bound customDistanceMaterial property"
|
|
5275
4739
|
},
|
|
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
|
-
},
|
|
5300
4740
|
{
|
|
5301
4741
|
"name": "[center.x]",
|
|
5302
4742
|
"description": "Set only the x component of center"
|
|
@@ -5369,18 +4809,6 @@
|
|
|
5369
4809
|
"name": "[scale.z]",
|
|
5370
4810
|
"description": "Set only the z component of scale"
|
|
5371
4811
|
},
|
|
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
|
-
},
|
|
5384
4812
|
{
|
|
5385
4813
|
"name": "(attached)",
|
|
5386
4814
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -5478,6 +4906,14 @@
|
|
|
5478
4906
|
"name": "[dispose]",
|
|
5479
4907
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
5480
4908
|
},
|
|
4909
|
+
{
|
|
4910
|
+
"name": "layers",
|
|
4911
|
+
"description": "layers - Accepts: THREE.Layers | number"
|
|
4912
|
+
},
|
|
4913
|
+
{
|
|
4914
|
+
"name": "[layers]",
|
|
4915
|
+
"description": "Bound layers property"
|
|
4916
|
+
},
|
|
5481
4917
|
{
|
|
5482
4918
|
"name": "matrixWorldInverse",
|
|
5483
4919
|
"description": "matrixWorldInverse - Accepts: THREE.Matrix4 | number[]"
|
|
@@ -5630,14 +5066,6 @@
|
|
|
5630
5066
|
"name": "[matrixWorldNeedsUpdate]",
|
|
5631
5067
|
"description": "Bound matrixWorldNeedsUpdate property"
|
|
5632
5068
|
},
|
|
5633
|
-
{
|
|
5634
|
-
"name": "layers",
|
|
5635
|
-
"description": "layers - Accepts: THREE.Layers | number"
|
|
5636
|
-
},
|
|
5637
|
-
{
|
|
5638
|
-
"name": "[layers]",
|
|
5639
|
-
"description": "Bound layers property"
|
|
5640
|
-
},
|
|
5641
5069
|
{
|
|
5642
5070
|
"name": "visible",
|
|
5643
5071
|
"description": "Camera.visible"
|
|
@@ -5702,38 +5130,6 @@
|
|
|
5702
5130
|
"name": "[customDistanceMaterial]",
|
|
5703
5131
|
"description": "Bound customDistanceMaterial property"
|
|
5704
5132
|
},
|
|
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
|
-
},
|
|
5737
5133
|
{
|
|
5738
5134
|
"name": "[viewport.x]",
|
|
5739
5135
|
"description": "Set only the x component of viewport"
|
|
@@ -5814,18 +5210,6 @@
|
|
|
5814
5210
|
"name": "[scale.z]",
|
|
5815
5211
|
"description": "Set only the z component of scale"
|
|
5816
5212
|
},
|
|
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
|
-
},
|
|
5829
5213
|
{
|
|
5830
5214
|
"name": "(attached)",
|
|
5831
5215
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -5923,6 +5307,14 @@
|
|
|
5923
5307
|
"name": "[dispose]",
|
|
5924
5308
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
5925
5309
|
},
|
|
5310
|
+
{
|
|
5311
|
+
"name": "zoom",
|
|
5312
|
+
"description": "PerspectiveCamera.zoom"
|
|
5313
|
+
},
|
|
5314
|
+
{
|
|
5315
|
+
"name": "[zoom]",
|
|
5316
|
+
"description": "Bound zoom property"
|
|
5317
|
+
},
|
|
5926
5318
|
{
|
|
5927
5319
|
"name": "fov",
|
|
5928
5320
|
"description": "PerspectiveCamera.fov"
|
|
@@ -5932,12 +5324,12 @@
|
|
|
5932
5324
|
"description": "Bound fov property"
|
|
5933
5325
|
},
|
|
5934
5326
|
{
|
|
5935
|
-
"name": "
|
|
5936
|
-
"description": "PerspectiveCamera.
|
|
5327
|
+
"name": "aspect",
|
|
5328
|
+
"description": "PerspectiveCamera.aspect"
|
|
5937
5329
|
},
|
|
5938
5330
|
{
|
|
5939
|
-
"name": "[
|
|
5940
|
-
"description": "Bound
|
|
5331
|
+
"name": "[aspect]",
|
|
5332
|
+
"description": "Bound aspect property"
|
|
5941
5333
|
},
|
|
5942
5334
|
{
|
|
5943
5335
|
"name": "near",
|
|
@@ -5963,14 +5355,6 @@
|
|
|
5963
5355
|
"name": "[focus]",
|
|
5964
5356
|
"description": "Bound focus property"
|
|
5965
5357
|
},
|
|
5966
|
-
{
|
|
5967
|
-
"name": "aspect",
|
|
5968
|
-
"description": "PerspectiveCamera.aspect"
|
|
5969
|
-
},
|
|
5970
|
-
{
|
|
5971
|
-
"name": "[aspect]",
|
|
5972
|
-
"description": "Bound aspect property"
|
|
5973
|
-
},
|
|
5974
5358
|
{
|
|
5975
5359
|
"name": "view",
|
|
5976
5360
|
"description": "PerspectiveCamera.view"
|
|
@@ -5995,6 +5379,14 @@
|
|
|
5995
5379
|
"name": "[filmOffset]",
|
|
5996
5380
|
"description": "Bound filmOffset property"
|
|
5997
5381
|
},
|
|
5382
|
+
{
|
|
5383
|
+
"name": "layers",
|
|
5384
|
+
"description": "layers - Accepts: THREE.Layers | number"
|
|
5385
|
+
},
|
|
5386
|
+
{
|
|
5387
|
+
"name": "[layers]",
|
|
5388
|
+
"description": "Bound layers property"
|
|
5389
|
+
},
|
|
5998
5390
|
{
|
|
5999
5391
|
"name": "matrixWorldInverse",
|
|
6000
5392
|
"description": "matrixWorldInverse - Accepts: THREE.Matrix4 | number[]"
|
|
@@ -6147,14 +5539,6 @@
|
|
|
6147
5539
|
"name": "[matrixWorldNeedsUpdate]",
|
|
6148
5540
|
"description": "Bound matrixWorldNeedsUpdate property"
|
|
6149
5541
|
},
|
|
6150
|
-
{
|
|
6151
|
-
"name": "layers",
|
|
6152
|
-
"description": "layers - Accepts: THREE.Layers | number"
|
|
6153
|
-
},
|
|
6154
|
-
{
|
|
6155
|
-
"name": "[layers]",
|
|
6156
|
-
"description": "Bound layers property"
|
|
6157
|
-
},
|
|
6158
5542
|
{
|
|
6159
5543
|
"name": "visible",
|
|
6160
5544
|
"description": "PerspectiveCamera.visible"
|
|
@@ -6219,38 +5603,6 @@
|
|
|
6219
5603
|
"name": "[customDistanceMaterial]",
|
|
6220
5604
|
"description": "Bound customDistanceMaterial property"
|
|
6221
5605
|
},
|
|
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
|
-
},
|
|
6254
5606
|
{
|
|
6255
5607
|
"name": "[viewport.x]",
|
|
6256
5608
|
"description": "Set only the x component of viewport"
|
|
@@ -6331,18 +5683,6 @@
|
|
|
6331
5683
|
"name": "[scale.z]",
|
|
6332
5684
|
"description": "Set only the z component of scale"
|
|
6333
5685
|
},
|
|
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
|
-
},
|
|
6346
5686
|
{
|
|
6347
5687
|
"name": "(attached)",
|
|
6348
5688
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -6504,6 +5844,14 @@
|
|
|
6504
5844
|
"name": "[far]",
|
|
6505
5845
|
"description": "Bound far property"
|
|
6506
5846
|
},
|
|
5847
|
+
{
|
|
5848
|
+
"name": "layers",
|
|
5849
|
+
"description": "layers - Accepts: THREE.Layers | number"
|
|
5850
|
+
},
|
|
5851
|
+
{
|
|
5852
|
+
"name": "[layers]",
|
|
5853
|
+
"description": "Bound layers property"
|
|
5854
|
+
},
|
|
6507
5855
|
{
|
|
6508
5856
|
"name": "matrixWorldInverse",
|
|
6509
5857
|
"description": "matrixWorldInverse - Accepts: THREE.Matrix4 | number[]"
|
|
@@ -6656,14 +6004,6 @@
|
|
|
6656
6004
|
"name": "[matrixWorldNeedsUpdate]",
|
|
6657
6005
|
"description": "Bound matrixWorldNeedsUpdate property"
|
|
6658
6006
|
},
|
|
6659
|
-
{
|
|
6660
|
-
"name": "layers",
|
|
6661
|
-
"description": "layers - Accepts: THREE.Layers | number"
|
|
6662
|
-
},
|
|
6663
|
-
{
|
|
6664
|
-
"name": "[layers]",
|
|
6665
|
-
"description": "Bound layers property"
|
|
6666
|
-
},
|
|
6667
6007
|
{
|
|
6668
6008
|
"name": "visible",
|
|
6669
6009
|
"description": "OrthographicCamera.visible"
|
|
@@ -6728,38 +6068,6 @@
|
|
|
6728
6068
|
"name": "[customDistanceMaterial]",
|
|
6729
6069
|
"description": "Bound customDistanceMaterial property"
|
|
6730
6070
|
},
|
|
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
|
-
},
|
|
6763
6071
|
{
|
|
6764
6072
|
"name": "[viewport.x]",
|
|
6765
6073
|
"description": "Set only the x component of viewport"
|
|
@@ -6840,18 +6148,6 @@
|
|
|
6840
6148
|
"name": "[scale.z]",
|
|
6841
6149
|
"description": "Set only the z component of scale"
|
|
6842
6150
|
},
|
|
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
|
-
},
|
|
6855
6151
|
{
|
|
6856
6152
|
"name": "(attached)",
|
|
6857
6153
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -7149,38 +6445,6 @@
|
|
|
7149
6445
|
"name": "[customDistanceMaterial]",
|
|
7150
6446
|
"description": "Bound customDistanceMaterial property"
|
|
7151
6447
|
},
|
|
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
|
-
},
|
|
7184
6448
|
{
|
|
7185
6449
|
"name": "[up.x]",
|
|
7186
6450
|
"description": "Set only the x component of up"
|
|
@@ -7245,18 +6509,6 @@
|
|
|
7245
6509
|
"name": "[scale.z]",
|
|
7246
6510
|
"description": "Set only the z component of scale"
|
|
7247
6511
|
},
|
|
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
|
-
},
|
|
7260
6512
|
{
|
|
7261
6513
|
"name": "(attached)",
|
|
7262
6514
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -7363,12 +6615,12 @@
|
|
|
7363
6615
|
"description": "Bound cameras property"
|
|
7364
6616
|
},
|
|
7365
6617
|
{
|
|
7366
|
-
"name": "
|
|
7367
|
-
"description": "ArrayCamera.
|
|
6618
|
+
"name": "index",
|
|
6619
|
+
"description": "ArrayCamera.index"
|
|
7368
6620
|
},
|
|
7369
6621
|
{
|
|
7370
|
-
"name": "[
|
|
7371
|
-
"description": "Bound
|
|
6622
|
+
"name": "[index]",
|
|
6623
|
+
"description": "Bound index property"
|
|
7372
6624
|
},
|
|
7373
6625
|
{
|
|
7374
6626
|
"name": "zoom",
|
|
@@ -7378,6 +6630,22 @@
|
|
|
7378
6630
|
"name": "[zoom]",
|
|
7379
6631
|
"description": "Bound zoom property"
|
|
7380
6632
|
},
|
|
6633
|
+
{
|
|
6634
|
+
"name": "fov",
|
|
6635
|
+
"description": "ArrayCamera.fov"
|
|
6636
|
+
},
|
|
6637
|
+
{
|
|
6638
|
+
"name": "[fov]",
|
|
6639
|
+
"description": "Bound fov property"
|
|
6640
|
+
},
|
|
6641
|
+
{
|
|
6642
|
+
"name": "aspect",
|
|
6643
|
+
"description": "ArrayCamera.aspect"
|
|
6644
|
+
},
|
|
6645
|
+
{
|
|
6646
|
+
"name": "[aspect]",
|
|
6647
|
+
"description": "Bound aspect property"
|
|
6648
|
+
},
|
|
7381
6649
|
{
|
|
7382
6650
|
"name": "near",
|
|
7383
6651
|
"description": "ArrayCamera.near"
|
|
@@ -7402,14 +6670,6 @@
|
|
|
7402
6670
|
"name": "[focus]",
|
|
7403
6671
|
"description": "Bound focus property"
|
|
7404
6672
|
},
|
|
7405
|
-
{
|
|
7406
|
-
"name": "aspect",
|
|
7407
|
-
"description": "ArrayCamera.aspect"
|
|
7408
|
-
},
|
|
7409
|
-
{
|
|
7410
|
-
"name": "[aspect]",
|
|
7411
|
-
"description": "Bound aspect property"
|
|
7412
|
-
},
|
|
7413
6673
|
{
|
|
7414
6674
|
"name": "view",
|
|
7415
6675
|
"description": "ArrayCamera.view"
|
|
@@ -7434,6 +6694,14 @@
|
|
|
7434
6694
|
"name": "[filmOffset]",
|
|
7435
6695
|
"description": "Bound filmOffset property"
|
|
7436
6696
|
},
|
|
6697
|
+
{
|
|
6698
|
+
"name": "layers",
|
|
6699
|
+
"description": "layers - Accepts: THREE.Layers | number"
|
|
6700
|
+
},
|
|
6701
|
+
{
|
|
6702
|
+
"name": "[layers]",
|
|
6703
|
+
"description": "Bound layers property"
|
|
6704
|
+
},
|
|
7437
6705
|
{
|
|
7438
6706
|
"name": "matrixWorldInverse",
|
|
7439
6707
|
"description": "matrixWorldInverse - Accepts: THREE.Matrix4 | number[]"
|
|
@@ -7586,14 +6854,6 @@
|
|
|
7586
6854
|
"name": "[matrixWorldNeedsUpdate]",
|
|
7587
6855
|
"description": "Bound matrixWorldNeedsUpdate property"
|
|
7588
6856
|
},
|
|
7589
|
-
{
|
|
7590
|
-
"name": "layers",
|
|
7591
|
-
"description": "layers - Accepts: THREE.Layers | number"
|
|
7592
|
-
},
|
|
7593
|
-
{
|
|
7594
|
-
"name": "[layers]",
|
|
7595
|
-
"description": "Bound layers property"
|
|
7596
|
-
},
|
|
7597
6857
|
{
|
|
7598
6858
|
"name": "visible",
|
|
7599
6859
|
"description": "ArrayCamera.visible"
|
|
@@ -7658,38 +6918,6 @@
|
|
|
7658
6918
|
"name": "[customDistanceMaterial]",
|
|
7659
6919
|
"description": "Bound customDistanceMaterial property"
|
|
7660
6920
|
},
|
|
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
|
-
},
|
|
7693
6921
|
{
|
|
7694
6922
|
"name": "[viewport.x]",
|
|
7695
6923
|
"description": "Set only the x component of viewport"
|
|
@@ -7770,18 +6998,6 @@
|
|
|
7770
6998
|
"name": "[scale.z]",
|
|
7771
6999
|
"description": "Set only the z component of scale"
|
|
7772
7000
|
},
|
|
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
|
-
},
|
|
7785
7001
|
{
|
|
7786
7002
|
"name": "(attached)",
|
|
7787
7003
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -7895,6 +7111,14 @@
|
|
|
7895
7111
|
"name": "[intensity]",
|
|
7896
7112
|
"description": "Bound intensity property"
|
|
7897
7113
|
},
|
|
7114
|
+
{
|
|
7115
|
+
"name": "shadow",
|
|
7116
|
+
"description": "AmbientLight.shadow"
|
|
7117
|
+
},
|
|
7118
|
+
{
|
|
7119
|
+
"name": "[shadow]",
|
|
7120
|
+
"description": "Bound shadow property"
|
|
7121
|
+
},
|
|
7898
7122
|
{
|
|
7899
7123
|
"name": "name",
|
|
7900
7124
|
"description": "AmbientLight.name"
|
|
@@ -8071,38 +7295,6 @@
|
|
|
8071
7295
|
"name": "[customDistanceMaterial]",
|
|
8072
7296
|
"description": "Bound customDistanceMaterial property"
|
|
8073
7297
|
},
|
|
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
|
-
},
|
|
8106
7298
|
{
|
|
8107
7299
|
"name": "[color.r]",
|
|
8108
7300
|
"description": "Set only the r channel (0-1) of color"
|
|
@@ -8179,18 +7371,6 @@
|
|
|
8179
7371
|
"name": "[scale.z]",
|
|
8180
7372
|
"description": "Set only the z component of scale"
|
|
8181
7373
|
},
|
|
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
|
-
},
|
|
8194
7374
|
{
|
|
8195
7375
|
"name": "(attached)",
|
|
8196
7376
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -8289,12 +7469,20 @@
|
|
|
8289
7469
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
8290
7470
|
},
|
|
8291
7471
|
{
|
|
8292
|
-
"name": "
|
|
8293
|
-
"description": "DirectionalLight.
|
|
7472
|
+
"name": "castShadow",
|
|
7473
|
+
"description": "DirectionalLight.castShadow"
|
|
8294
7474
|
},
|
|
8295
7475
|
{
|
|
8296
|
-
"name": "[
|
|
8297
|
-
"description": "Bound
|
|
7476
|
+
"name": "[castShadow]",
|
|
7477
|
+
"description": "Bound castShadow property"
|
|
7478
|
+
},
|
|
7479
|
+
{
|
|
7480
|
+
"name": "position",
|
|
7481
|
+
"description": "position - Accepts: THREE.Vector3 | [number, number, number] | number"
|
|
7482
|
+
},
|
|
7483
|
+
{
|
|
7484
|
+
"name": "[position]",
|
|
7485
|
+
"description": "Bound position property"
|
|
8298
7486
|
},
|
|
8299
7487
|
{
|
|
8300
7488
|
"name": "shadow",
|
|
@@ -8304,6 +7492,14 @@
|
|
|
8304
7492
|
"name": "[shadow]",
|
|
8305
7493
|
"description": "Bound shadow property"
|
|
8306
7494
|
},
|
|
7495
|
+
{
|
|
7496
|
+
"name": "target",
|
|
7497
|
+
"description": "DirectionalLight.target"
|
|
7498
|
+
},
|
|
7499
|
+
{
|
|
7500
|
+
"name": "[target]",
|
|
7501
|
+
"description": "Bound target property"
|
|
7502
|
+
},
|
|
8307
7503
|
{
|
|
8308
7504
|
"name": "color",
|
|
8309
7505
|
"description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
|
|
@@ -8336,14 +7532,6 @@
|
|
|
8336
7532
|
"name": "[up]",
|
|
8337
7533
|
"description": "Bound up property"
|
|
8338
7534
|
},
|
|
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
|
-
},
|
|
8347
7535
|
{
|
|
8348
7536
|
"name": "rotation",
|
|
8349
7537
|
"description": "rotation - Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]"
|
|
@@ -8440,14 +7628,6 @@
|
|
|
8440
7628
|
"name": "[visible]",
|
|
8441
7629
|
"description": "Bound visible property"
|
|
8442
7630
|
},
|
|
8443
|
-
{
|
|
8444
|
-
"name": "castShadow",
|
|
8445
|
-
"description": "DirectionalLight.castShadow"
|
|
8446
|
-
},
|
|
8447
|
-
{
|
|
8448
|
-
"name": "[castShadow]",
|
|
8449
|
-
"description": "Bound castShadow property"
|
|
8450
|
-
},
|
|
8451
7631
|
{
|
|
8452
7632
|
"name": "receiveShadow",
|
|
8453
7633
|
"description": "DirectionalLight.receiveShadow"
|
|
@@ -8497,36 +7677,16 @@
|
|
|
8497
7677
|
"description": "Bound customDistanceMaterial property"
|
|
8498
7678
|
},
|
|
8499
7679
|
{
|
|
8500
|
-
"name": "
|
|
8501
|
-
"description": "
|
|
8502
|
-
},
|
|
8503
|
-
{
|
|
8504
|
-
"name": "[static]",
|
|
8505
|
-
"description": "Bound static property"
|
|
8506
|
-
},
|
|
8507
|
-
{
|
|
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"
|
|
7680
|
+
"name": "[position.x]",
|
|
7681
|
+
"description": "Set only the x component of position"
|
|
8522
7682
|
},
|
|
8523
7683
|
{
|
|
8524
|
-
"name": "
|
|
8525
|
-
"description": "
|
|
7684
|
+
"name": "[position.y]",
|
|
7685
|
+
"description": "Set only the y component of position"
|
|
8526
7686
|
},
|
|
8527
7687
|
{
|
|
8528
|
-
"name": "[
|
|
8529
|
-
"description": "
|
|
7688
|
+
"name": "[position.z]",
|
|
7689
|
+
"description": "Set only the z component of position"
|
|
8530
7690
|
},
|
|
8531
7691
|
{
|
|
8532
7692
|
"name": "[color.r]",
|
|
@@ -8552,18 +7712,6 @@
|
|
|
8552
7712
|
"name": "[up.z]",
|
|
8553
7713
|
"description": "Set only the z component of up"
|
|
8554
7714
|
},
|
|
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
|
-
},
|
|
8567
7715
|
{
|
|
8568
7716
|
"name": "[rotation.x]",
|
|
8569
7717
|
"description": "Set only the x rotation (radians) of rotation"
|
|
@@ -8604,18 +7752,6 @@
|
|
|
8604
7752
|
"name": "[scale.z]",
|
|
8605
7753
|
"description": "Set only the z component of scale"
|
|
8606
7754
|
},
|
|
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
|
-
},
|
|
8619
7755
|
{
|
|
8620
7756
|
"name": "[shadow.intensity]",
|
|
8621
7757
|
"description": "Shadow intensity (0-1)"
|
|
@@ -8782,12 +7918,12 @@
|
|
|
8782
7918
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
8783
7919
|
},
|
|
8784
7920
|
{
|
|
8785
|
-
"name": "
|
|
8786
|
-
"description": "
|
|
7921
|
+
"name": "position",
|
|
7922
|
+
"description": "position - Accepts: THREE.Vector3 | [number, number, number] | number"
|
|
8787
7923
|
},
|
|
8788
7924
|
{
|
|
8789
|
-
"name": "[
|
|
8790
|
-
"description": "Bound
|
|
7925
|
+
"name": "[position]",
|
|
7926
|
+
"description": "Bound position property"
|
|
8791
7927
|
},
|
|
8792
7928
|
{
|
|
8793
7929
|
"name": "color",
|
|
@@ -8797,6 +7933,14 @@
|
|
|
8797
7933
|
"name": "[color]",
|
|
8798
7934
|
"description": "Bound color property"
|
|
8799
7935
|
},
|
|
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
|
+
},
|
|
8800
7944
|
{
|
|
8801
7945
|
"name": "intensity",
|
|
8802
7946
|
"description": "HemisphereLight.intensity"
|
|
@@ -8805,6 +7949,14 @@
|
|
|
8805
7949
|
"name": "[intensity]",
|
|
8806
7950
|
"description": "Bound intensity property"
|
|
8807
7951
|
},
|
|
7952
|
+
{
|
|
7953
|
+
"name": "shadow",
|
|
7954
|
+
"description": "HemisphereLight.shadow"
|
|
7955
|
+
},
|
|
7956
|
+
{
|
|
7957
|
+
"name": "[shadow]",
|
|
7958
|
+
"description": "Bound shadow property"
|
|
7959
|
+
},
|
|
8808
7960
|
{
|
|
8809
7961
|
"name": "name",
|
|
8810
7962
|
"description": "HemisphereLight.name"
|
|
@@ -8821,14 +7973,6 @@
|
|
|
8821
7973
|
"name": "[up]",
|
|
8822
7974
|
"description": "Bound up property"
|
|
8823
7975
|
},
|
|
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
|
-
},
|
|
8832
7976
|
{
|
|
8833
7977
|
"name": "rotation",
|
|
8834
7978
|
"description": "rotation - Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]"
|
|
@@ -8982,36 +8126,28 @@
|
|
|
8982
8126
|
"description": "Bound customDistanceMaterial property"
|
|
8983
8127
|
},
|
|
8984
8128
|
{
|
|
8985
|
-
"name": "
|
|
8986
|
-
"description": "
|
|
8987
|
-
},
|
|
8988
|
-
{
|
|
8989
|
-
"name": "[static]",
|
|
8990
|
-
"description": "Bound static property"
|
|
8991
|
-
},
|
|
8992
|
-
{
|
|
8993
|
-
"name": "pivot",
|
|
8994
|
-
"description": "pivot - Accepts: THREE.Vector3 | [number, number, number] | number"
|
|
8129
|
+
"name": "[position.x]",
|
|
8130
|
+
"description": "Set only the x component of position"
|
|
8995
8131
|
},
|
|
8996
8132
|
{
|
|
8997
|
-
"name": "[
|
|
8998
|
-
"description": "
|
|
8133
|
+
"name": "[position.y]",
|
|
8134
|
+
"description": "Set only the y component of position"
|
|
8999
8135
|
},
|
|
9000
8136
|
{
|
|
9001
|
-
"name": "
|
|
9002
|
-
"description": "
|
|
8137
|
+
"name": "[position.z]",
|
|
8138
|
+
"description": "Set only the z component of position"
|
|
9003
8139
|
},
|
|
9004
8140
|
{
|
|
9005
|
-
"name": "[
|
|
9006
|
-
"description": "
|
|
8141
|
+
"name": "[color.r]",
|
|
8142
|
+
"description": "Set only the r channel (0-1) of color"
|
|
9007
8143
|
},
|
|
9008
8144
|
{
|
|
9009
|
-
"name": "
|
|
9010
|
-
"description": "
|
|
8145
|
+
"name": "[color.g]",
|
|
8146
|
+
"description": "Set only the g channel (0-1) of color"
|
|
9011
8147
|
},
|
|
9012
8148
|
{
|
|
9013
|
-
"name": "[
|
|
9014
|
-
"description": "
|
|
8149
|
+
"name": "[color.b]",
|
|
8150
|
+
"description": "Set only the b channel (0-1) of color"
|
|
9015
8151
|
},
|
|
9016
8152
|
{
|
|
9017
8153
|
"name": "[groundColor.r]",
|
|
@@ -9025,18 +8161,6 @@
|
|
|
9025
8161
|
"name": "[groundColor.b]",
|
|
9026
8162
|
"description": "Set only the b channel (0-1) of groundColor"
|
|
9027
8163
|
},
|
|
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
|
-
},
|
|
9040
8164
|
{
|
|
9041
8165
|
"name": "[up.x]",
|
|
9042
8166
|
"description": "Set only the x component of up"
|
|
@@ -9049,18 +8173,6 @@
|
|
|
9049
8173
|
"name": "[up.z]",
|
|
9050
8174
|
"description": "Set only the z component of up"
|
|
9051
8175
|
},
|
|
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
|
-
},
|
|
9064
8176
|
{
|
|
9065
8177
|
"name": "[rotation.x]",
|
|
9066
8178
|
"description": "Set only the x rotation (radians) of rotation"
|
|
@@ -9101,18 +8213,6 @@
|
|
|
9101
8213
|
"name": "[scale.z]",
|
|
9102
8214
|
"description": "Set only the z component of scale"
|
|
9103
8215
|
},
|
|
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
|
-
},
|
|
9116
8216
|
{
|
|
9117
8217
|
"name": "(attached)",
|
|
9118
8218
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -9210,6 +8310,14 @@
|
|
|
9210
8310
|
"name": "[dispose]",
|
|
9211
8311
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
9212
8312
|
},
|
|
8313
|
+
{
|
|
8314
|
+
"name": "intensity",
|
|
8315
|
+
"description": "PointLight.intensity"
|
|
8316
|
+
},
|
|
8317
|
+
{
|
|
8318
|
+
"name": "[intensity]",
|
|
8319
|
+
"description": "Bound intensity property"
|
|
8320
|
+
},
|
|
9213
8321
|
{
|
|
9214
8322
|
"name": "distance",
|
|
9215
8323
|
"description": "PointLight.distance"
|
|
@@ -9218,6 +8326,14 @@
|
|
|
9218
8326
|
"name": "[distance]",
|
|
9219
8327
|
"description": "Bound distance property"
|
|
9220
8328
|
},
|
|
8329
|
+
{
|
|
8330
|
+
"name": "castShadow",
|
|
8331
|
+
"description": "PointLight.castShadow"
|
|
8332
|
+
},
|
|
8333
|
+
{
|
|
8334
|
+
"name": "[castShadow]",
|
|
8335
|
+
"description": "Bound castShadow property"
|
|
8336
|
+
},
|
|
9221
8337
|
{
|
|
9222
8338
|
"name": "decay",
|
|
9223
8339
|
"description": "PointLight.decay"
|
|
@@ -9250,14 +8366,6 @@
|
|
|
9250
8366
|
"name": "[color]",
|
|
9251
8367
|
"description": "Bound color property"
|
|
9252
8368
|
},
|
|
9253
|
-
{
|
|
9254
|
-
"name": "intensity",
|
|
9255
|
-
"description": "PointLight.intensity"
|
|
9256
|
-
},
|
|
9257
|
-
{
|
|
9258
|
-
"name": "[intensity]",
|
|
9259
|
-
"description": "Bound intensity property"
|
|
9260
|
-
},
|
|
9261
8369
|
{
|
|
9262
8370
|
"name": "name",
|
|
9263
8371
|
"description": "PointLight.name"
|
|
@@ -9378,14 +8486,6 @@
|
|
|
9378
8486
|
"name": "[visible]",
|
|
9379
8487
|
"description": "Bound visible property"
|
|
9380
8488
|
},
|
|
9381
|
-
{
|
|
9382
|
-
"name": "castShadow",
|
|
9383
|
-
"description": "PointLight.castShadow"
|
|
9384
|
-
},
|
|
9385
|
-
{
|
|
9386
|
-
"name": "[castShadow]",
|
|
9387
|
-
"description": "Bound castShadow property"
|
|
9388
|
-
},
|
|
9389
8489
|
{
|
|
9390
8490
|
"name": "receiveShadow",
|
|
9391
8491
|
"description": "PointLight.receiveShadow"
|
|
@@ -9434,38 +8534,6 @@
|
|
|
9434
8534
|
"name": "[customDistanceMaterial]",
|
|
9435
8535
|
"description": "Bound customDistanceMaterial property"
|
|
9436
8536
|
},
|
|
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
|
-
},
|
|
9469
8537
|
{
|
|
9470
8538
|
"name": "[color.r]",
|
|
9471
8539
|
"description": "Set only the r channel (0-1) of color"
|
|
@@ -9542,18 +8610,6 @@
|
|
|
9542
8610
|
"name": "[scale.z]",
|
|
9543
8611
|
"description": "Set only the z component of scale"
|
|
9544
8612
|
},
|
|
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
|
-
},
|
|
9557
8613
|
{
|
|
9558
8614
|
"name": "[shadow.intensity]",
|
|
9559
8615
|
"description": "Shadow intensity (0-1)"
|
|
@@ -9719,6 +8775,14 @@
|
|
|
9719
8775
|
"name": "[dispose]",
|
|
9720
8776
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
9721
8777
|
},
|
|
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
|
+
},
|
|
9722
8786
|
{
|
|
9723
8787
|
"name": "target",
|
|
9724
8788
|
"description": "SpotLight.target"
|
|
@@ -9727,6 +8791,22 @@
|
|
|
9727
8791
|
"name": "[target]",
|
|
9728
8792
|
"description": "Bound target property"
|
|
9729
8793
|
},
|
|
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
|
+
},
|
|
9730
8810
|
{
|
|
9731
8811
|
"name": "distance",
|
|
9732
8812
|
"description": "SpotLight.distance"
|
|
@@ -9743,14 +8823,6 @@
|
|
|
9743
8823
|
"name": "[angle]",
|
|
9744
8824
|
"description": "Bound angle property"
|
|
9745
8825
|
},
|
|
9746
|
-
{
|
|
9747
|
-
"name": "penumbra",
|
|
9748
|
-
"description": "SpotLight.penumbra"
|
|
9749
|
-
},
|
|
9750
|
-
{
|
|
9751
|
-
"name": "[penumbra]",
|
|
9752
|
-
"description": "Bound penumbra property"
|
|
9753
|
-
},
|
|
9754
8826
|
{
|
|
9755
8827
|
"name": "decay",
|
|
9756
8828
|
"description": "SpotLight.decay"
|
|
@@ -9759,14 +8831,6 @@
|
|
|
9759
8831
|
"name": "[decay]",
|
|
9760
8832
|
"description": "Bound decay property"
|
|
9761
8833
|
},
|
|
9762
|
-
{
|
|
9763
|
-
"name": "map",
|
|
9764
|
-
"description": "SpotLight.map"
|
|
9765
|
-
},
|
|
9766
|
-
{
|
|
9767
|
-
"name": "[map]",
|
|
9768
|
-
"description": "Bound map property"
|
|
9769
|
-
},
|
|
9770
8834
|
{
|
|
9771
8835
|
"name": "shadow",
|
|
9772
8836
|
"description": "SpotLight.shadow"
|
|
@@ -9784,20 +8848,36 @@
|
|
|
9784
8848
|
"description": "Bound power property"
|
|
9785
8849
|
},
|
|
9786
8850
|
{
|
|
9787
|
-
"name": "
|
|
9788
|
-
"description": "
|
|
8851
|
+
"name": "penumbra",
|
|
8852
|
+
"description": "SpotLight.penumbra"
|
|
9789
8853
|
},
|
|
9790
8854
|
{
|
|
9791
|
-
"name": "[
|
|
9792
|
-
"description": "Bound
|
|
8855
|
+
"name": "[penumbra]",
|
|
8856
|
+
"description": "Bound penumbra property"
|
|
9793
8857
|
},
|
|
9794
8858
|
{
|
|
9795
|
-
"name": "
|
|
9796
|
-
"description": "SpotLight.
|
|
8859
|
+
"name": "map",
|
|
8860
|
+
"description": "SpotLight.map"
|
|
9797
8861
|
},
|
|
9798
8862
|
{
|
|
9799
|
-
"name": "[
|
|
9800
|
-
"description": "Bound
|
|
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
|
+
{
|
|
8875
|
+
"name": "color",
|
|
8876
|
+
"description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
|
|
8877
|
+
},
|
|
8878
|
+
{
|
|
8879
|
+
"name": "[color]",
|
|
8880
|
+
"description": "Bound color property"
|
|
9801
8881
|
},
|
|
9802
8882
|
{
|
|
9803
8883
|
"name": "name",
|
|
@@ -9815,14 +8895,6 @@
|
|
|
9815
8895
|
"name": "[up]",
|
|
9816
8896
|
"description": "Bound up property"
|
|
9817
8897
|
},
|
|
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
|
-
},
|
|
9826
8898
|
{
|
|
9827
8899
|
"name": "rotation",
|
|
9828
8900
|
"description": "rotation - Accepts: THREE.Euler | [number, number, number] | [number, number, number, EulerOrder]"
|
|
@@ -9919,14 +8991,6 @@
|
|
|
9919
8991
|
"name": "[visible]",
|
|
9920
8992
|
"description": "Bound visible property"
|
|
9921
8993
|
},
|
|
9922
|
-
{
|
|
9923
|
-
"name": "castShadow",
|
|
9924
|
-
"description": "SpotLight.castShadow"
|
|
9925
|
-
},
|
|
9926
|
-
{
|
|
9927
|
-
"name": "[castShadow]",
|
|
9928
|
-
"description": "Bound castShadow property"
|
|
9929
|
-
},
|
|
9930
8994
|
{
|
|
9931
8995
|
"name": "receiveShadow",
|
|
9932
8996
|
"description": "SpotLight.receiveShadow"
|
|
@@ -9976,36 +9040,16 @@
|
|
|
9976
9040
|
"description": "Bound customDistanceMaterial property"
|
|
9977
9041
|
},
|
|
9978
9042
|
{
|
|
9979
|
-
"name": "
|
|
9980
|
-
"description": "
|
|
9981
|
-
},
|
|
9982
|
-
{
|
|
9983
|
-
"name": "[static]",
|
|
9984
|
-
"description": "Bound static property"
|
|
9985
|
-
},
|
|
9986
|
-
{
|
|
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"
|
|
9043
|
+
"name": "[position.x]",
|
|
9044
|
+
"description": "Set only the x component of position"
|
|
10001
9045
|
},
|
|
10002
9046
|
{
|
|
10003
|
-
"name": "
|
|
10004
|
-
"description": "
|
|
9047
|
+
"name": "[position.y]",
|
|
9048
|
+
"description": "Set only the y component of position"
|
|
10005
9049
|
},
|
|
10006
9050
|
{
|
|
10007
|
-
"name": "[
|
|
10008
|
-
"description": "
|
|
9051
|
+
"name": "[position.z]",
|
|
9052
|
+
"description": "Set only the z component of position"
|
|
10009
9053
|
},
|
|
10010
9054
|
{
|
|
10011
9055
|
"name": "[color.r]",
|
|
@@ -10031,18 +9075,6 @@
|
|
|
10031
9075
|
"name": "[up.z]",
|
|
10032
9076
|
"description": "Set only the z component of up"
|
|
10033
9077
|
},
|
|
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
|
-
},
|
|
10046
9078
|
{
|
|
10047
9079
|
"name": "[rotation.x]",
|
|
10048
9080
|
"description": "Set only the x rotation (radians) of rotation"
|
|
@@ -10083,18 +9115,6 @@
|
|
|
10083
9115
|
"name": "[scale.z]",
|
|
10084
9116
|
"description": "Set only the z component of scale"
|
|
10085
9117
|
},
|
|
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
|
-
},
|
|
10098
9118
|
{
|
|
10099
9119
|
"name": "[shadow.intensity]",
|
|
10100
9120
|
"description": "Shadow intensity (0-1)"
|
|
@@ -10276,6 +9296,14 @@
|
|
|
10276
9296
|
"name": "[height]",
|
|
10277
9297
|
"description": "Bound height property"
|
|
10278
9298
|
},
|
|
9299
|
+
{
|
|
9300
|
+
"name": "intensity",
|
|
9301
|
+
"description": "RectAreaLight.intensity"
|
|
9302
|
+
},
|
|
9303
|
+
{
|
|
9304
|
+
"name": "[intensity]",
|
|
9305
|
+
"description": "Bound intensity property"
|
|
9306
|
+
},
|
|
10279
9307
|
{
|
|
10280
9308
|
"name": "power",
|
|
10281
9309
|
"description": "RectAreaLight.power"
|
|
@@ -10293,12 +9321,12 @@
|
|
|
10293
9321
|
"description": "Bound color property"
|
|
10294
9322
|
},
|
|
10295
9323
|
{
|
|
10296
|
-
"name": "
|
|
10297
|
-
"description": "RectAreaLight.
|
|
9324
|
+
"name": "shadow",
|
|
9325
|
+
"description": "RectAreaLight.shadow"
|
|
10298
9326
|
},
|
|
10299
9327
|
{
|
|
10300
|
-
"name": "[
|
|
10301
|
-
"description": "Bound
|
|
9328
|
+
"name": "[shadow]",
|
|
9329
|
+
"description": "Bound shadow property"
|
|
10302
9330
|
},
|
|
10303
9331
|
{
|
|
10304
9332
|
"name": "name",
|
|
@@ -10476,38 +9504,6 @@
|
|
|
10476
9504
|
"name": "[customDistanceMaterial]",
|
|
10477
9505
|
"description": "Bound customDistanceMaterial property"
|
|
10478
9506
|
},
|
|
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
|
-
},
|
|
10511
9507
|
{
|
|
10512
9508
|
"name": "[color.r]",
|
|
10513
9509
|
"description": "Set only the r channel (0-1) of color"
|
|
@@ -10584,18 +9580,6 @@
|
|
|
10584
9580
|
"name": "[scale.z]",
|
|
10585
9581
|
"description": "Set only the z component of scale"
|
|
10586
9582
|
},
|
|
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
|
-
},
|
|
10599
9583
|
{
|
|
10600
9584
|
"name": "(attached)",
|
|
10601
9585
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -10717,6 +9701,14 @@
|
|
|
10717
9701
|
"name": "[intensity]",
|
|
10718
9702
|
"description": "Bound intensity property"
|
|
10719
9703
|
},
|
|
9704
|
+
{
|
|
9705
|
+
"name": "shadow",
|
|
9706
|
+
"description": "LightProbe.shadow"
|
|
9707
|
+
},
|
|
9708
|
+
{
|
|
9709
|
+
"name": "[shadow]",
|
|
9710
|
+
"description": "Bound shadow property"
|
|
9711
|
+
},
|
|
10720
9712
|
{
|
|
10721
9713
|
"name": "name",
|
|
10722
9714
|
"description": "LightProbe.name"
|
|
@@ -10893,38 +9885,6 @@
|
|
|
10893
9885
|
"name": "[customDistanceMaterial]",
|
|
10894
9886
|
"description": "Bound customDistanceMaterial property"
|
|
10895
9887
|
},
|
|
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
|
-
},
|
|
10928
9888
|
{
|
|
10929
9889
|
"name": "[color.r]",
|
|
10930
9890
|
"description": "Set only the r channel (0-1) of color"
|
|
@@ -11001,18 +9961,6 @@
|
|
|
11001
9961
|
"name": "[scale.z]",
|
|
11002
9962
|
"description": "Set only the z component of scale"
|
|
11003
9963
|
},
|
|
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
|
-
},
|
|
11016
9964
|
{
|
|
11017
9965
|
"name": "(attached)",
|
|
11018
9966
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -14430,14 +13378,6 @@
|
|
|
14430
13378
|
"name": "[reflectivity]",
|
|
14431
13379
|
"description": "Bound reflectivity property"
|
|
14432
13380
|
},
|
|
14433
|
-
{
|
|
14434
|
-
"name": "envMapIntensity",
|
|
14435
|
-
"description": "MeshPhongMaterial.envMapIntensity"
|
|
14436
|
-
},
|
|
14437
|
-
{
|
|
14438
|
-
"name": "[envMapIntensity]",
|
|
14439
|
-
"description": "Bound envMapIntensity property"
|
|
14440
|
-
},
|
|
14441
13381
|
{
|
|
14442
13382
|
"name": "refractionRatio",
|
|
14443
13383
|
"description": "MeshPhongMaterial.refractionRatio"
|
|
@@ -15159,14 +14099,6 @@
|
|
|
15159
14099
|
"name": "[reflectivity]",
|
|
15160
14100
|
"description": "Bound reflectivity property"
|
|
15161
14101
|
},
|
|
15162
|
-
{
|
|
15163
|
-
"name": "envMapIntensity",
|
|
15164
|
-
"description": "MeshLambertMaterial.envMapIntensity"
|
|
15165
|
-
},
|
|
15166
|
-
{
|
|
15167
|
-
"name": "[envMapIntensity]",
|
|
15168
|
-
"description": "Bound envMapIntensity property"
|
|
15169
|
-
},
|
|
15170
14102
|
{
|
|
15171
14103
|
"name": "refractionRatio",
|
|
15172
14104
|
"description": "MeshLambertMaterial.refractionRatio"
|
|
@@ -27723,38 +26655,6 @@
|
|
|
27723
26655
|
"name": "[customDistanceMaterial]",
|
|
27724
26656
|
"description": "Bound customDistanceMaterial property"
|
|
27725
26657
|
},
|
|
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
|
-
},
|
|
27758
26658
|
{
|
|
27759
26659
|
"name": "[up.x]",
|
|
27760
26660
|
"description": "Set only the x component of up"
|
|
@@ -27819,18 +26719,6 @@
|
|
|
27819
26719
|
"name": "[scale.z]",
|
|
27820
26720
|
"description": "Set only the z component of scale"
|
|
27821
26721
|
},
|
|
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
|
-
},
|
|
27834
26722
|
{
|
|
27835
26723
|
"name": "(attached)",
|
|
27836
26724
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -28136,38 +27024,6 @@
|
|
|
28136
27024
|
"name": "[customDistanceMaterial]",
|
|
28137
27025
|
"description": "Bound customDistanceMaterial property"
|
|
28138
27026
|
},
|
|
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
|
-
},
|
|
28171
27027
|
{
|
|
28172
27028
|
"name": "[up.x]",
|
|
28173
27029
|
"description": "Set only the x component of up"
|
|
@@ -28232,18 +27088,6 @@
|
|
|
28232
27088
|
"name": "[scale.z]",
|
|
28233
27089
|
"description": "Set only the z component of scale"
|
|
28234
27090
|
},
|
|
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
|
-
},
|
|
28247
27091
|
{
|
|
28248
27092
|
"name": "(attached)",
|
|
28249
27093
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -28341,14 +27185,6 @@
|
|
|
28341
27185
|
"name": "[dispose]",
|
|
28342
27186
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
28343
27187
|
},
|
|
28344
|
-
{
|
|
28345
|
-
"name": "object",
|
|
28346
|
-
"description": "BoxHelper.object"
|
|
28347
|
-
},
|
|
28348
|
-
{
|
|
28349
|
-
"name": "[object]",
|
|
28350
|
-
"description": "Bound object property"
|
|
28351
|
-
},
|
|
28352
27188
|
{
|
|
28353
27189
|
"name": "geometry",
|
|
28354
27190
|
"description": "BoxHelper.geometry"
|
|
@@ -28557,38 +27393,6 @@
|
|
|
28557
27393
|
"name": "[customDistanceMaterial]",
|
|
28558
27394
|
"description": "Bound customDistanceMaterial property"
|
|
28559
27395
|
},
|
|
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
|
-
},
|
|
28592
27396
|
{
|
|
28593
27397
|
"name": "[up.x]",
|
|
28594
27398
|
"description": "Set only the x component of up"
|
|
@@ -28653,18 +27457,6 @@
|
|
|
28653
27457
|
"name": "[scale.z]",
|
|
28654
27458
|
"description": "Set only the z component of scale"
|
|
28655
27459
|
},
|
|
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
|
-
},
|
|
28668
27460
|
{
|
|
28669
27461
|
"name": "(attached)",
|
|
28670
27462
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -28978,38 +27770,6 @@
|
|
|
28978
27770
|
"name": "[customDistanceMaterial]",
|
|
28979
27771
|
"description": "Bound customDistanceMaterial property"
|
|
28980
27772
|
},
|
|
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
|
-
},
|
|
29013
27773
|
{
|
|
29014
27774
|
"name": "[up.x]",
|
|
29015
27775
|
"description": "Set only the x component of up"
|
|
@@ -29074,18 +27834,6 @@
|
|
|
29074
27834
|
"name": "[scale.z]",
|
|
29075
27835
|
"description": "Set only the z component of scale"
|
|
29076
27836
|
},
|
|
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
|
-
},
|
|
29089
27837
|
{
|
|
29090
27838
|
"name": "(attached)",
|
|
29091
27839
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -29199,6 +27947,22 @@
|
|
|
29199
27947
|
"name": "[pointMap]",
|
|
29200
27948
|
"description": "Bound pointMap property"
|
|
29201
27949
|
},
|
|
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
|
+
},
|
|
29202
27966
|
{
|
|
29203
27967
|
"name": "geometry",
|
|
29204
27968
|
"description": "CameraHelper.geometry"
|
|
@@ -29295,14 +28059,6 @@
|
|
|
29295
28059
|
"name": "[normalMatrix]",
|
|
29296
28060
|
"description": "Bound normalMatrix property"
|
|
29297
28061
|
},
|
|
29298
|
-
{
|
|
29299
|
-
"name": "matrix",
|
|
29300
|
-
"description": "matrix - Accepts: THREE.Matrix4 | number[]"
|
|
29301
|
-
},
|
|
29302
|
-
{
|
|
29303
|
-
"name": "[matrix]",
|
|
29304
|
-
"description": "Bound matrix property"
|
|
29305
|
-
},
|
|
29306
28062
|
{
|
|
29307
28063
|
"name": "matrixWorld",
|
|
29308
28064
|
"description": "matrixWorld - Accepts: THREE.Matrix4 | number[]"
|
|
@@ -29311,14 +28067,6 @@
|
|
|
29311
28067
|
"name": "[matrixWorld]",
|
|
29312
28068
|
"description": "Bound matrixWorld property"
|
|
29313
28069
|
},
|
|
29314
|
-
{
|
|
29315
|
-
"name": "matrixAutoUpdate",
|
|
29316
|
-
"description": "CameraHelper.matrixAutoUpdate"
|
|
29317
|
-
},
|
|
29318
|
-
{
|
|
29319
|
-
"name": "[matrixAutoUpdate]",
|
|
29320
|
-
"description": "Bound matrixAutoUpdate property"
|
|
29321
|
-
},
|
|
29322
28070
|
{
|
|
29323
28071
|
"name": "matrixWorldAutoUpdate",
|
|
29324
28072
|
"description": "CameraHelper.matrixWorldAutoUpdate"
|
|
@@ -29407,38 +28155,6 @@
|
|
|
29407
28155
|
"name": "[customDistanceMaterial]",
|
|
29408
28156
|
"description": "Bound customDistanceMaterial property"
|
|
29409
28157
|
},
|
|
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
|
-
},
|
|
29442
28158
|
{
|
|
29443
28159
|
"name": "[up.x]",
|
|
29444
28160
|
"description": "Set only the x component of up"
|
|
@@ -29503,18 +28219,6 @@
|
|
|
29503
28219
|
"name": "[scale.z]",
|
|
29504
28220
|
"description": "Set only the z component of scale"
|
|
29505
28221
|
},
|
|
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
|
-
},
|
|
29518
28222
|
{
|
|
29519
28223
|
"name": "(attached)",
|
|
29520
28224
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -29612,6 +28316,14 @@
|
|
|
29612
28316
|
"name": "[dispose]",
|
|
29613
28317
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
29614
28318
|
},
|
|
28319
|
+
{
|
|
28320
|
+
"name": "lightPlane",
|
|
28321
|
+
"description": "DirectionalLightHelper.lightPlane"
|
|
28322
|
+
},
|
|
28323
|
+
{
|
|
28324
|
+
"name": "[lightPlane]",
|
|
28325
|
+
"description": "Bound lightPlane property"
|
|
28326
|
+
},
|
|
29615
28327
|
{
|
|
29616
28328
|
"name": "light",
|
|
29617
28329
|
"description": "DirectionalLightHelper.light"
|
|
@@ -29621,20 +28333,28 @@
|
|
|
29621
28333
|
"description": "Bound light property"
|
|
29622
28334
|
},
|
|
29623
28335
|
{
|
|
29624
|
-
"name": "
|
|
29625
|
-
"description": "
|
|
28336
|
+
"name": "matrix",
|
|
28337
|
+
"description": "matrix - Accepts: THREE.Matrix4 | number[]"
|
|
29626
28338
|
},
|
|
29627
28339
|
{
|
|
29628
|
-
"name": "[
|
|
29629
|
-
"description": "Bound
|
|
28340
|
+
"name": "[matrix]",
|
|
28341
|
+
"description": "Bound matrix property"
|
|
29630
28342
|
},
|
|
29631
28343
|
{
|
|
29632
|
-
"name": "
|
|
29633
|
-
"description": "DirectionalLightHelper.
|
|
28344
|
+
"name": "matrixAutoUpdate",
|
|
28345
|
+
"description": "DirectionalLightHelper.matrixAutoUpdate"
|
|
29634
28346
|
},
|
|
29635
28347
|
{
|
|
29636
|
-
"name": "[
|
|
29637
|
-
"description": "Bound
|
|
28348
|
+
"name": "[matrixAutoUpdate]",
|
|
28349
|
+
"description": "Bound matrixAutoUpdate property"
|
|
28350
|
+
},
|
|
28351
|
+
{
|
|
28352
|
+
"name": "color",
|
|
28353
|
+
"description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
|
|
28354
|
+
},
|
|
28355
|
+
{
|
|
28356
|
+
"name": "[color]",
|
|
28357
|
+
"description": "Bound color property"
|
|
29638
28358
|
},
|
|
29639
28359
|
{
|
|
29640
28360
|
"name": "targetLine",
|
|
@@ -29708,14 +28428,6 @@
|
|
|
29708
28428
|
"name": "[normalMatrix]",
|
|
29709
28429
|
"description": "Bound normalMatrix property"
|
|
29710
28430
|
},
|
|
29711
|
-
{
|
|
29712
|
-
"name": "matrix",
|
|
29713
|
-
"description": "matrix - Accepts: THREE.Matrix4 | number[]"
|
|
29714
|
-
},
|
|
29715
|
-
{
|
|
29716
|
-
"name": "[matrix]",
|
|
29717
|
-
"description": "Bound matrix property"
|
|
29718
|
-
},
|
|
29719
28431
|
{
|
|
29720
28432
|
"name": "matrixWorld",
|
|
29721
28433
|
"description": "matrixWorld - Accepts: THREE.Matrix4 | number[]"
|
|
@@ -29724,14 +28436,6 @@
|
|
|
29724
28436
|
"name": "[matrixWorld]",
|
|
29725
28437
|
"description": "Bound matrixWorld property"
|
|
29726
28438
|
},
|
|
29727
|
-
{
|
|
29728
|
-
"name": "matrixAutoUpdate",
|
|
29729
|
-
"description": "DirectionalLightHelper.matrixAutoUpdate"
|
|
29730
|
-
},
|
|
29731
|
-
{
|
|
29732
|
-
"name": "[matrixAutoUpdate]",
|
|
29733
|
-
"description": "Bound matrixAutoUpdate property"
|
|
29734
|
-
},
|
|
29735
28439
|
{
|
|
29736
28440
|
"name": "matrixWorldAutoUpdate",
|
|
29737
28441
|
"description": "DirectionalLightHelper.matrixWorldAutoUpdate"
|
|
@@ -29820,38 +28524,6 @@
|
|
|
29820
28524
|
"name": "[customDistanceMaterial]",
|
|
29821
28525
|
"description": "Bound customDistanceMaterial property"
|
|
29822
28526
|
},
|
|
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
|
-
},
|
|
29855
28527
|
{
|
|
29856
28528
|
"name": "[color.r]",
|
|
29857
28529
|
"description": "Set only the r channel (0-1) of color"
|
|
@@ -29928,18 +28600,6 @@
|
|
|
29928
28600
|
"name": "[scale.z]",
|
|
29929
28601
|
"description": "Set only the z component of scale"
|
|
29930
28602
|
},
|
|
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
|
-
},
|
|
29943
28603
|
{
|
|
29944
28604
|
"name": "(attached)",
|
|
29945
28605
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -30245,38 +28905,6 @@
|
|
|
30245
28905
|
"name": "[customDistanceMaterial]",
|
|
30246
28906
|
"description": "Bound customDistanceMaterial property"
|
|
30247
28907
|
},
|
|
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
|
-
},
|
|
30280
28908
|
{
|
|
30281
28909
|
"name": "[up.x]",
|
|
30282
28910
|
"description": "Set only the x component of up"
|
|
@@ -30341,18 +28969,6 @@
|
|
|
30341
28969
|
"name": "[scale.z]",
|
|
30342
28970
|
"description": "Set only the z component of scale"
|
|
30343
28971
|
},
|
|
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
|
-
},
|
|
30356
28972
|
{
|
|
30357
28973
|
"name": "(attached)",
|
|
30358
28974
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -30459,12 +29075,20 @@
|
|
|
30459
29075
|
"description": "Bound light property"
|
|
30460
29076
|
},
|
|
30461
29077
|
{
|
|
30462
|
-
"name": "
|
|
30463
|
-
"description": "
|
|
29078
|
+
"name": "matrix",
|
|
29079
|
+
"description": "matrix - Accepts: THREE.Matrix4 | number[]"
|
|
30464
29080
|
},
|
|
30465
29081
|
{
|
|
30466
|
-
"name": "[
|
|
30467
|
-
"description": "Bound
|
|
29082
|
+
"name": "[matrix]",
|
|
29083
|
+
"description": "Bound matrix property"
|
|
29084
|
+
},
|
|
29085
|
+
{
|
|
29086
|
+
"name": "matrixAutoUpdate",
|
|
29087
|
+
"description": "HemisphereLightHelper.matrixAutoUpdate"
|
|
29088
|
+
},
|
|
29089
|
+
{
|
|
29090
|
+
"name": "[matrixAutoUpdate]",
|
|
29091
|
+
"description": "Bound matrixAutoUpdate property"
|
|
30468
29092
|
},
|
|
30469
29093
|
{
|
|
30470
29094
|
"name": "material",
|
|
@@ -30474,6 +29098,14 @@
|
|
|
30474
29098
|
"name": "[material]",
|
|
30475
29099
|
"description": "Bound material property"
|
|
30476
29100
|
},
|
|
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
|
+
},
|
|
30477
29109
|
{
|
|
30478
29110
|
"name": "name",
|
|
30479
29111
|
"description": "HemisphereLightHelper.name"
|
|
@@ -30538,14 +29170,6 @@
|
|
|
30538
29170
|
"name": "[normalMatrix]",
|
|
30539
29171
|
"description": "Bound normalMatrix property"
|
|
30540
29172
|
},
|
|
30541
|
-
{
|
|
30542
|
-
"name": "matrix",
|
|
30543
|
-
"description": "matrix - Accepts: THREE.Matrix4 | number[]"
|
|
30544
|
-
},
|
|
30545
|
-
{
|
|
30546
|
-
"name": "[matrix]",
|
|
30547
|
-
"description": "Bound matrix property"
|
|
30548
|
-
},
|
|
30549
29173
|
{
|
|
30550
29174
|
"name": "matrixWorld",
|
|
30551
29175
|
"description": "matrixWorld - Accepts: THREE.Matrix4 | number[]"
|
|
@@ -30554,14 +29178,6 @@
|
|
|
30554
29178
|
"name": "[matrixWorld]",
|
|
30555
29179
|
"description": "Bound matrixWorld property"
|
|
30556
29180
|
},
|
|
30557
|
-
{
|
|
30558
|
-
"name": "matrixAutoUpdate",
|
|
30559
|
-
"description": "HemisphereLightHelper.matrixAutoUpdate"
|
|
30560
|
-
},
|
|
30561
|
-
{
|
|
30562
|
-
"name": "[matrixAutoUpdate]",
|
|
30563
|
-
"description": "Bound matrixAutoUpdate property"
|
|
30564
|
-
},
|
|
30565
29181
|
{
|
|
30566
29182
|
"name": "matrixWorldAutoUpdate",
|
|
30567
29183
|
"description": "HemisphereLightHelper.matrixWorldAutoUpdate"
|
|
@@ -30650,38 +29266,6 @@
|
|
|
30650
29266
|
"name": "[customDistanceMaterial]",
|
|
30651
29267
|
"description": "Bound customDistanceMaterial property"
|
|
30652
29268
|
},
|
|
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
|
-
},
|
|
30685
29269
|
{
|
|
30686
29270
|
"name": "[color.r]",
|
|
30687
29271
|
"description": "Set only the r channel (0-1) of color"
|
|
@@ -30758,18 +29342,6 @@
|
|
|
30758
29342
|
"name": "[scale.z]",
|
|
30759
29343
|
"description": "Set only the z component of scale"
|
|
30760
29344
|
},
|
|
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
|
-
},
|
|
30773
29345
|
{
|
|
30774
29346
|
"name": "(attached)",
|
|
30775
29347
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -31091,38 +29663,6 @@
|
|
|
31091
29663
|
"name": "[customDistanceMaterial]",
|
|
31092
29664
|
"description": "Bound customDistanceMaterial property"
|
|
31093
29665
|
},
|
|
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
|
-
},
|
|
31126
29666
|
{
|
|
31127
29667
|
"name": "[up.x]",
|
|
31128
29668
|
"description": "Set only the x component of up"
|
|
@@ -31187,18 +29727,6 @@
|
|
|
31187
29727
|
"name": "[scale.z]",
|
|
31188
29728
|
"description": "Set only the z component of scale"
|
|
31189
29729
|
},
|
|
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
|
-
},
|
|
31202
29730
|
{
|
|
31203
29731
|
"name": "(attached)",
|
|
31204
29732
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -31305,52 +29833,28 @@
|
|
|
31305
29833
|
"description": "Bound light property"
|
|
31306
29834
|
},
|
|
31307
29835
|
{
|
|
31308
|
-
"name": "
|
|
31309
|
-
"description": "
|
|
31310
|
-
},
|
|
31311
|
-
{
|
|
31312
|
-
"name": "[color]",
|
|
31313
|
-
"description": "Bound color property"
|
|
31314
|
-
},
|
|
31315
|
-
{
|
|
31316
|
-
"name": "geometry",
|
|
31317
|
-
"description": "PointLightHelper.geometry"
|
|
31318
|
-
},
|
|
31319
|
-
{
|
|
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"
|
|
29836
|
+
"name": "matrix",
|
|
29837
|
+
"description": "matrix - Accepts: THREE.Matrix4 | number[]"
|
|
31334
29838
|
},
|
|
31335
29839
|
{
|
|
31336
|
-
"name": "[
|
|
31337
|
-
"description": "Bound
|
|
29840
|
+
"name": "[matrix]",
|
|
29841
|
+
"description": "Bound matrix property"
|
|
31338
29842
|
},
|
|
31339
29843
|
{
|
|
31340
|
-
"name": "
|
|
31341
|
-
"description": "
|
|
29844
|
+
"name": "color",
|
|
29845
|
+
"description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
|
|
31342
29846
|
},
|
|
31343
29847
|
{
|
|
31344
|
-
"name": "[
|
|
31345
|
-
"description": "Bound
|
|
29848
|
+
"name": "[color]",
|
|
29849
|
+
"description": "Bound color property"
|
|
31346
29850
|
},
|
|
31347
29851
|
{
|
|
31348
|
-
"name": "
|
|
31349
|
-
"description": "PointLightHelper.
|
|
29852
|
+
"name": "matrixAutoUpdate",
|
|
29853
|
+
"description": "PointLightHelper.matrixAutoUpdate"
|
|
31350
29854
|
},
|
|
31351
29855
|
{
|
|
31352
|
-
"name": "[
|
|
31353
|
-
"description": "Bound
|
|
29856
|
+
"name": "[matrixAutoUpdate]",
|
|
29857
|
+
"description": "Bound matrixAutoUpdate property"
|
|
31354
29858
|
},
|
|
31355
29859
|
{
|
|
31356
29860
|
"name": "name",
|
|
@@ -31416,14 +29920,6 @@
|
|
|
31416
29920
|
"name": "[normalMatrix]",
|
|
31417
29921
|
"description": "Bound normalMatrix property"
|
|
31418
29922
|
},
|
|
31419
|
-
{
|
|
31420
|
-
"name": "matrix",
|
|
31421
|
-
"description": "matrix - Accepts: THREE.Matrix4 | number[]"
|
|
31422
|
-
},
|
|
31423
|
-
{
|
|
31424
|
-
"name": "[matrix]",
|
|
31425
|
-
"description": "Bound matrix property"
|
|
31426
|
-
},
|
|
31427
29923
|
{
|
|
31428
29924
|
"name": "matrixWorld",
|
|
31429
29925
|
"description": "matrixWorld - Accepts: THREE.Matrix4 | number[]"
|
|
@@ -31432,14 +29928,6 @@
|
|
|
31432
29928
|
"name": "[matrixWorld]",
|
|
31433
29929
|
"description": "Bound matrixWorld property"
|
|
31434
29930
|
},
|
|
31435
|
-
{
|
|
31436
|
-
"name": "matrixAutoUpdate",
|
|
31437
|
-
"description": "PointLightHelper.matrixAutoUpdate"
|
|
31438
|
-
},
|
|
31439
|
-
{
|
|
31440
|
-
"name": "[matrixAutoUpdate]",
|
|
31441
|
-
"description": "Bound matrixAutoUpdate property"
|
|
31442
|
-
},
|
|
31443
29931
|
{
|
|
31444
29932
|
"name": "matrixWorldAutoUpdate",
|
|
31445
29933
|
"description": "PointLightHelper.matrixWorldAutoUpdate"
|
|
@@ -31528,30 +30016,6 @@
|
|
|
31528
30016
|
"name": "[customDistanceMaterial]",
|
|
31529
30017
|
"description": "Bound customDistanceMaterial property"
|
|
31530
30018
|
},
|
|
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
|
-
},
|
|
31555
30019
|
{
|
|
31556
30020
|
"name": "[color.r]",
|
|
31557
30021
|
"description": "Set only the r channel (0-1) of color"
|
|
@@ -31628,18 +30092,6 @@
|
|
|
31628
30092
|
"name": "[scale.z]",
|
|
31629
30093
|
"description": "Set only the z component of scale"
|
|
31630
30094
|
},
|
|
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
|
-
},
|
|
31643
30095
|
{
|
|
31644
30096
|
"name": "(attached)",
|
|
31645
30097
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -31945,38 +30397,6 @@
|
|
|
31945
30397
|
"name": "[customDistanceMaterial]",
|
|
31946
30398
|
"description": "Bound customDistanceMaterial property"
|
|
31947
30399
|
},
|
|
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
|
-
},
|
|
31980
30400
|
{
|
|
31981
30401
|
"name": "[up.x]",
|
|
31982
30402
|
"description": "Set only the x component of up"
|
|
@@ -32041,18 +30461,6 @@
|
|
|
32041
30461
|
"name": "[scale.z]",
|
|
32042
30462
|
"description": "Set only the z component of scale"
|
|
32043
30463
|
},
|
|
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
|
-
},
|
|
32056
30464
|
{
|
|
32057
30465
|
"name": "(attached)",
|
|
32058
30466
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -32166,6 +30574,14 @@
|
|
|
32166
30574
|
"name": "[bones]",
|
|
32167
30575
|
"description": "Bound bones property"
|
|
32168
30576
|
},
|
|
30577
|
+
{
|
|
30578
|
+
"name": "matrixAutoUpdate",
|
|
30579
|
+
"description": "SkeletonHelper.matrixAutoUpdate"
|
|
30580
|
+
},
|
|
30581
|
+
{
|
|
30582
|
+
"name": "[matrixAutoUpdate]",
|
|
30583
|
+
"description": "Bound matrixAutoUpdate property"
|
|
30584
|
+
},
|
|
32169
30585
|
{
|
|
32170
30586
|
"name": "geometry",
|
|
32171
30587
|
"description": "SkeletonHelper.geometry"
|
|
@@ -32278,14 +30694,6 @@
|
|
|
32278
30694
|
"name": "[matrixWorld]",
|
|
32279
30695
|
"description": "Bound matrixWorld property"
|
|
32280
30696
|
},
|
|
32281
|
-
{
|
|
32282
|
-
"name": "matrixAutoUpdate",
|
|
32283
|
-
"description": "SkeletonHelper.matrixAutoUpdate"
|
|
32284
|
-
},
|
|
32285
|
-
{
|
|
32286
|
-
"name": "[matrixAutoUpdate]",
|
|
32287
|
-
"description": "Bound matrixAutoUpdate property"
|
|
32288
|
-
},
|
|
32289
30697
|
{
|
|
32290
30698
|
"name": "matrixWorldAutoUpdate",
|
|
32291
30699
|
"description": "SkeletonHelper.matrixWorldAutoUpdate"
|
|
@@ -32374,38 +30782,6 @@
|
|
|
32374
30782
|
"name": "[customDistanceMaterial]",
|
|
32375
30783
|
"description": "Bound customDistanceMaterial property"
|
|
32376
30784
|
},
|
|
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
|
-
},
|
|
32409
30785
|
{
|
|
32410
30786
|
"name": "[up.x]",
|
|
32411
30787
|
"description": "Set only the x component of up"
|
|
@@ -32470,18 +30846,6 @@
|
|
|
32470
30846
|
"name": "[scale.z]",
|
|
32471
30847
|
"description": "Set only the z component of scale"
|
|
32472
30848
|
},
|
|
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
|
-
},
|
|
32485
30849
|
{
|
|
32486
30850
|
"name": "(attached)",
|
|
32487
30851
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -32579,6 +30943,14 @@
|
|
|
32579
30943
|
"name": "[dispose]",
|
|
32580
30944
|
"description": "Custom dispose function or null to prevent auto-dispose"
|
|
32581
30945
|
},
|
|
30946
|
+
{
|
|
30947
|
+
"name": "cone",
|
|
30948
|
+
"description": "SpotLightHelper.cone"
|
|
30949
|
+
},
|
|
30950
|
+
{
|
|
30951
|
+
"name": "[cone]",
|
|
30952
|
+
"description": "Bound cone property"
|
|
30953
|
+
},
|
|
32582
30954
|
{
|
|
32583
30955
|
"name": "light",
|
|
32584
30956
|
"description": "SpotLightHelper.light"
|
|
@@ -32587,6 +30959,14 @@
|
|
|
32587
30959
|
"name": "[light]",
|
|
32588
30960
|
"description": "Bound light property"
|
|
32589
30961
|
},
|
|
30962
|
+
{
|
|
30963
|
+
"name": "matrix",
|
|
30964
|
+
"description": "matrix - Accepts: THREE.Matrix4 | number[]"
|
|
30965
|
+
},
|
|
30966
|
+
{
|
|
30967
|
+
"name": "[matrix]",
|
|
30968
|
+
"description": "Bound matrix property"
|
|
30969
|
+
},
|
|
32590
30970
|
{
|
|
32591
30971
|
"name": "color",
|
|
32592
30972
|
"description": "color - Accepts: THREE.Color | string | number | [number, number, number]"
|
|
@@ -32596,12 +30976,12 @@
|
|
|
32596
30976
|
"description": "Bound color property"
|
|
32597
30977
|
},
|
|
32598
30978
|
{
|
|
32599
|
-
"name": "
|
|
32600
|
-
"description": "SpotLightHelper.
|
|
30979
|
+
"name": "matrixAutoUpdate",
|
|
30980
|
+
"description": "SpotLightHelper.matrixAutoUpdate"
|
|
32601
30981
|
},
|
|
32602
30982
|
{
|
|
32603
|
-
"name": "[
|
|
32604
|
-
"description": "Bound
|
|
30983
|
+
"name": "[matrixAutoUpdate]",
|
|
30984
|
+
"description": "Bound matrixAutoUpdate property"
|
|
32605
30985
|
},
|
|
32606
30986
|
{
|
|
32607
30987
|
"name": "name",
|
|
@@ -32667,14 +31047,6 @@
|
|
|
32667
31047
|
"name": "[normalMatrix]",
|
|
32668
31048
|
"description": "Bound normalMatrix property"
|
|
32669
31049
|
},
|
|
32670
|
-
{
|
|
32671
|
-
"name": "matrix",
|
|
32672
|
-
"description": "matrix - Accepts: THREE.Matrix4 | number[]"
|
|
32673
|
-
},
|
|
32674
|
-
{
|
|
32675
|
-
"name": "[matrix]",
|
|
32676
|
-
"description": "Bound matrix property"
|
|
32677
|
-
},
|
|
32678
31050
|
{
|
|
32679
31051
|
"name": "matrixWorld",
|
|
32680
31052
|
"description": "matrixWorld - Accepts: THREE.Matrix4 | number[]"
|
|
@@ -32683,14 +31055,6 @@
|
|
|
32683
31055
|
"name": "[matrixWorld]",
|
|
32684
31056
|
"description": "Bound matrixWorld property"
|
|
32685
31057
|
},
|
|
32686
|
-
{
|
|
32687
|
-
"name": "matrixAutoUpdate",
|
|
32688
|
-
"description": "SpotLightHelper.matrixAutoUpdate"
|
|
32689
|
-
},
|
|
32690
|
-
{
|
|
32691
|
-
"name": "[matrixAutoUpdate]",
|
|
32692
|
-
"description": "Bound matrixAutoUpdate property"
|
|
32693
|
-
},
|
|
32694
31058
|
{
|
|
32695
31059
|
"name": "matrixWorldAutoUpdate",
|
|
32696
31060
|
"description": "SpotLightHelper.matrixWorldAutoUpdate"
|
|
@@ -32779,38 +31143,6 @@
|
|
|
32779
31143
|
"name": "[customDistanceMaterial]",
|
|
32780
31144
|
"description": "Bound customDistanceMaterial property"
|
|
32781
31145
|
},
|
|
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
|
-
},
|
|
32814
31146
|
{
|
|
32815
31147
|
"name": "[color.r]",
|
|
32816
31148
|
"description": "Set only the r channel (0-1) of color"
|
|
@@ -32887,18 +31219,6 @@
|
|
|
32887
31219
|
"name": "[scale.z]",
|
|
32888
31220
|
"description": "Set only the z component of scale"
|
|
32889
31221
|
},
|
|
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
|
-
},
|
|
32902
31222
|
{
|
|
32903
31223
|
"name": "(attached)",
|
|
32904
31224
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -33092,14 +31412,6 @@
|
|
|
33092
31412
|
"name": "[playbackRate]",
|
|
33093
31413
|
"description": "Bound playbackRate property"
|
|
33094
31414
|
},
|
|
33095
|
-
{
|
|
33096
|
-
"name": "source",
|
|
33097
|
-
"description": "Audio.source"
|
|
33098
|
-
},
|
|
33099
|
-
{
|
|
33100
|
-
"name": "[source]",
|
|
33101
|
-
"description": "Bound source property"
|
|
33102
|
-
},
|
|
33103
31415
|
{
|
|
33104
31416
|
"name": "sourceType",
|
|
33105
31417
|
"description": "Audio.sourceType"
|
|
@@ -33108,6 +31420,14 @@
|
|
|
33108
31420
|
"name": "[sourceType]",
|
|
33109
31421
|
"description": "Bound sourceType property"
|
|
33110
31422
|
},
|
|
31423
|
+
{
|
|
31424
|
+
"name": "source",
|
|
31425
|
+
"description": "Audio.source"
|
|
31426
|
+
},
|
|
31427
|
+
{
|
|
31428
|
+
"name": "[source]",
|
|
31429
|
+
"description": "Bound source property"
|
|
31430
|
+
},
|
|
33111
31431
|
{
|
|
33112
31432
|
"name": "filters",
|
|
33113
31433
|
"description": "Audio.filters"
|
|
@@ -33292,38 +31612,6 @@
|
|
|
33292
31612
|
"name": "[customDistanceMaterial]",
|
|
33293
31613
|
"description": "Bound customDistanceMaterial property"
|
|
33294
31614
|
},
|
|
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
|
-
},
|
|
33327
31615
|
{
|
|
33328
31616
|
"name": "[up.x]",
|
|
33329
31617
|
"description": "Set only the x component of up"
|
|
@@ -33388,18 +31676,6 @@
|
|
|
33388
31676
|
"name": "[scale.z]",
|
|
33389
31677
|
"description": "Set only the z component of scale"
|
|
33390
31678
|
},
|
|
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
|
-
},
|
|
33403
31679
|
{
|
|
33404
31680
|
"name": "(attached)",
|
|
33405
31681
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -33705,38 +31981,6 @@
|
|
|
33705
31981
|
"name": "[customDistanceMaterial]",
|
|
33706
31982
|
"description": "Bound customDistanceMaterial property"
|
|
33707
31983
|
},
|
|
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
|
-
},
|
|
33740
31984
|
{
|
|
33741
31985
|
"name": "[up.x]",
|
|
33742
31986
|
"description": "Set only the x component of up"
|
|
@@ -33801,18 +32045,6 @@
|
|
|
33801
32045
|
"name": "[scale.z]",
|
|
33802
32046
|
"description": "Set only the z component of scale"
|
|
33803
32047
|
},
|
|
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
|
-
},
|
|
33816
32048
|
{
|
|
33817
32049
|
"name": "(attached)",
|
|
33818
32050
|
"description": "Fires after the element is attached to its parent"
|
|
@@ -34014,14 +32246,6 @@
|
|
|
34014
32246
|
"name": "[playbackRate]",
|
|
34015
32247
|
"description": "Bound playbackRate property"
|
|
34016
32248
|
},
|
|
34017
|
-
{
|
|
34018
|
-
"name": "source",
|
|
34019
|
-
"description": "PositionalAudio.source"
|
|
34020
|
-
},
|
|
34021
|
-
{
|
|
34022
|
-
"name": "[source]",
|
|
34023
|
-
"description": "Bound source property"
|
|
34024
|
-
},
|
|
34025
32249
|
{
|
|
34026
32250
|
"name": "sourceType",
|
|
34027
32251
|
"description": "PositionalAudio.sourceType"
|
|
@@ -34030,6 +32254,14 @@
|
|
|
34030
32254
|
"name": "[sourceType]",
|
|
34031
32255
|
"description": "Bound sourceType property"
|
|
34032
32256
|
},
|
|
32257
|
+
{
|
|
32258
|
+
"name": "source",
|
|
32259
|
+
"description": "PositionalAudio.source"
|
|
32260
|
+
},
|
|
32261
|
+
{
|
|
32262
|
+
"name": "[source]",
|
|
32263
|
+
"description": "Bound source property"
|
|
32264
|
+
},
|
|
34033
32265
|
{
|
|
34034
32266
|
"name": "filters",
|
|
34035
32267
|
"description": "PositionalAudio.filters"
|
|
@@ -34214,38 +32446,6 @@
|
|
|
34214
32446
|
"name": "[customDistanceMaterial]",
|
|
34215
32447
|
"description": "Bound customDistanceMaterial property"
|
|
34216
32448
|
},
|
|
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
|
-
},
|
|
34249
32449
|
{
|
|
34250
32450
|
"name": "[up.x]",
|
|
34251
32451
|
"description": "Set only the x component of up"
|
|
@@ -34310,18 +32510,6 @@
|
|
|
34310
32510
|
"name": "[scale.z]",
|
|
34311
32511
|
"description": "Set only the z component of scale"
|
|
34312
32512
|
},
|
|
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
|
-
},
|
|
34325
32513
|
{
|
|
34326
32514
|
"name": "(attached)",
|
|
34327
32515
|
"description": "Fires after the element is attached to its parent"
|