MCPcopy Create free account

hub / github.com/ModelRift/terrain-to-3d / functions

Functions136 in github.com/ModelRift/terrain-to-3d

FunctionFieldLegend
({ className, variant = "legend", ...props }: React.ComponentProps<"legend"> & { variant?: "legend" | "l
src/components/ui/field.tsx:18
FunctionFieldSeparator
({ children, className, ...props }: React.ComponentProps<"div"> & { children?: React.ReactNode })
src/components/ui/field.tsx:136
FunctionFieldSet
({ className, ...props }: React.ComponentProps<"fieldset">)
src/components/ui/field.tsx:8
FunctionFieldTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/field.tsx:108
FunctionFirstFrameProbe
({ cycle, onFirstFrame, }: { cycle: number; onFirstFrame: () => void; })
src/components/terrain-viewer.tsx:146
FunctionHeightmapPreview
({ dataUrl, elevMin, elevMax, onDownloadDat }: Props)
src/components/heightmap-preview.tsx:12
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
src/components/ui/input.tsx:5
FunctionInputGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/input-group.tsx:11
FunctionInputGroupAddon
({ className, align = "inline-start", ...props }: React.ComponentProps<"div"> & VariantProps<typeof inpu
src/components/ui/input-group.tsx:44
FunctionInputGroupButton
({ className, type = "button", variant = "ghost", size = "xs", ...props }: Omit<React.ComponentProps
src/components/ui/input-group.tsx:83
FunctionInputGroupInput
({ className, ...props }: React.ComponentProps<"input">)
src/components/ui/input-group.tsx:114
FunctionInputGroupText
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/input-group.tsx:102
FunctionInputGroupTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/input-group.tsx:127
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/label.tsx:8
FunctionLogPane
({ logs, status, error }: Props)
src/components/log-pane.tsx:9
FunctionScadViewer
({ code }: Props)
src/components/scad-viewer.tsx:5
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "item-aligned", align = "center", ...props }: React.ComponentProp
src/components/ui/select.tsx:60
FunctionSelectGroup
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
src/components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
src/components/ui/select.tsx:106
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
src/components/ui/select.tsx:93
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
src/components/ui/select.tsx:159
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
src/components/ui/select.tsx:143
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:130
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
src/components/ui/select.tsx:34
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:28
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
src/components/ui/separator.tsx:6
FunctionSlider
({ className, defaultValue, value, min = 0, max = 100, ...props }: React.ComponentProps<typeof Sli
src/components/ui/slider.tsx:6
FunctionSpinner
({ status }: { status?: string })
src/components/terrain-viewer.tsx:167
FunctionStatusBar
({ status, error }: Props)
src/components/status-bar.tsx:6
FunctionStlMesh
({ stlData, cycle, onParsed, }: { stlData: Uint8Array; cycle: number; onParsed: (info: ParseInfo)
src/components/terrain-viewer.tsx:97
FunctionTerrainControls
({ params, onChange, onStep1, onStep2, isFetching, isCompiling, step1Done, uploadFileName, o
src/components/terrain-controls.tsx:44
FunctionTerrainViewer
({ stlData, resultMeta, isLoading, loadingStatus, isOutdated, onRenderStl, canRenderStl, onLog
src/components/terrain-viewer.tsx:182
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/textarea.tsx:5
FunctiononKeyDown
(event: KeyboardEvent)
src/components/terrain-viewer.tsx:281
FunctionuseComboboxAnchor
()
src/components/ui/combobox.tsx:273
← previous101–136 of 136, ranked by callers