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[ArtifactNodeData]
type ArtifactNodeData ¶ added in v0.21.3
func (ArtifactNodeData) Out ¶ added in v0.23.0
func (pn ArtifactNodeData) Out() nodes.StructOutput[artifact.Artifact]
type ReadNode ¶ added in v0.21.3
type ReadNode = nodes.Struct[ReadNodeData]
type ReadNodeData ¶ added in v0.21.3
func (ReadNodeData) Out ¶ added in v0.23.0
func (gad ReadNodeData) Out() nodes.StructOutput[modeling.Mesh]
Click to show internal directories.
Click to hide internal directories.