Documentation
¶
Index ¶
- func Load(fp string) (*modeling.Mesh, error)
- func ReadMesh(in io.Reader) (*modeling.Mesh, error)
- func Save(fp string, m modeling.Mesh) error
- func Write(out io.Writer, bin Binary) error
- func WriteMesh(out io.Writer, m modeling.Mesh) error
- type Artifact
- type ArtifactNode
- type ArtifactNodeData
- type Binary
- type Header
- type ReadNode
- type ReadNodeData
- type Triangle
- type Vec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArtifactNode ¶ added in v0.21.3
type ArtifactNode = nodes.Struct[artifact.Artifact, ArtifactNodeData]
type ArtifactNodeData ¶ added in v0.21.3
type ArtifactNodeData struct {
In nodes.NodeOutput[modeling.Mesh]
}
type ReadNodeData ¶ added in v0.21.3
type ReadNodeData struct {
Data nodes.NodeOutput[[]byte]
}
Click to show internal directories.
Click to hide internal directories.