Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArrayBuffer ¶
type ArrayBuffer []Triangle
func (*ArrayBuffer) ConvertFrom ¶
func (this *ArrayBuffer) ConvertFrom(mesh Mesh)
func (*ArrayBuffer) NumTriangles ¶
func (this *ArrayBuffer) NumTriangles() int
type IndexBuffer ¶
func (*IndexBuffer) ConvertFrom ¶
func (this *IndexBuffer) ConvertFrom(mesh Mesh)
func (*IndexBuffer) NumTriangles ¶
func (this *IndexBuffer) NumTriangles() int
type StlFile ¶
type StlFile struct {
// contains filtered or unexported fields
}
StlFile reads from an existing .stl file or creates a new one if it doesn't exist.
func NewStlFile ¶
func (*StlFile) ConvertFrom ¶
func (*StlFile) NumTriangles ¶
Click to show internal directories.
Click to hide internal directories.