@almadar/core 10.46.0 → 10.48.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/dist/builders.d.ts +3 -3
- package/dist/builders.js +7 -0
- package/dist/builders.js.map +1 -1
- package/dist/{effect-DomdqOGT.d.ts → effect-DiHGegt9.d.ts} +120 -17
- package/dist/entityAccess-OjD7XSBO.d.ts +33 -0
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +7 -0
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +8 -7
- package/dist/index.js +741 -6
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +6 -34
- package/dist/mock/index.js +7 -0
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +6 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +1482 -7
- package/dist/patterns/index.js +704 -5
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +696 -3
- package/dist/patterns/registry.json +696 -3
- package/dist/{schema-B2h0ZwN5.d.ts → schema-C0QwW3G2.d.ts} +866 -38
- package/dist/{trait-B1oP0din.d.ts → trait-pw49W-zL.d.ts} +121 -1
- package/dist/types/index.d.ts +7 -7
- package/dist/types/index.js +8 -0
- package/dist/types/index.js.map +1 -1
- package/dist/{types-ijezwoxO.d.ts → types-1DvdNPye.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-07-
|
|
3
|
+
"exportedAt": "2026-07-31T10:02:24.207Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -39378,7 +39378,8 @@
|
|
|
39378
39378
|
],
|
|
39379
39379
|
"enumValues": [
|
|
39380
39380
|
"linear",
|
|
39381
|
-
"radial"
|
|
39381
|
+
"radial",
|
|
39382
|
+
"conic"
|
|
39382
39383
|
]
|
|
39383
39384
|
},
|
|
39384
39385
|
"from": {
|
|
@@ -39401,6 +39402,11 @@
|
|
|
39401
39402
|
"number"
|
|
39402
39403
|
]
|
|
39403
39404
|
},
|
|
39405
|
+
"angle": {
|
|
39406
|
+
"types": [
|
|
39407
|
+
"number"
|
|
39408
|
+
]
|
|
39409
|
+
},
|
|
39404
39410
|
"stops": {
|
|
39405
39411
|
"types": [
|
|
39406
39412
|
"array"
|
|
@@ -39417,6 +39423,46 @@
|
|
|
39417
39423
|
"stops"
|
|
39418
39424
|
]
|
|
39419
39425
|
},
|
|
39426
|
+
"fillPattern": {
|
|
39427
|
+
"types": [
|
|
39428
|
+
"object"
|
|
39429
|
+
],
|
|
39430
|
+
"description": "Repeating texture painted over the fill (grain / tiling image).",
|
|
39431
|
+
"properties": {
|
|
39432
|
+
"kind": {
|
|
39433
|
+
"types": [
|
|
39434
|
+
"string"
|
|
39435
|
+
],
|
|
39436
|
+
"enumValues": [
|
|
39437
|
+
"noise",
|
|
39438
|
+
"image"
|
|
39439
|
+
]
|
|
39440
|
+
},
|
|
39441
|
+
"url": {
|
|
39442
|
+
"types": [
|
|
39443
|
+
"string"
|
|
39444
|
+
]
|
|
39445
|
+
},
|
|
39446
|
+
"scale": {
|
|
39447
|
+
"types": [
|
|
39448
|
+
"number"
|
|
39449
|
+
]
|
|
39450
|
+
},
|
|
39451
|
+
"alpha": {
|
|
39452
|
+
"types": [
|
|
39453
|
+
"number"
|
|
39454
|
+
]
|
|
39455
|
+
},
|
|
39456
|
+
"color": {
|
|
39457
|
+
"types": [
|
|
39458
|
+
"string"
|
|
39459
|
+
]
|
|
39460
|
+
}
|
|
39461
|
+
},
|
|
39462
|
+
"propertyRequired": [
|
|
39463
|
+
"kind"
|
|
39464
|
+
]
|
|
39465
|
+
},
|
|
39420
39466
|
"stroke": {
|
|
39421
39467
|
"types": [
|
|
39422
39468
|
"string"
|
|
@@ -39429,6 +39475,115 @@
|
|
|
39429
39475
|
],
|
|
39430
39476
|
"description": "strokeWidth prop"
|
|
39431
39477
|
},
|
|
39478
|
+
"strokeGradient": {
|
|
39479
|
+
"types": [
|
|
39480
|
+
"object"
|
|
39481
|
+
],
|
|
39482
|
+
"description": "Gradient stroke in world units; overrides `stroke` when present.",
|
|
39483
|
+
"properties": {
|
|
39484
|
+
"kind": {
|
|
39485
|
+
"types": [
|
|
39486
|
+
"string"
|
|
39487
|
+
],
|
|
39488
|
+
"enumValues": [
|
|
39489
|
+
"linear",
|
|
39490
|
+
"radial",
|
|
39491
|
+
"conic"
|
|
39492
|
+
]
|
|
39493
|
+
},
|
|
39494
|
+
"from": {
|
|
39495
|
+
"types": [
|
|
39496
|
+
"object"
|
|
39497
|
+
]
|
|
39498
|
+
},
|
|
39499
|
+
"to": {
|
|
39500
|
+
"types": [
|
|
39501
|
+
"object"
|
|
39502
|
+
]
|
|
39503
|
+
},
|
|
39504
|
+
"center": {
|
|
39505
|
+
"types": [
|
|
39506
|
+
"object"
|
|
39507
|
+
]
|
|
39508
|
+
},
|
|
39509
|
+
"radius": {
|
|
39510
|
+
"types": [
|
|
39511
|
+
"number"
|
|
39512
|
+
]
|
|
39513
|
+
},
|
|
39514
|
+
"angle": {
|
|
39515
|
+
"types": [
|
|
39516
|
+
"number"
|
|
39517
|
+
]
|
|
39518
|
+
},
|
|
39519
|
+
"stops": {
|
|
39520
|
+
"types": [
|
|
39521
|
+
"array"
|
|
39522
|
+
],
|
|
39523
|
+
"items": {
|
|
39524
|
+
"types": [
|
|
39525
|
+
"object"
|
|
39526
|
+
]
|
|
39527
|
+
}
|
|
39528
|
+
}
|
|
39529
|
+
},
|
|
39530
|
+
"propertyRequired": [
|
|
39531
|
+
"kind",
|
|
39532
|
+
"stops"
|
|
39533
|
+
]
|
|
39534
|
+
},
|
|
39535
|
+
"strokeDash": {
|
|
39536
|
+
"types": [
|
|
39537
|
+
"array"
|
|
39538
|
+
],
|
|
39539
|
+
"description": "Dash pattern in painter-px (constant under group scale, like `strokeWidth`).",
|
|
39540
|
+
"items": {
|
|
39541
|
+
"types": [
|
|
39542
|
+
"number"
|
|
39543
|
+
]
|
|
39544
|
+
}
|
|
39545
|
+
},
|
|
39546
|
+
"strokeDashOffset": {
|
|
39547
|
+
"types": [
|
|
39548
|
+
"number"
|
|
39549
|
+
],
|
|
39550
|
+
"description": "Dash phase offset in painter-px; animatable (marching ants)."
|
|
39551
|
+
},
|
|
39552
|
+
"blendMode": {
|
|
39553
|
+
"types": [
|
|
39554
|
+
"string"
|
|
39555
|
+
],
|
|
39556
|
+
"description": "Composite/blend mode for this shape's draws (`lighter`, `multiply`, `screen`, …).",
|
|
39557
|
+
"enumValues": [
|
|
39558
|
+
"source-over",
|
|
39559
|
+
"lighter",
|
|
39560
|
+
"multiply",
|
|
39561
|
+
"screen",
|
|
39562
|
+
"overlay",
|
|
39563
|
+
"darken",
|
|
39564
|
+
"lighten",
|
|
39565
|
+
"color-dodge",
|
|
39566
|
+
"color-burn",
|
|
39567
|
+
"hard-light",
|
|
39568
|
+
"soft-light",
|
|
39569
|
+
"difference",
|
|
39570
|
+
"exclusion",
|
|
39571
|
+
"hue",
|
|
39572
|
+
"saturation",
|
|
39573
|
+
"color",
|
|
39574
|
+
"luminosity",
|
|
39575
|
+
"source-atop",
|
|
39576
|
+
"destination-over",
|
|
39577
|
+
"destination-out",
|
|
39578
|
+
"xor"
|
|
39579
|
+
]
|
|
39580
|
+
},
|
|
39581
|
+
"blur": {
|
|
39582
|
+
"types": [
|
|
39583
|
+
"number"
|
|
39584
|
+
],
|
|
39585
|
+
"description": "Gaussian blur in painter-px. Expensive — forces an intermediate raster; use sparingly."
|
|
39586
|
+
},
|
|
39432
39587
|
"rotate": {
|
|
39433
39588
|
"types": [
|
|
39434
39589
|
"number"
|
|
@@ -39538,6 +39693,16 @@
|
|
|
39538
39693
|
"number"
|
|
39539
39694
|
]
|
|
39540
39695
|
},
|
|
39696
|
+
"strokeDashOffset": {
|
|
39697
|
+
"types": [
|
|
39698
|
+
"number"
|
|
39699
|
+
]
|
|
39700
|
+
},
|
|
39701
|
+
"blur": {
|
|
39702
|
+
"types": [
|
|
39703
|
+
"number"
|
|
39704
|
+
]
|
|
39705
|
+
},
|
|
39541
39706
|
"fill": {
|
|
39542
39707
|
"types": [
|
|
39543
39708
|
"string"
|
|
@@ -40060,7 +40225,8 @@
|
|
|
40060
40225
|
],
|
|
40061
40226
|
"enumValues": [
|
|
40062
40227
|
"linear",
|
|
40063
|
-
"radial"
|
|
40228
|
+
"radial",
|
|
40229
|
+
"conic"
|
|
40064
40230
|
]
|
|
40065
40231
|
},
|
|
40066
40232
|
"from": {
|
|
@@ -40083,6 +40249,11 @@
|
|
|
40083
40249
|
"number"
|
|
40084
40250
|
]
|
|
40085
40251
|
},
|
|
40252
|
+
"angle": {
|
|
40253
|
+
"types": [
|
|
40254
|
+
"number"
|
|
40255
|
+
]
|
|
40256
|
+
},
|
|
40086
40257
|
"stops": {
|
|
40087
40258
|
"types": [
|
|
40088
40259
|
"array"
|
|
@@ -40099,6 +40270,45 @@
|
|
|
40099
40270
|
"stops"
|
|
40100
40271
|
]
|
|
40101
40272
|
},
|
|
40273
|
+
"fillPattern": {
|
|
40274
|
+
"types": [
|
|
40275
|
+
"object"
|
|
40276
|
+
],
|
|
40277
|
+
"properties": {
|
|
40278
|
+
"kind": {
|
|
40279
|
+
"types": [
|
|
40280
|
+
"string"
|
|
40281
|
+
],
|
|
40282
|
+
"enumValues": [
|
|
40283
|
+
"noise",
|
|
40284
|
+
"image"
|
|
40285
|
+
]
|
|
40286
|
+
},
|
|
40287
|
+
"url": {
|
|
40288
|
+
"types": [
|
|
40289
|
+
"string"
|
|
40290
|
+
]
|
|
40291
|
+
},
|
|
40292
|
+
"scale": {
|
|
40293
|
+
"types": [
|
|
40294
|
+
"number"
|
|
40295
|
+
]
|
|
40296
|
+
},
|
|
40297
|
+
"alpha": {
|
|
40298
|
+
"types": [
|
|
40299
|
+
"number"
|
|
40300
|
+
]
|
|
40301
|
+
},
|
|
40302
|
+
"color": {
|
|
40303
|
+
"types": [
|
|
40304
|
+
"string"
|
|
40305
|
+
]
|
|
40306
|
+
}
|
|
40307
|
+
},
|
|
40308
|
+
"required": [
|
|
40309
|
+
"kind"
|
|
40310
|
+
]
|
|
40311
|
+
},
|
|
40102
40312
|
"stroke": {
|
|
40103
40313
|
"types": [
|
|
40104
40314
|
"string"
|
|
@@ -40109,6 +40319,110 @@
|
|
|
40109
40319
|
"number"
|
|
40110
40320
|
]
|
|
40111
40321
|
},
|
|
40322
|
+
"strokeGradient": {
|
|
40323
|
+
"types": [
|
|
40324
|
+
"object"
|
|
40325
|
+
],
|
|
40326
|
+
"properties": {
|
|
40327
|
+
"kind": {
|
|
40328
|
+
"types": [
|
|
40329
|
+
"string"
|
|
40330
|
+
],
|
|
40331
|
+
"enumValues": [
|
|
40332
|
+
"linear",
|
|
40333
|
+
"radial",
|
|
40334
|
+
"conic"
|
|
40335
|
+
]
|
|
40336
|
+
},
|
|
40337
|
+
"from": {
|
|
40338
|
+
"types": [
|
|
40339
|
+
"object"
|
|
40340
|
+
]
|
|
40341
|
+
},
|
|
40342
|
+
"to": {
|
|
40343
|
+
"types": [
|
|
40344
|
+
"object"
|
|
40345
|
+
]
|
|
40346
|
+
},
|
|
40347
|
+
"center": {
|
|
40348
|
+
"types": [
|
|
40349
|
+
"object"
|
|
40350
|
+
]
|
|
40351
|
+
},
|
|
40352
|
+
"radius": {
|
|
40353
|
+
"types": [
|
|
40354
|
+
"number"
|
|
40355
|
+
]
|
|
40356
|
+
},
|
|
40357
|
+
"angle": {
|
|
40358
|
+
"types": [
|
|
40359
|
+
"number"
|
|
40360
|
+
]
|
|
40361
|
+
},
|
|
40362
|
+
"stops": {
|
|
40363
|
+
"types": [
|
|
40364
|
+
"array"
|
|
40365
|
+
],
|
|
40366
|
+
"items": {
|
|
40367
|
+
"types": [
|
|
40368
|
+
"object"
|
|
40369
|
+
]
|
|
40370
|
+
}
|
|
40371
|
+
}
|
|
40372
|
+
},
|
|
40373
|
+
"required": [
|
|
40374
|
+
"kind",
|
|
40375
|
+
"stops"
|
|
40376
|
+
]
|
|
40377
|
+
},
|
|
40378
|
+
"strokeDash": {
|
|
40379
|
+
"types": [
|
|
40380
|
+
"array"
|
|
40381
|
+
],
|
|
40382
|
+
"items": {
|
|
40383
|
+
"types": [
|
|
40384
|
+
"number"
|
|
40385
|
+
]
|
|
40386
|
+
}
|
|
40387
|
+
},
|
|
40388
|
+
"strokeDashOffset": {
|
|
40389
|
+
"types": [
|
|
40390
|
+
"number"
|
|
40391
|
+
]
|
|
40392
|
+
},
|
|
40393
|
+
"blendMode": {
|
|
40394
|
+
"types": [
|
|
40395
|
+
"string"
|
|
40396
|
+
],
|
|
40397
|
+
"enumValues": [
|
|
40398
|
+
"source-over",
|
|
40399
|
+
"lighter",
|
|
40400
|
+
"multiply",
|
|
40401
|
+
"screen",
|
|
40402
|
+
"overlay",
|
|
40403
|
+
"darken",
|
|
40404
|
+
"lighten",
|
|
40405
|
+
"color-dodge",
|
|
40406
|
+
"color-burn",
|
|
40407
|
+
"hard-light",
|
|
40408
|
+
"soft-light",
|
|
40409
|
+
"difference",
|
|
40410
|
+
"exclusion",
|
|
40411
|
+
"hue",
|
|
40412
|
+
"saturation",
|
|
40413
|
+
"color",
|
|
40414
|
+
"luminosity",
|
|
40415
|
+
"source-atop",
|
|
40416
|
+
"destination-over",
|
|
40417
|
+
"destination-out",
|
|
40418
|
+
"xor"
|
|
40419
|
+
]
|
|
40420
|
+
},
|
|
40421
|
+
"blur": {
|
|
40422
|
+
"types": [
|
|
40423
|
+
"number"
|
|
40424
|
+
]
|
|
40425
|
+
},
|
|
40112
40426
|
"rotate": {
|
|
40113
40427
|
"types": [
|
|
40114
40428
|
"number"
|
|
@@ -40214,6 +40528,16 @@
|
|
|
40214
40528
|
"number"
|
|
40215
40529
|
]
|
|
40216
40530
|
},
|
|
40531
|
+
"strokeDashOffset": {
|
|
40532
|
+
"types": [
|
|
40533
|
+
"number"
|
|
40534
|
+
]
|
|
40535
|
+
},
|
|
40536
|
+
"blur": {
|
|
40537
|
+
"types": [
|
|
40538
|
+
"number"
|
|
40539
|
+
]
|
|
40540
|
+
},
|
|
40217
40541
|
"fill": {
|
|
40218
40542
|
"types": [
|
|
40219
40543
|
"string"
|
|
@@ -40870,6 +41194,18 @@
|
|
|
40870
41194
|
}
|
|
40871
41195
|
}
|
|
40872
41196
|
},
|
|
41197
|
+
"lighting": {
|
|
41198
|
+
"types": [
|
|
41199
|
+
"object"
|
|
41200
|
+
],
|
|
41201
|
+
"description": "3D scene light rig as data — ambient/directional/hemisphere/point lights + optional 'room' environment for PBR reflections. Omitted → the standard fixed rig."
|
|
41202
|
+
},
|
|
41203
|
+
"post": {
|
|
41204
|
+
"types": [
|
|
41205
|
+
"object"
|
|
41206
|
+
],
|
|
41207
|
+
"description": "3D post-processing stack — bloom (emissive glow / neon) and vignette. Omitted → no post pass."
|
|
41208
|
+
},
|
|
40873
41209
|
"tileClickEvent": {
|
|
40874
41210
|
"types": [
|
|
40875
41211
|
"string"
|
|
@@ -41480,6 +41816,12 @@
|
|
|
41480
41816
|
],
|
|
41481
41817
|
"description": "0..1 opacity."
|
|
41482
41818
|
},
|
|
41819
|
+
"clip": {
|
|
41820
|
+
"types": [
|
|
41821
|
+
"string"
|
|
41822
|
+
],
|
|
41823
|
+
"description": "Clip the group's items to an SVG path (`d` syntax) in world units relative to the group origin — masked reveals, meters, portraits."
|
|
41824
|
+
},
|
|
41483
41825
|
"items": {
|
|
41484
41826
|
"types": [
|
|
41485
41827
|
"array"
|
|
@@ -41550,6 +41892,357 @@
|
|
|
41550
41892
|
"description": "Additional CSS classes applied to the trigger button"
|
|
41551
41893
|
}
|
|
41552
41894
|
}
|
|
41895
|
+
},
|
|
41896
|
+
"draw-mesh": {
|
|
41897
|
+
"type": "draw-mesh",
|
|
41898
|
+
"category": "game",
|
|
41899
|
+
"tier": "atoms",
|
|
41900
|
+
"family": "game",
|
|
41901
|
+
"description": "DrawMesh component",
|
|
41902
|
+
"suggestedFor": [
|
|
41903
|
+
"draw",
|
|
41904
|
+
"mesh",
|
|
41905
|
+
"draw mesh"
|
|
41906
|
+
],
|
|
41907
|
+
"typicalSize": "small",
|
|
41908
|
+
"propsSchema": {
|
|
41909
|
+
"id": {
|
|
41910
|
+
"types": [
|
|
41911
|
+
"string"
|
|
41912
|
+
],
|
|
41913
|
+
"description": "Optional source-tagged hit-test handle — the host indexes the drawable's ScenePos→id so a pointer/raycast at that cell resolves to this id (unit/entity click). No id → the host emits only the coordinate (tile click)."
|
|
41914
|
+
},
|
|
41915
|
+
"type": {
|
|
41916
|
+
"types": [
|
|
41917
|
+
"unknown"
|
|
41918
|
+
],
|
|
41919
|
+
"description": "type prop",
|
|
41920
|
+
"required": true
|
|
41921
|
+
},
|
|
41922
|
+
"shape": {
|
|
41923
|
+
"types": [
|
|
41924
|
+
"string"
|
|
41925
|
+
],
|
|
41926
|
+
"description": "shape prop",
|
|
41927
|
+
"required": true,
|
|
41928
|
+
"enumValues": [
|
|
41929
|
+
"box",
|
|
41930
|
+
"sphere",
|
|
41931
|
+
"capsule",
|
|
41932
|
+
"cylinder",
|
|
41933
|
+
"cone",
|
|
41934
|
+
"torus",
|
|
41935
|
+
"plane",
|
|
41936
|
+
"circle"
|
|
41937
|
+
]
|
|
41938
|
+
},
|
|
41939
|
+
"position": {
|
|
41940
|
+
"types": [
|
|
41941
|
+
"object"
|
|
41942
|
+
],
|
|
41943
|
+
"description": "Logical scene position; `z` is height in cells (projected to world Y).",
|
|
41944
|
+
"required": true,
|
|
41945
|
+
"properties": {
|
|
41946
|
+
"x": {
|
|
41947
|
+
"types": [
|
|
41948
|
+
"number"
|
|
41949
|
+
]
|
|
41950
|
+
},
|
|
41951
|
+
"y": {
|
|
41952
|
+
"types": [
|
|
41953
|
+
"number"
|
|
41954
|
+
]
|
|
41955
|
+
},
|
|
41956
|
+
"z": {
|
|
41957
|
+
"types": [
|
|
41958
|
+
"number"
|
|
41959
|
+
]
|
|
41960
|
+
}
|
|
41961
|
+
},
|
|
41962
|
+
"propertyRequired": [
|
|
41963
|
+
"x",
|
|
41964
|
+
"y"
|
|
41965
|
+
],
|
|
41966
|
+
"scenePos": true
|
|
41967
|
+
},
|
|
41968
|
+
"width": {
|
|
41969
|
+
"types": [
|
|
41970
|
+
"number"
|
|
41971
|
+
],
|
|
41972
|
+
"description": "Box/plane X extent in cells (default 1)."
|
|
41973
|
+
},
|
|
41974
|
+
"height": {
|
|
41975
|
+
"types": [
|
|
41976
|
+
"number"
|
|
41977
|
+
],
|
|
41978
|
+
"description": "Box Y (height) extent / capsule-cylinder-cone length in cells (default 1)."
|
|
41979
|
+
},
|
|
41980
|
+
"depth": {
|
|
41981
|
+
"types": [
|
|
41982
|
+
"number"
|
|
41983
|
+
],
|
|
41984
|
+
"description": "Box/plane Z extent in cells (default `width`)."
|
|
41985
|
+
},
|
|
41986
|
+
"radius": {
|
|
41987
|
+
"types": [
|
|
41988
|
+
"number"
|
|
41989
|
+
],
|
|
41990
|
+
"description": "Sphere/capsule/cone/torus/circle radius in cells (default 0.4)."
|
|
41991
|
+
},
|
|
41992
|
+
"radiusTop": {
|
|
41993
|
+
"types": [
|
|
41994
|
+
"number"
|
|
41995
|
+
],
|
|
41996
|
+
"description": "Cylinder top radius (default `radius`)."
|
|
41997
|
+
},
|
|
41998
|
+
"radiusBottom": {
|
|
41999
|
+
"types": [
|
|
42000
|
+
"number"
|
|
42001
|
+
],
|
|
42002
|
+
"description": "Cylinder bottom radius (default `radius`)."
|
|
42003
|
+
},
|
|
42004
|
+
"tube": {
|
|
42005
|
+
"types": [
|
|
42006
|
+
"number"
|
|
42007
|
+
],
|
|
42008
|
+
"description": "Torus tube radius in cells (default `radius` / 3)."
|
|
42009
|
+
},
|
|
42010
|
+
"segments": {
|
|
42011
|
+
"types": [
|
|
42012
|
+
"number"
|
|
42013
|
+
],
|
|
42014
|
+
"description": "Curved-surface tessellation, clamped 3..64 (default 24). 4–8 + `flatShading` = low-poly."
|
|
42015
|
+
},
|
|
42016
|
+
"rotation": {
|
|
42017
|
+
"types": [
|
|
42018
|
+
"array"
|
|
42019
|
+
],
|
|
42020
|
+
"description": "Euler rotation `[x, y, z]` in radians.",
|
|
42021
|
+
"items": {
|
|
42022
|
+
"types": [
|
|
42023
|
+
"number"
|
|
42024
|
+
]
|
|
42025
|
+
}
|
|
42026
|
+
},
|
|
42027
|
+
"pivot": {
|
|
42028
|
+
"types": [
|
|
42029
|
+
"string"
|
|
42030
|
+
],
|
|
42031
|
+
"description": "`bottom` (default) rests the mesh on its position's ground plane; `center` centers it there.",
|
|
42032
|
+
"enumValues": [
|
|
42033
|
+
"bottom",
|
|
42034
|
+
"center"
|
|
42035
|
+
]
|
|
42036
|
+
},
|
|
42037
|
+
"material": {
|
|
42038
|
+
"types": [
|
|
42039
|
+
"object"
|
|
42040
|
+
],
|
|
42041
|
+
"description": "material prop",
|
|
42042
|
+
"properties": {
|
|
42043
|
+
"kind": {
|
|
42044
|
+
"types": [
|
|
42045
|
+
"string"
|
|
42046
|
+
],
|
|
42047
|
+
"enumValues": [
|
|
42048
|
+
"standard",
|
|
42049
|
+
"physical",
|
|
42050
|
+
"toon",
|
|
42051
|
+
"basic"
|
|
42052
|
+
]
|
|
42053
|
+
},
|
|
42054
|
+
"color": {
|
|
42055
|
+
"types": [
|
|
42056
|
+
"string"
|
|
42057
|
+
]
|
|
42058
|
+
},
|
|
42059
|
+
"metalness": {
|
|
42060
|
+
"types": [
|
|
42061
|
+
"number"
|
|
42062
|
+
]
|
|
42063
|
+
},
|
|
42064
|
+
"roughness": {
|
|
42065
|
+
"types": [
|
|
42066
|
+
"number"
|
|
42067
|
+
]
|
|
42068
|
+
},
|
|
42069
|
+
"emissive": {
|
|
42070
|
+
"types": [
|
|
42071
|
+
"string"
|
|
42072
|
+
]
|
|
42073
|
+
},
|
|
42074
|
+
"emissiveIntensity": {
|
|
42075
|
+
"types": [
|
|
42076
|
+
"number"
|
|
42077
|
+
]
|
|
42078
|
+
},
|
|
42079
|
+
"opacity": {
|
|
42080
|
+
"types": [
|
|
42081
|
+
"number"
|
|
42082
|
+
]
|
|
42083
|
+
},
|
|
42084
|
+
"transmission": {
|
|
42085
|
+
"types": [
|
|
42086
|
+
"number"
|
|
42087
|
+
]
|
|
42088
|
+
},
|
|
42089
|
+
"ior": {
|
|
42090
|
+
"types": [
|
|
42091
|
+
"number"
|
|
42092
|
+
]
|
|
42093
|
+
},
|
|
42094
|
+
"flatShading": {
|
|
42095
|
+
"types": [
|
|
42096
|
+
"boolean"
|
|
42097
|
+
]
|
|
42098
|
+
},
|
|
42099
|
+
"side": {
|
|
42100
|
+
"types": [
|
|
42101
|
+
"string"
|
|
42102
|
+
],
|
|
42103
|
+
"enumValues": [
|
|
42104
|
+
"front",
|
|
42105
|
+
"back",
|
|
42106
|
+
"double"
|
|
42107
|
+
]
|
|
42108
|
+
}
|
|
42109
|
+
}
|
|
42110
|
+
},
|
|
42111
|
+
"outline": {
|
|
42112
|
+
"types": [
|
|
42113
|
+
"object"
|
|
42114
|
+
],
|
|
42115
|
+
"description": "outline prop",
|
|
42116
|
+
"properties": {
|
|
42117
|
+
"color": {
|
|
42118
|
+
"types": [
|
|
42119
|
+
"string"
|
|
42120
|
+
]
|
|
42121
|
+
},
|
|
42122
|
+
"width": {
|
|
42123
|
+
"types": [
|
|
42124
|
+
"number"
|
|
42125
|
+
]
|
|
42126
|
+
}
|
|
42127
|
+
}
|
|
42128
|
+
},
|
|
42129
|
+
"castShadow": {
|
|
42130
|
+
"types": [
|
|
42131
|
+
"boolean"
|
|
42132
|
+
],
|
|
42133
|
+
"description": "castShadow prop"
|
|
42134
|
+
},
|
|
42135
|
+
"receiveShadow": {
|
|
42136
|
+
"types": [
|
|
42137
|
+
"boolean"
|
|
42138
|
+
],
|
|
42139
|
+
"description": "receiveShadow prop"
|
|
42140
|
+
},
|
|
42141
|
+
"animation": {
|
|
42142
|
+
"types": [
|
|
42143
|
+
"object"
|
|
42144
|
+
],
|
|
42145
|
+
"description": "Keyframe animation over transform/material tracks; the 3D host runs it per frame.",
|
|
42146
|
+
"properties": {
|
|
42147
|
+
"durationMs": {
|
|
42148
|
+
"types": [
|
|
42149
|
+
"number"
|
|
42150
|
+
]
|
|
42151
|
+
},
|
|
42152
|
+
"loop": {
|
|
42153
|
+
"types": [
|
|
42154
|
+
"boolean"
|
|
42155
|
+
]
|
|
42156
|
+
},
|
|
42157
|
+
"keyframes": {
|
|
42158
|
+
"types": [
|
|
42159
|
+
"array"
|
|
42160
|
+
],
|
|
42161
|
+
"items": {
|
|
42162
|
+
"types": [
|
|
42163
|
+
"object"
|
|
42164
|
+
],
|
|
42165
|
+
"properties": {
|
|
42166
|
+
"at": {
|
|
42167
|
+
"types": [
|
|
42168
|
+
"number"
|
|
42169
|
+
]
|
|
42170
|
+
},
|
|
42171
|
+
"offsetX": {
|
|
42172
|
+
"types": [
|
|
42173
|
+
"number"
|
|
42174
|
+
]
|
|
42175
|
+
},
|
|
42176
|
+
"offsetY": {
|
|
42177
|
+
"types": [
|
|
42178
|
+
"number"
|
|
42179
|
+
]
|
|
42180
|
+
},
|
|
42181
|
+
"offsetZ": {
|
|
42182
|
+
"types": [
|
|
42183
|
+
"number"
|
|
42184
|
+
]
|
|
42185
|
+
},
|
|
42186
|
+
"rotateX": {
|
|
42187
|
+
"types": [
|
|
42188
|
+
"number"
|
|
42189
|
+
]
|
|
42190
|
+
},
|
|
42191
|
+
"rotateY": {
|
|
42192
|
+
"types": [
|
|
42193
|
+
"number"
|
|
42194
|
+
]
|
|
42195
|
+
},
|
|
42196
|
+
"rotateZ": {
|
|
42197
|
+
"types": [
|
|
42198
|
+
"number"
|
|
42199
|
+
]
|
|
42200
|
+
},
|
|
42201
|
+
"scale": {
|
|
42202
|
+
"types": [
|
|
42203
|
+
"number"
|
|
42204
|
+
]
|
|
42205
|
+
},
|
|
42206
|
+
"opacity": {
|
|
42207
|
+
"types": [
|
|
42208
|
+
"number"
|
|
42209
|
+
]
|
|
42210
|
+
},
|
|
42211
|
+
"emissiveIntensity": {
|
|
42212
|
+
"types": [
|
|
42213
|
+
"number"
|
|
42214
|
+
]
|
|
42215
|
+
},
|
|
42216
|
+
"color": {
|
|
42217
|
+
"types": [
|
|
42218
|
+
"string"
|
|
42219
|
+
]
|
|
42220
|
+
},
|
|
42221
|
+
"emissive": {
|
|
42222
|
+
"types": [
|
|
42223
|
+
"string"
|
|
42224
|
+
]
|
|
42225
|
+
}
|
|
42226
|
+
},
|
|
42227
|
+
"required": [
|
|
42228
|
+
"at"
|
|
42229
|
+
]
|
|
42230
|
+
}
|
|
42231
|
+
}
|
|
42232
|
+
},
|
|
42233
|
+
"propertyRequired": [
|
|
42234
|
+
"durationMs",
|
|
42235
|
+
"keyframes"
|
|
42236
|
+
]
|
|
42237
|
+
},
|
|
42238
|
+
"opacity": {
|
|
42239
|
+
"types": [
|
|
42240
|
+
"number"
|
|
42241
|
+
],
|
|
42242
|
+
"description": "0..1 opacity; multiplies the material and enclosing group opacity."
|
|
42243
|
+
}
|
|
42244
|
+
},
|
|
42245
|
+
"drawable": true
|
|
41553
42246
|
}
|
|
41554
42247
|
},
|
|
41555
42248
|
"categories": [
|