@pascal-app/core 0.6.0 → 0.7.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/events/bus.d.ts +38 -2
- package/dist/events/bus.d.ts.map +1 -1
- package/dist/hooks/scene-registry/scene-registry.d.ts +2 -0
- package/dist/hooks/scene-registry/scene-registry.d.ts.map +1 -1
- package/dist/hooks/scene-registry/scene-registry.js +2 -0
- package/dist/hooks/spatial-grid/spatial-grid-manager.d.ts.map +1 -1
- package/dist/hooks/spatial-grid/spatial-grid-manager.js +164 -6
- package/dist/index.d.ts +8 -15
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7 -14
- package/dist/lib/door-operation.d.ts +7 -0
- package/dist/lib/door-operation.d.ts.map +1 -0
- package/dist/lib/door-operation.js +25 -0
- package/dist/lib/slab-polygon.d.ts +3 -0
- package/dist/lib/slab-polygon.d.ts.map +1 -0
- package/dist/lib/slab-polygon.js +58 -0
- package/dist/material-library.d.ts +5 -3
- package/dist/material-library.d.ts.map +1 -1
- package/dist/material-library.js +26 -49
- package/dist/schema/asset-url.d.ts +34 -0
- package/dist/schema/asset-url.d.ts.map +1 -0
- package/dist/schema/asset-url.js +79 -0
- package/dist/schema/asset-url.test.d.ts +2 -0
- package/dist/schema/asset-url.test.d.ts.map +1 -0
- package/dist/schema/asset-url.test.js +138 -0
- package/dist/schema/index.d.ts +7 -5
- package/dist/schema/index.d.ts.map +1 -1
- package/dist/schema/index.js +5 -3
- package/dist/schema/material.d.ts +3 -2
- package/dist/schema/material.d.ts.map +1 -1
- package/dist/schema/material.js +13 -11
- package/dist/schema/nodes/ceiling.d.ts +1 -1
- package/dist/schema/nodes/column.d.ts +520 -0
- package/dist/schema/nodes/column.d.ts.map +1 -0
- package/dist/schema/nodes/column.js +385 -0
- package/dist/schema/nodes/door.d.ts +73 -1
- package/dist/schema/nodes/door.d.ts.map +1 -1
- package/dist/schema/nodes/door.js +39 -2
- package/dist/schema/nodes/fence.d.ts +1 -1
- package/dist/schema/nodes/guide.d.ts +17 -0
- package/dist/schema/nodes/guide.d.ts.map +1 -1
- package/dist/schema/nodes/guide.js +11 -1
- package/dist/schema/nodes/item.d.ts +8 -0
- package/dist/schema/nodes/item.d.ts.map +1 -1
- package/dist/schema/nodes/item.js +18 -1
- package/dist/schema/nodes/level.d.ts +1 -1
- package/dist/schema/nodes/level.d.ts.map +1 -1
- package/dist/schema/nodes/level.js +6 -0
- package/dist/schema/nodes/roof-segment.d.ts +1 -1
- package/dist/schema/nodes/roof.d.ts +4 -4
- package/dist/schema/nodes/scan.d.ts.map +1 -1
- package/dist/schema/nodes/scan.js +2 -1
- package/dist/schema/nodes/site.d.ts +1 -0
- package/dist/schema/nodes/site.d.ts.map +1 -1
- package/dist/schema/nodes/slab.d.ts +1 -1
- package/dist/schema/nodes/spawn.d.ts +24 -0
- package/dist/schema/nodes/spawn.d.ts.map +1 -0
- package/dist/schema/nodes/spawn.js +8 -0
- package/dist/schema/nodes/stair-segment.d.ts +1 -1
- package/dist/schema/nodes/stair.d.ts +8 -8
- package/dist/schema/nodes/wall.d.ts +3 -3
- package/dist/schema/nodes/window.d.ts +56 -1
- package/dist/schema/nodes/window.d.ts.map +1 -1
- package/dist/schema/nodes/window.js +29 -0
- package/dist/schema/types.d.ts +324 -21
- package/dist/schema/types.d.ts.map +1 -1
- package/dist/schema/types.js +4 -0
- package/dist/store/actions/node-actions.d.ts.map +1 -1
- package/dist/store/actions/node-actions.js +6 -5
- package/dist/store/use-interactive.d.ts +43 -0
- package/dist/store/use-interactive.d.ts.map +1 -1
- package/dist/store/use-interactive.js +66 -0
- package/dist/store/use-scene.d.ts.map +1 -1
- package/dist/store/use-scene.js +60 -2
- package/dist/systems/stair/stair-opening-sync.d.ts.map +1 -1
- package/dist/systems/stair/stair-opening-sync.js +81 -20
- package/dist/systems/stair/stair-opening-sync.test.d.ts +2 -0
- package/dist/systems/stair/stair-opening-sync.test.d.ts.map +1 -0
- package/dist/systems/stair/stair-opening-sync.test.js +65 -0
- package/dist/systems/stair/stair-system.js +1 -1
- package/package.json +31 -3
|
@@ -0,0 +1,520 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const ColumnStyle: z.ZodEnum<{
|
|
3
|
+
plain: "plain";
|
|
4
|
+
faceted: "faceted";
|
|
5
|
+
fluted: "fluted";
|
|
6
|
+
"lathe-turned": "lathe-turned";
|
|
7
|
+
"dravidian-carved": "dravidian-carved";
|
|
8
|
+
cluster: "cluster";
|
|
9
|
+
}>;
|
|
10
|
+
export declare const ColumnCrossSection: z.ZodEnum<{
|
|
11
|
+
round: "round";
|
|
12
|
+
square: "square";
|
|
13
|
+
rectangular: "rectangular";
|
|
14
|
+
octagonal: "octagonal";
|
|
15
|
+
"sixteen-sided": "sixteen-sided";
|
|
16
|
+
}>;
|
|
17
|
+
export declare const ColumnShaftProfile: z.ZodEnum<{
|
|
18
|
+
straight: "straight";
|
|
19
|
+
tapered: "tapered";
|
|
20
|
+
bulged: "bulged";
|
|
21
|
+
baluster: "baluster";
|
|
22
|
+
hourglass: "hourglass";
|
|
23
|
+
}>;
|
|
24
|
+
export declare const ColumnShaftDetail: z.ZodEnum<{
|
|
25
|
+
fluted: "fluted";
|
|
26
|
+
"lathe-turned": "lathe-turned";
|
|
27
|
+
none: "none";
|
|
28
|
+
spiral: "spiral";
|
|
29
|
+
panelled: "panelled";
|
|
30
|
+
}>;
|
|
31
|
+
export declare const ColumnPanelShape: z.ZodEnum<{
|
|
32
|
+
rectangle: "rectangle";
|
|
33
|
+
arched: "arched";
|
|
34
|
+
diamond: "diamond";
|
|
35
|
+
}>;
|
|
36
|
+
export declare const ColumnBaseStyle: z.ZodEnum<{
|
|
37
|
+
none: "none";
|
|
38
|
+
"simple-square": "simple-square";
|
|
39
|
+
"round-rings": "round-rings";
|
|
40
|
+
"square-plinth": "square-plinth";
|
|
41
|
+
"stepped-square": "stepped-square";
|
|
42
|
+
lotus: "lotus";
|
|
43
|
+
"ribbed-lotus": "ribbed-lotus";
|
|
44
|
+
"panelled-pedestal": "panelled-pedestal";
|
|
45
|
+
}>;
|
|
46
|
+
export declare const ColumnCapitalStyle: z.ZodEnum<{
|
|
47
|
+
none: "none";
|
|
48
|
+
simple: "simple";
|
|
49
|
+
"simple-slab": "simple-slab";
|
|
50
|
+
rounded: "rounded";
|
|
51
|
+
stepped: "stepped";
|
|
52
|
+
doric: "doric";
|
|
53
|
+
volute: "volute";
|
|
54
|
+
"ionic-volute": "ionic-volute";
|
|
55
|
+
"leaf-carved": "leaf-carved";
|
|
56
|
+
"corinthian-leaf": "corinthian-leaf";
|
|
57
|
+
"south-indian-bracket": "south-indian-bracket";
|
|
58
|
+
"wood-bracket": "wood-bracket";
|
|
59
|
+
}>;
|
|
60
|
+
export declare const ColumnRingPlacement: z.ZodEnum<{
|
|
61
|
+
ends: "ends";
|
|
62
|
+
even: "even";
|
|
63
|
+
top: "top";
|
|
64
|
+
bottom: "bottom";
|
|
65
|
+
}>;
|
|
66
|
+
export declare const ColumnCarvingPlacement: z.ZodEnum<{
|
|
67
|
+
shaft: "shaft";
|
|
68
|
+
base: "base";
|
|
69
|
+
capital: "capital";
|
|
70
|
+
all: "all";
|
|
71
|
+
}>;
|
|
72
|
+
export type ColumnStyle = z.infer<typeof ColumnStyle>;
|
|
73
|
+
export type ColumnCrossSection = z.infer<typeof ColumnCrossSection>;
|
|
74
|
+
export type ColumnShaftProfile = z.infer<typeof ColumnShaftProfile>;
|
|
75
|
+
export type ColumnShaftDetail = z.infer<typeof ColumnShaftDetail>;
|
|
76
|
+
export type ColumnPanelShape = z.infer<typeof ColumnPanelShape>;
|
|
77
|
+
export type ColumnBaseStyle = z.infer<typeof ColumnBaseStyle>;
|
|
78
|
+
export type ColumnCapitalStyle = z.infer<typeof ColumnCapitalStyle>;
|
|
79
|
+
export type ColumnRingPlacement = z.infer<typeof ColumnRingPlacement>;
|
|
80
|
+
export type ColumnCarvingPlacement = z.infer<typeof ColumnCarvingPlacement>;
|
|
81
|
+
export declare const ColumnNode: z.ZodObject<{
|
|
82
|
+
object: z.ZodDefault<z.ZodLiteral<"node">>;
|
|
83
|
+
name: z.ZodOptional<z.ZodString>;
|
|
84
|
+
parentId: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
85
|
+
visible: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
86
|
+
camera: z.ZodOptional<z.ZodObject<{
|
|
87
|
+
position: z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>;
|
|
88
|
+
target: z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>;
|
|
89
|
+
mode: z.ZodDefault<z.ZodEnum<{
|
|
90
|
+
perspective: "perspective";
|
|
91
|
+
orthographic: "orthographic";
|
|
92
|
+
}>>;
|
|
93
|
+
fov: z.ZodOptional<z.ZodNumber>;
|
|
94
|
+
zoom: z.ZodOptional<z.ZodNumber>;
|
|
95
|
+
}, z.core.$strip>>;
|
|
96
|
+
metadata: z.ZodDefault<z.ZodOptional<z.ZodJSONSchema>>;
|
|
97
|
+
id: z.ZodDefault<z.ZodTemplateLiteral<`column_${string}`>>;
|
|
98
|
+
type: z.ZodDefault<z.ZodLiteral<"column">>;
|
|
99
|
+
position: z.ZodDefault<z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber], null>>;
|
|
100
|
+
rotation: z.ZodDefault<z.ZodNumber>;
|
|
101
|
+
style: z.ZodDefault<z.ZodEnum<{
|
|
102
|
+
plain: "plain";
|
|
103
|
+
faceted: "faceted";
|
|
104
|
+
fluted: "fluted";
|
|
105
|
+
"lathe-turned": "lathe-turned";
|
|
106
|
+
"dravidian-carved": "dravidian-carved";
|
|
107
|
+
cluster: "cluster";
|
|
108
|
+
}>>;
|
|
109
|
+
crossSection: z.ZodDefault<z.ZodEnum<{
|
|
110
|
+
round: "round";
|
|
111
|
+
square: "square";
|
|
112
|
+
rectangular: "rectangular";
|
|
113
|
+
octagonal: "octagonal";
|
|
114
|
+
"sixteen-sided": "sixteen-sided";
|
|
115
|
+
}>>;
|
|
116
|
+
height: z.ZodDefault<z.ZodNumber>;
|
|
117
|
+
radius: z.ZodDefault<z.ZodNumber>;
|
|
118
|
+
width: z.ZodDefault<z.ZodNumber>;
|
|
119
|
+
depth: z.ZodDefault<z.ZodNumber>;
|
|
120
|
+
edgeSoftness: z.ZodDefault<z.ZodNumber>;
|
|
121
|
+
baseHeight: z.ZodDefault<z.ZodNumber>;
|
|
122
|
+
capitalHeight: z.ZodDefault<z.ZodNumber>;
|
|
123
|
+
shaftProfile: z.ZodDefault<z.ZodEnum<{
|
|
124
|
+
straight: "straight";
|
|
125
|
+
tapered: "tapered";
|
|
126
|
+
bulged: "bulged";
|
|
127
|
+
baluster: "baluster";
|
|
128
|
+
hourglass: "hourglass";
|
|
129
|
+
}>>;
|
|
130
|
+
shaftTaper: z.ZodDefault<z.ZodNumber>;
|
|
131
|
+
shaftBulge: z.ZodDefault<z.ZodNumber>;
|
|
132
|
+
shaftStartScale: z.ZodDefault<z.ZodNumber>;
|
|
133
|
+
shaftEndScale: z.ZodDefault<z.ZodNumber>;
|
|
134
|
+
shaftSegmentCount: z.ZodDefault<z.ZodNumber>;
|
|
135
|
+
shaftTwistStep: z.ZodDefault<z.ZodNumber>;
|
|
136
|
+
shaftCornerRadius: z.ZodDefault<z.ZodNumber>;
|
|
137
|
+
shaftDetail: z.ZodDefault<z.ZodEnum<{
|
|
138
|
+
fluted: "fluted";
|
|
139
|
+
"lathe-turned": "lathe-turned";
|
|
140
|
+
none: "none";
|
|
141
|
+
spiral: "spiral";
|
|
142
|
+
panelled: "panelled";
|
|
143
|
+
}>>;
|
|
144
|
+
baseStyle: z.ZodDefault<z.ZodEnum<{
|
|
145
|
+
none: "none";
|
|
146
|
+
"simple-square": "simple-square";
|
|
147
|
+
"round-rings": "round-rings";
|
|
148
|
+
"square-plinth": "square-plinth";
|
|
149
|
+
"stepped-square": "stepped-square";
|
|
150
|
+
lotus: "lotus";
|
|
151
|
+
"ribbed-lotus": "ribbed-lotus";
|
|
152
|
+
"panelled-pedestal": "panelled-pedestal";
|
|
153
|
+
}>>;
|
|
154
|
+
baseWidthScale: z.ZodDefault<z.ZodNumber>;
|
|
155
|
+
baseDepthScale: z.ZodDefault<z.ZodNumber>;
|
|
156
|
+
baseTierCount: z.ZodDefault<z.ZodNumber>;
|
|
157
|
+
baseStepSpread: z.ZodDefault<z.ZodNumber>;
|
|
158
|
+
basePlinthHeightRatio: z.ZodDefault<z.ZodNumber>;
|
|
159
|
+
baseRoundBandScale: z.ZodDefault<z.ZodNumber>;
|
|
160
|
+
baseNeckScale: z.ZodDefault<z.ZodNumber>;
|
|
161
|
+
baseRoundBandCount: z.ZodDefault<z.ZodNumber>;
|
|
162
|
+
baseRibCount: z.ZodDefault<z.ZodNumber>;
|
|
163
|
+
baseCarvingLevel: z.ZodDefault<z.ZodNumber>;
|
|
164
|
+
basePanelInset: z.ZodDefault<z.ZodNumber>;
|
|
165
|
+
capitalStyle: z.ZodDefault<z.ZodEnum<{
|
|
166
|
+
none: "none";
|
|
167
|
+
simple: "simple";
|
|
168
|
+
"simple-slab": "simple-slab";
|
|
169
|
+
rounded: "rounded";
|
|
170
|
+
stepped: "stepped";
|
|
171
|
+
doric: "doric";
|
|
172
|
+
volute: "volute";
|
|
173
|
+
"ionic-volute": "ionic-volute";
|
|
174
|
+
"leaf-carved": "leaf-carved";
|
|
175
|
+
"corinthian-leaf": "corinthian-leaf";
|
|
176
|
+
"south-indian-bracket": "south-indian-bracket";
|
|
177
|
+
"wood-bracket": "wood-bracket";
|
|
178
|
+
}>>;
|
|
179
|
+
capitalWidthScale: z.ZodDefault<z.ZodNumber>;
|
|
180
|
+
capitalDepthScale: z.ZodDefault<z.ZodNumber>;
|
|
181
|
+
capitalTierCount: z.ZodDefault<z.ZodNumber>;
|
|
182
|
+
capitalStepSpread: z.ZodDefault<z.ZodNumber>;
|
|
183
|
+
capitalBandCount: z.ZodDefault<z.ZodNumber>;
|
|
184
|
+
voluteSize: z.ZodDefault<z.ZodNumber>;
|
|
185
|
+
voluteCount: z.ZodDefault<z.ZodNumber>;
|
|
186
|
+
leafCount: z.ZodDefault<z.ZodNumber>;
|
|
187
|
+
leafRows: z.ZodDefault<z.ZodNumber>;
|
|
188
|
+
bracketDepth: z.ZodDefault<z.ZodNumber>;
|
|
189
|
+
bracketTierCount: z.ZodDefault<z.ZodNumber>;
|
|
190
|
+
pendantCount: z.ZodDefault<z.ZodNumber>;
|
|
191
|
+
capitalCarvingLevel: z.ZodDefault<z.ZodNumber>;
|
|
192
|
+
ringCount: z.ZodDefault<z.ZodNumber>;
|
|
193
|
+
ringPlacement: z.ZodDefault<z.ZodEnum<{
|
|
194
|
+
ends: "ends";
|
|
195
|
+
even: "even";
|
|
196
|
+
top: "top";
|
|
197
|
+
bottom: "bottom";
|
|
198
|
+
}>>;
|
|
199
|
+
ringThickness: z.ZodDefault<z.ZodNumber>;
|
|
200
|
+
ringSpread: z.ZodDefault<z.ZodNumber>;
|
|
201
|
+
fluteCount: z.ZodDefault<z.ZodNumber>;
|
|
202
|
+
fluteDepth: z.ZodDefault<z.ZodNumber>;
|
|
203
|
+
fluteWidth: z.ZodDefault<z.ZodNumber>;
|
|
204
|
+
spiralTwist: z.ZodDefault<z.ZodNumber>;
|
|
205
|
+
spiralRibCount: z.ZodDefault<z.ZodNumber>;
|
|
206
|
+
panelCount: z.ZodDefault<z.ZodNumber>;
|
|
207
|
+
panelInsetDepth: z.ZodDefault<z.ZodNumber>;
|
|
208
|
+
panelShape: z.ZodDefault<z.ZodEnum<{
|
|
209
|
+
rectangle: "rectangle";
|
|
210
|
+
arched: "arched";
|
|
211
|
+
diamond: "diamond";
|
|
212
|
+
}>>;
|
|
213
|
+
latheRingCount: z.ZodDefault<z.ZodNumber>;
|
|
214
|
+
latheRingSpacing: z.ZodDefault<z.ZodEnum<{
|
|
215
|
+
ends: "ends";
|
|
216
|
+
even: "even";
|
|
217
|
+
top: "top";
|
|
218
|
+
bottom: "bottom";
|
|
219
|
+
}>>;
|
|
220
|
+
carvingLevel: z.ZodDefault<z.ZodNumber>;
|
|
221
|
+
carvingPlacement: z.ZodDefault<z.ZodEnum<{
|
|
222
|
+
shaft: "shaft";
|
|
223
|
+
base: "base";
|
|
224
|
+
capital: "capital";
|
|
225
|
+
all: "all";
|
|
226
|
+
}>>;
|
|
227
|
+
lowerBandEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
228
|
+
lowerBandHeight: z.ZodDefault<z.ZodNumber>;
|
|
229
|
+
lowerBandCarvingLevel: z.ZodDefault<z.ZodNumber>;
|
|
230
|
+
dentilCount: z.ZodDefault<z.ZodNumber>;
|
|
231
|
+
beadCount: z.ZodDefault<z.ZodNumber>;
|
|
232
|
+
material: z.ZodOptional<z.ZodObject<{
|
|
233
|
+
id: z.ZodOptional<z.ZodString>;
|
|
234
|
+
preset: z.ZodOptional<z.ZodEnum<{
|
|
235
|
+
white: "white";
|
|
236
|
+
brick: "brick";
|
|
237
|
+
concrete: "concrete";
|
|
238
|
+
wood: "wood";
|
|
239
|
+
glass: "glass";
|
|
240
|
+
metal: "metal";
|
|
241
|
+
plaster: "plaster";
|
|
242
|
+
tile: "tile";
|
|
243
|
+
marble: "marble";
|
|
244
|
+
custom: "custom";
|
|
245
|
+
}>>;
|
|
246
|
+
properties: z.ZodOptional<z.ZodObject<{
|
|
247
|
+
color: z.ZodDefault<z.ZodString>;
|
|
248
|
+
roughness: z.ZodDefault<z.ZodNumber>;
|
|
249
|
+
metalness: z.ZodDefault<z.ZodNumber>;
|
|
250
|
+
opacity: z.ZodDefault<z.ZodNumber>;
|
|
251
|
+
transparent: z.ZodDefault<z.ZodBoolean>;
|
|
252
|
+
side: z.ZodDefault<z.ZodEnum<{
|
|
253
|
+
front: "front";
|
|
254
|
+
back: "back";
|
|
255
|
+
double: "double";
|
|
256
|
+
}>>;
|
|
257
|
+
}, z.core.$strip>>;
|
|
258
|
+
texture: z.ZodOptional<z.ZodObject<{
|
|
259
|
+
url: z.ZodString;
|
|
260
|
+
repeat: z.ZodOptional<z.ZodTuple<[z.ZodNumber, z.ZodNumber], null>>;
|
|
261
|
+
scale: z.ZodOptional<z.ZodNumber>;
|
|
262
|
+
}, z.core.$strip>>;
|
|
263
|
+
}, z.core.$strip>>;
|
|
264
|
+
materialPreset: z.ZodOptional<z.ZodString>;
|
|
265
|
+
}, z.core.$strip>;
|
|
266
|
+
export declare const COLUMN_PRESETS: {
|
|
267
|
+
readonly basicPillar: {
|
|
268
|
+
readonly label: "Straight Round";
|
|
269
|
+
readonly style: "plain";
|
|
270
|
+
readonly crossSection: "round";
|
|
271
|
+
readonly height: 2.9;
|
|
272
|
+
readonly radius: 0.22;
|
|
273
|
+
readonly width: 0.44;
|
|
274
|
+
readonly depth: 0.44;
|
|
275
|
+
readonly edgeSoftness: 0.025;
|
|
276
|
+
readonly baseHeight: 0.22;
|
|
277
|
+
readonly capitalHeight: 0.2;
|
|
278
|
+
readonly shaftProfile: "straight";
|
|
279
|
+
readonly shaftTaper: 0;
|
|
280
|
+
readonly shaftBulge: 0;
|
|
281
|
+
readonly shaftStartScale: 0.72;
|
|
282
|
+
readonly shaftEndScale: 0.72;
|
|
283
|
+
readonly shaftSegmentCount: 1;
|
|
284
|
+
readonly shaftTwistStep: 0;
|
|
285
|
+
readonly shaftCornerRadius: 0.035;
|
|
286
|
+
readonly shaftDetail: "none";
|
|
287
|
+
readonly baseStyle: "square-plinth";
|
|
288
|
+
readonly baseWidthScale: 1.26;
|
|
289
|
+
readonly baseDepthScale: 1.26;
|
|
290
|
+
readonly baseTierCount: 1;
|
|
291
|
+
readonly baseStepSpread: 0.34;
|
|
292
|
+
readonly basePlinthHeightRatio: 0.44;
|
|
293
|
+
readonly baseRoundBandScale: 0.92;
|
|
294
|
+
readonly baseNeckScale: 0.72;
|
|
295
|
+
readonly baseRoundBandCount: 0;
|
|
296
|
+
readonly baseRibCount: 0;
|
|
297
|
+
readonly baseCarvingLevel: 0;
|
|
298
|
+
readonly capitalStyle: "simple-slab";
|
|
299
|
+
readonly capitalWidthScale: 1.22;
|
|
300
|
+
readonly capitalDepthScale: 1.22;
|
|
301
|
+
readonly capitalTierCount: 1;
|
|
302
|
+
readonly capitalStepSpread: 0.34;
|
|
303
|
+
readonly capitalBandCount: 0;
|
|
304
|
+
readonly capitalCarvingLevel: 0;
|
|
305
|
+
readonly ringCount: 0;
|
|
306
|
+
readonly ringSpread: 0.16;
|
|
307
|
+
readonly fluteCount: 0;
|
|
308
|
+
readonly spiralTwist: 0;
|
|
309
|
+
readonly spiralRibCount: 0;
|
|
310
|
+
readonly panelCount: 0;
|
|
311
|
+
readonly latheRingCount: 0;
|
|
312
|
+
readonly carvingLevel: 0;
|
|
313
|
+
readonly lowerBandEnabled: false;
|
|
314
|
+
readonly dentilCount: 0;
|
|
315
|
+
readonly beadCount: 0;
|
|
316
|
+
};
|
|
317
|
+
readonly squarePillar: {
|
|
318
|
+
readonly label: "Square Block";
|
|
319
|
+
readonly style: "faceted";
|
|
320
|
+
readonly crossSection: "square";
|
|
321
|
+
readonly height: 2.9;
|
|
322
|
+
readonly radius: 0.24;
|
|
323
|
+
readonly width: 0.48;
|
|
324
|
+
readonly depth: 0.48;
|
|
325
|
+
readonly edgeSoftness: 0.035;
|
|
326
|
+
readonly baseHeight: 0.22;
|
|
327
|
+
readonly capitalHeight: 0.2;
|
|
328
|
+
readonly shaftProfile: "straight";
|
|
329
|
+
readonly shaftTaper: 0;
|
|
330
|
+
readonly shaftBulge: 0;
|
|
331
|
+
readonly shaftStartScale: 0.72;
|
|
332
|
+
readonly shaftEndScale: 0.72;
|
|
333
|
+
readonly shaftSegmentCount: 1;
|
|
334
|
+
readonly shaftTwistStep: 0;
|
|
335
|
+
readonly shaftCornerRadius: 0.045;
|
|
336
|
+
readonly shaftDetail: "none";
|
|
337
|
+
readonly baseStyle: "simple-square";
|
|
338
|
+
readonly baseWidthScale: 1.18;
|
|
339
|
+
readonly baseDepthScale: 1.18;
|
|
340
|
+
readonly baseTierCount: 1;
|
|
341
|
+
readonly baseStepSpread: 0.34;
|
|
342
|
+
readonly basePlinthHeightRatio: 0.44;
|
|
343
|
+
readonly baseRoundBandScale: 0.92;
|
|
344
|
+
readonly baseNeckScale: 0.72;
|
|
345
|
+
readonly baseRoundBandCount: 0;
|
|
346
|
+
readonly baseRibCount: 0;
|
|
347
|
+
readonly baseCarvingLevel: 0;
|
|
348
|
+
readonly capitalStyle: "simple-slab";
|
|
349
|
+
readonly capitalWidthScale: 1.18;
|
|
350
|
+
readonly capitalDepthScale: 1.18;
|
|
351
|
+
readonly capitalTierCount: 1;
|
|
352
|
+
readonly capitalStepSpread: 0.34;
|
|
353
|
+
readonly capitalBandCount: 0;
|
|
354
|
+
readonly capitalCarvingLevel: 0;
|
|
355
|
+
readonly ringCount: 0;
|
|
356
|
+
readonly ringSpread: 0.16;
|
|
357
|
+
readonly fluteCount: 0;
|
|
358
|
+
readonly spiralTwist: 0;
|
|
359
|
+
readonly spiralRibCount: 0;
|
|
360
|
+
readonly panelCount: 0;
|
|
361
|
+
readonly latheRingCount: 0;
|
|
362
|
+
readonly carvingLevel: 0;
|
|
363
|
+
readonly lowerBandEnabled: false;
|
|
364
|
+
readonly dentilCount: 0;
|
|
365
|
+
readonly beadCount: 0;
|
|
366
|
+
};
|
|
367
|
+
readonly taperedPillar: {
|
|
368
|
+
readonly label: "Tapered Round";
|
|
369
|
+
readonly style: "plain";
|
|
370
|
+
readonly crossSection: "round";
|
|
371
|
+
readonly height: 3;
|
|
372
|
+
readonly radius: 0.23;
|
|
373
|
+
readonly width: 0.46;
|
|
374
|
+
readonly depth: 0.46;
|
|
375
|
+
readonly edgeSoftness: 0.025;
|
|
376
|
+
readonly baseHeight: 0.23;
|
|
377
|
+
readonly capitalHeight: 0.2;
|
|
378
|
+
readonly shaftProfile: "tapered";
|
|
379
|
+
readonly shaftTaper: 0.14;
|
|
380
|
+
readonly shaftBulge: 0;
|
|
381
|
+
readonly shaftStartScale: 0.82;
|
|
382
|
+
readonly shaftEndScale: 0.72;
|
|
383
|
+
readonly shaftSegmentCount: 32;
|
|
384
|
+
readonly shaftTwistStep: 0;
|
|
385
|
+
readonly shaftCornerRadius: 0.035;
|
|
386
|
+
readonly shaftDetail: "none";
|
|
387
|
+
readonly baseStyle: "square-plinth";
|
|
388
|
+
readonly baseWidthScale: 1.26;
|
|
389
|
+
readonly baseDepthScale: 1.26;
|
|
390
|
+
readonly baseTierCount: 1;
|
|
391
|
+
readonly baseStepSpread: 0.34;
|
|
392
|
+
readonly basePlinthHeightRatio: 0.44;
|
|
393
|
+
readonly baseRoundBandScale: 0.92;
|
|
394
|
+
readonly baseNeckScale: 0.72;
|
|
395
|
+
readonly baseRoundBandCount: 0;
|
|
396
|
+
readonly baseRibCount: 0;
|
|
397
|
+
readonly baseCarvingLevel: 0;
|
|
398
|
+
readonly capitalStyle: "simple-slab";
|
|
399
|
+
readonly capitalWidthScale: 1.22;
|
|
400
|
+
readonly capitalDepthScale: 1.22;
|
|
401
|
+
readonly capitalTierCount: 1;
|
|
402
|
+
readonly capitalStepSpread: 0.34;
|
|
403
|
+
readonly capitalBandCount: 0;
|
|
404
|
+
readonly capitalCarvingLevel: 0;
|
|
405
|
+
readonly ringCount: 0;
|
|
406
|
+
readonly ringSpread: 0.16;
|
|
407
|
+
readonly fluteCount: 0;
|
|
408
|
+
readonly spiralTwist: 0;
|
|
409
|
+
readonly spiralRibCount: 0;
|
|
410
|
+
readonly panelCount: 0;
|
|
411
|
+
readonly latheRingCount: 0;
|
|
412
|
+
readonly carvingLevel: 0;
|
|
413
|
+
readonly lowerBandEnabled: false;
|
|
414
|
+
readonly dentilCount: 0;
|
|
415
|
+
readonly beadCount: 0;
|
|
416
|
+
};
|
|
417
|
+
readonly bulgedPillar: {
|
|
418
|
+
readonly label: "Soft Bulged";
|
|
419
|
+
readonly style: "plain";
|
|
420
|
+
readonly crossSection: "round";
|
|
421
|
+
readonly height: 2.9;
|
|
422
|
+
readonly radius: 0.22;
|
|
423
|
+
readonly width: 0.44;
|
|
424
|
+
readonly depth: 0.44;
|
|
425
|
+
readonly edgeSoftness: 0.025;
|
|
426
|
+
readonly baseHeight: 0.22;
|
|
427
|
+
readonly capitalHeight: 0.2;
|
|
428
|
+
readonly shaftProfile: "bulged";
|
|
429
|
+
readonly shaftTaper: 0;
|
|
430
|
+
readonly shaftBulge: 0.12;
|
|
431
|
+
readonly shaftStartScale: 0.68;
|
|
432
|
+
readonly shaftEndScale: 0.68;
|
|
433
|
+
readonly shaftSegmentCount: 32;
|
|
434
|
+
readonly shaftTwistStep: 0;
|
|
435
|
+
readonly shaftCornerRadius: 0.035;
|
|
436
|
+
readonly shaftDetail: "none";
|
|
437
|
+
readonly baseStyle: "square-plinth";
|
|
438
|
+
readonly baseWidthScale: 1.24;
|
|
439
|
+
readonly baseDepthScale: 1.24;
|
|
440
|
+
readonly baseTierCount: 1;
|
|
441
|
+
readonly baseStepSpread: 0.34;
|
|
442
|
+
readonly basePlinthHeightRatio: 0.44;
|
|
443
|
+
readonly baseRoundBandScale: 0.92;
|
|
444
|
+
readonly baseNeckScale: 0.72;
|
|
445
|
+
readonly baseRoundBandCount: 0;
|
|
446
|
+
readonly baseRibCount: 0;
|
|
447
|
+
readonly baseCarvingLevel: 0;
|
|
448
|
+
readonly capitalStyle: "simple-slab";
|
|
449
|
+
readonly capitalWidthScale: 1.2;
|
|
450
|
+
readonly capitalDepthScale: 1.2;
|
|
451
|
+
readonly capitalTierCount: 1;
|
|
452
|
+
readonly capitalStepSpread: 0.34;
|
|
453
|
+
readonly capitalBandCount: 0;
|
|
454
|
+
readonly capitalCarvingLevel: 0;
|
|
455
|
+
readonly ringCount: 0;
|
|
456
|
+
readonly ringSpread: 0.16;
|
|
457
|
+
readonly fluteCount: 0;
|
|
458
|
+
readonly spiralTwist: 0;
|
|
459
|
+
readonly spiralRibCount: 0;
|
|
460
|
+
readonly panelCount: 0;
|
|
461
|
+
readonly latheRingCount: 0;
|
|
462
|
+
readonly carvingLevel: 0;
|
|
463
|
+
readonly lowerBandEnabled: false;
|
|
464
|
+
readonly dentilCount: 0;
|
|
465
|
+
readonly beadCount: 0;
|
|
466
|
+
};
|
|
467
|
+
readonly hourglassPillar: {
|
|
468
|
+
readonly label: "Hourglass";
|
|
469
|
+
readonly style: "plain";
|
|
470
|
+
readonly crossSection: "round";
|
|
471
|
+
readonly height: 2.9;
|
|
472
|
+
readonly radius: 0.22;
|
|
473
|
+
readonly width: 0.44;
|
|
474
|
+
readonly depth: 0.44;
|
|
475
|
+
readonly edgeSoftness: 0.025;
|
|
476
|
+
readonly baseHeight: 0.22;
|
|
477
|
+
readonly capitalHeight: 0.2;
|
|
478
|
+
readonly shaftProfile: "hourglass";
|
|
479
|
+
readonly shaftTaper: 0;
|
|
480
|
+
readonly shaftBulge: 0.12;
|
|
481
|
+
readonly shaftStartScale: 0.84;
|
|
482
|
+
readonly shaftEndScale: 0.84;
|
|
483
|
+
readonly shaftSegmentCount: 32;
|
|
484
|
+
readonly shaftTwistStep: 0;
|
|
485
|
+
readonly shaftCornerRadius: 0.035;
|
|
486
|
+
readonly shaftDetail: "none";
|
|
487
|
+
readonly baseStyle: "square-plinth";
|
|
488
|
+
readonly baseWidthScale: 1.24;
|
|
489
|
+
readonly baseDepthScale: 1.24;
|
|
490
|
+
readonly baseTierCount: 1;
|
|
491
|
+
readonly baseStepSpread: 0.34;
|
|
492
|
+
readonly basePlinthHeightRatio: 0.44;
|
|
493
|
+
readonly baseRoundBandScale: 0.92;
|
|
494
|
+
readonly baseNeckScale: 0.72;
|
|
495
|
+
readonly baseRoundBandCount: 0;
|
|
496
|
+
readonly baseRibCount: 0;
|
|
497
|
+
readonly baseCarvingLevel: 0;
|
|
498
|
+
readonly capitalStyle: "simple-slab";
|
|
499
|
+
readonly capitalWidthScale: 1.2;
|
|
500
|
+
readonly capitalDepthScale: 1.2;
|
|
501
|
+
readonly capitalTierCount: 1;
|
|
502
|
+
readonly capitalStepSpread: 0.34;
|
|
503
|
+
readonly capitalBandCount: 0;
|
|
504
|
+
readonly capitalCarvingLevel: 0;
|
|
505
|
+
readonly ringCount: 0;
|
|
506
|
+
readonly ringSpread: 0.16;
|
|
507
|
+
readonly fluteCount: 0;
|
|
508
|
+
readonly spiralTwist: 0;
|
|
509
|
+
readonly spiralRibCount: 0;
|
|
510
|
+
readonly panelCount: 0;
|
|
511
|
+
readonly latheRingCount: 0;
|
|
512
|
+
readonly carvingLevel: 0;
|
|
513
|
+
readonly lowerBandEnabled: false;
|
|
514
|
+
readonly dentilCount: 0;
|
|
515
|
+
readonly beadCount: 0;
|
|
516
|
+
};
|
|
517
|
+
};
|
|
518
|
+
export type ColumnPresetId = keyof typeof COLUMN_PRESETS;
|
|
519
|
+
export type ColumnNode = z.infer<typeof ColumnNode>;
|
|
520
|
+
//# sourceMappingURL=column.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"column.d.ts","sourceRoot":"","sources":["../../../src/schema/nodes/column.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAIvB,eAAO,MAAM,WAAW;;;;;;;EAOtB,CAAA;AAEF,eAAO,MAAM,kBAAkB;;;;;;EAM7B,CAAA;AAEF,eAAO,MAAM,kBAAkB;;;;;;EAAqE,CAAA;AAEpG,eAAO,MAAM,iBAAiB;;;;;;EAAmE,CAAA;AAEjG,eAAO,MAAM,gBAAgB;;;;EAA6C,CAAA;AAE1E,eAAO,MAAM,eAAe;;;;;;;;;EAS1B,CAAA;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;EAa7B,CAAA;AAEF,eAAO,MAAM,mBAAmB;;;;;EAA4C,CAAA;AAE5E,eAAO,MAAM,sBAAsB;;;;;EAA8C,CAAA;AAEjF,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAA;AACrD,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AACnE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AACnE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA;AACjE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAC/D,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAA;AAC7D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AACnE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AACrE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAE3E,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAoFrB,CAAA;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2PiE,CAAA;AAE5F,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,cAAc,CAAA;AAExD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAA"}
|