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 Binary
- type Header
- type ManifestNode
- type ManifestNodeData
- type ReadNode
- type ReadNodeData
- type Triangle
- type Vec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ManifestNode ¶ added in v0.25.0
type ManifestNode = nodes.Struct[ManifestNodeData]
type ManifestNodeData ¶ added in v0.25.0
func (ManifestNodeData) Out ¶ added in v0.25.0
func (pn ManifestNodeData) Out() nodes.StructOutput[manifest.Manifest]
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.