inochi-creator v0.7.4 (2022-10-10T13:16:34Z)
Dub
Repo
MeshVertex
creator
viewport
common
mesh
Undocumented in source.
struct
MeshVertex {
vec2
position
;
MeshVertex
*[]
connections
;
}
Members
Variables
connections
MeshVertex
*[]
connections
;
Undocumented in source.
position
vec2
position
;
Undocumented in source.
Meta
Source
See Implementation
creator
viewport
common
mesh
classes
IncMesh
functions
connect
disconnect
disconnectAll
isConnectedTo
structs
MeshVertex