inochi-creator v0.7.1 (2022-03-29T19:45:51Z)
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