package
Version:
v0.0.0-...-ee748a0
Opens a new window with list of versions in this module.
Published: Oct 31, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Init initializes a new ODB file with the core tables
Insert inserts a mesh into an ODB file
type Config struct {
OutputFile string
SkipIndex bool
}
type Mesh struct {
Vertices [][]float64
Faces [][]int
VertexCount int
FaceCount int
}
It opens a mesh from an ODX file
Source Files
¶
Click to show internal directories.
Click to hide internal directories.