MCPcopy Create free account

hub / github.com/Ni55aN/allmatter / functions

Functions182 in github.com/Ni55aN/allmatter

↓ 9 callersMethodcombineWith
(socket: Socket)
src/editor/sockets.ts:6
↓ 9 callersMethodgetButtons
(names = ['Exit', 'Back', 'Next'])
src/tour.ts:127
↓ 8 callersMethodupdatePreview
(texture: WebGLTexture)
src/editor/common/components/texture.ts:18
↓ 7 callersMethodupdateMap
(src: HTMLCanvasElement, mapName: Exclude<keyof typeof this.mesh.material, 'isMaterial'>)
src/components/MaterialPreview.tsx:165
↓ 5 callersMethodcalculate
(inputs: any, expression: any)
src/editor/common/components/binary-operation.ts:44
↓ 5 callersMethodrender
()
src/components/MaterialPreview.tsx:142
↓ 4 callersMethodresize
()
src/components/TextureViewer.tsx:71
↓ 4 callersMethodresize
(w?: number, h?: number)
src/components/MaterialPreview.tsx:146
↓ 4 callersMethodupdate
()
src/editor/components/module/module.ts:38
↓ 3 callersMethodupdate
(maps: Record<string, HTMLCanvasElement>)
src/components/MaterialPreview.tsx:181
↓ 2 callersFunctionaddModule
(name?: string, data?: any)
src/components/Modules.tsx:58
↓ 2 callersFunctionenter
()
src/components/ModuleItem.tsx:20
↓ 2 callersMethodextractCoords
(e: MouseEvent | TouchEvent)
src/components/TextureViewer.tsx:36
↓ 2 callersFunctiongetEditor
()
src/components/Modules.tsx:26
↓ 2 callersFunctionimportEditor
(di: DiContainer, data: Data)
src/editor/import-export.ts:63
↓ 2 callersMethodloadGeometry
(name: string)
src/components/MaterialPreview.tsx:84
↓ 2 callersFunctionopenModule
(name: string)
src/components/Modules.tsx:47
↓ 2 callersFunctionrename
(from: string, to: string)
src/components/Modules.tsx:37
↓ 2 callersFunctionswitchArea
(area: Area)
src/components/Workspace.tsx:51
↓ 2 callersMethodsyncPorts
(inputs: string[], outputs: string[])
src/editor/components/module/module.ts:55
↓ 2 callersFunctiontexture2canvas
(texture: WebGLTexture, w: number, h: number)
src/editor/controls/PreviewUI.tsx:13
↓ 1 callersFunctionclear
()
src/components/Modules.tsx:71
↓ 1 callersMethodcreateCamera
()
src/components/MaterialPreview.tsx:40
↓ 1 callersMethodcreateControls
()
src/components/MaterialPreview.tsx:94
↓ 1 callersFunctioncreateEditor
( container: HTMLElement, getModuleData: () => any, updateMaterial: (maps: Record<string, any>) => void,
src/editor/index.ts:41
↓ 1 callersMethodcreateLights
()
src/components/MaterialPreview.tsx:68
↓ 1 callersMethodcreateMesh
()
src/components/MaterialPreview.tsx:113
↓ 1 callersFunctioncreateNode
(di: DiContainer, name: string, data: any)
src/editor/import-export.ts:8
↓ 1 callersMethodcreateRenderer
()
src/components/MaterialPreview.tsx:53
↓ 1 callersMethodexecute
( inputs: Record<string, any>, editor: NodeEditor<Schemes>, engine: DataflowEngine<Schemes> )
src/editor/modules.ts:43
↓ 1 callersFunctionexit
()
src/components/ModuleItem.tsx:23
↓ 1 callersFunctionexportEditor
(editor: NodeEditor<Schemes>)
src/editor/import-export.ts:88
↓ 1 callersFunctiongetColor
(type: string)
src/editor/utils.ts:10
↓ 1 callersFunctiongetConnectionSockets
( editor: NodeEditor<Schemes>, connection: Schemes["Connection"] )
src/editor/utils.ts:77
↓ 1 callersMethodgetFunction
(expression: any)
src/editor/common/components/binary-operation.ts:22
↓ 1 callersMethodgetPorts
(editor: NodeEditor<Schemes>)
src/editor/modules.ts:97
↓ 1 callersMethodhandleEvents
()
src/components/TextureViewer.tsx:25
↓ 1 callersFunctioninitialData
()
src/components/Modules.tsx:17
↓ 1 callersMethodinjectInputs
(nodes: Schemes["Node"][], inputData: Record<string, any>)
src/editor/modules.ts:62
↓ 1 callersMethodisCompatibleWith
(socket: Socket)
src/editor/sockets.ts:10
↓ 1 callersMethodloadEnvMap
(path: string, format: string)
src/components/MaterialPreview.tsx:127
↓ 1 callersFunctionopened
()
src/components/NodeEditor.tsx:45
↓ 1 callersMethodorder
(a: any, b: any)
src/editor/common/components/binary-operation.ts:28
↓ 1 callersFunctionprocess
()
src/components/NodeEditor.tsx:71
↓ 1 callersFunctionremoveConnections
( editor: NodeEditor<BaseSchemes>, nodeId: NodeId )
src/editor/utils.ts:54
↓ 1 callersMethodretrieveOutputs
(nodes: Schemes["Node"][], engine: DataflowEngine<Schemes>)
src/editor/modules.ts:80
↓ 1 callersMethodserialize
()
src/editor/components/math/pow.ts:38
↓ 1 callersMethodsetTexture
(texture: WebGLTexture)
src/editor/controls/preview.ts:10
↓ 1 callersMethodsetValue
(value: string)
src/editor/controls/color-picker.ts:11
↓ 1 callersMethodstart
()
src/tour.ts:143
↓ 1 callersFunctionsync
()
src/components/Modules.tsx:31
↓ 1 callersMethodtranslate
(x: number, y: number)
src/components/TextureViewer.tsx:67
↓ 1 callersMethodupdate
(src: string)
src/components/TextureViewer.tsx:62
↓ 1 callersFunctionuseEditor
({ changePreview, changeMaterial }: { changePreview: (canvas: HTMLCanvasElement) => void, changeMaterial: (map
src/components/NodeEditor.tsx:31
↓ 1 callersFunctionuseMapsSaver
(filename: string)
src/maps-saver.ts:3
↓ 1 callersFunctionuseModules
({ opened }: { opened: () => void })
src/components/Modules.tsx:19
↓ 1 callersFunctionuseProjectPicker
()
src/project-picker.ts:4
↓ 1 callersFunctionuseProjectSaver
(name: string)
src/project-saver.ts:4
FunctionAbout
({ open, hide }: { open: boolean, hide: () => void })
src/components/About.tsx:4
FunctionApp
()
src/App.tsx:28
FunctionColorPickerUI
(props: { data: ColorPicker })
src/editor/controls/ColorPickerUI.tsx:18
FunctionHeader
(props: { menu: React.ReactNode })
src/components/Header.tsx:22
FunctionInteractiveMenuItem
({ label, children }: { label: string, children: any })
src/components/shared/InteractiveMenuItem.tsx:1
FunctionLogo
(props: { responsive?: boolean })
src/components/shared/Logo.tsx:10
FunctionMaterialPreview
({ geometry, maps }: { geometry: string, maps: Record<string, HTMLCanvasElement> })
src/components/MaterialPreview.tsx:193
FunctionModel
(props: { onChange: (value: Values) => void })
src/components/settings/Model.tsx:15
FunctionModuleItem
({ name, select, rename }: Props)
src/components/ModuleItem.tsx:12
FunctionPreviewUI
(props: { data: Preview })
src/editor/controls/PreviewUI.tsx:8
FunctionSocial
({ title, link, icon, ...rest }: { title: string, link: string, icon: React.ReactNode })
src/components/shared/Social.tsx:4
FunctionTextureSize
(props: { min: number, max: number, onChange: (value: number) => void })
src/components/settings/TextureSize.tsx:3
FunctionTextureViewer
({ canvas }: { canvas: HTMLCanvasElement })
src/components/TextureViewer.tsx:83
FunctionWorkspace
({ materialPreview, texturePreview, editor }: { editor: any, texturePreview: any, materialPreview: any })
src/components/Workspace.tsx:44
Function_process
()
src/editor/index.ts:58
FunctionclearEditor
(editor: NodeEditor<BaseSchemes>)
src/editor/utils.ts:65
Methodconstructor
()
src/tour.ts:7
Methodconstructor
(private el: HTMLElement)
src/components/TextureViewer.tsx:10
Methodconstructor
(private el: HTMLElement)
src/components/MaterialPreview.tsx:22
Methodconstructor
( private has: (path: string) => boolean, private graph: (path: string, editor: NodeEditor<Schemes>) =
src/editor/modules.ts:20
Methodconstructor
(di: DiContainer, data: Data)
src/editor/components/generator/circle.ts:18
Methodconstructor
(di: DiContainer)
src/editor/components/generator/brick.ts:14
Methodconstructor
(di: DiContainer)
src/editor/components/generator/noise.ts:14
Methodconstructor
(private di: DiContainer, data: Data)
src/editor/components/module/module.ts:21
Methodconstructor
(data: Data)
src/editor/components/output/curve.ts:17
Methodconstructor
(data: Data)
src/editor/components/output/texture.ts:16
Methodconstructor
(data: Data)
src/editor/components/output/number.ts:16
Methodconstructor
(data: Data)
src/editor/components/output/color.ts:16
Methodconstructor
(private di: DiContainer)
src/editor/components/output/material.ts:24
Methodconstructor
(di: DiContainer)
src/editor/components/texture/gradient.ts:14
Methodconstructor
(di: DiContainer)
src/editor/components/texture/blend.ts:14
Methodconstructor
(di: DiContainer, data: Data)
src/editor/components/texture/lightness.ts:19
Methodconstructor
(di: DiContainer, data: Data)
src/editor/components/texture/transform.ts:21
Methodconstructor
(di: DiContainer, data: Data)
src/editor/components/texture/blur.ts:19
Methodconstructor
(di: DiContainer)
src/editor/components/texture/invert.ts:15
Methodconstructor
(di: DiContainer, data: Data)
src/editor/components/texture/normal-map.ts:19
Methodconstructor
(di: DiContainer, data: Data)
src/editor/components/math/pow.ts:18
Methodconstructor
()
src/editor/components/math/divide.ts:11
Methodconstructor
(di: DiContainer, data: Data)
src/editor/components/math/number.ts:14
Methodconstructor
()
src/editor/components/math/distance.ts:11
Methodconstructor
()
src/editor/components/math/add.ts:11
Methodconstructor
()
src/editor/components/math/multiply.ts:11
next →1–100 of 182, ranked by callers