MCPcopy
hub / github.com/g3n/engine / Dump

Method Dump

loader/collada/library_geometries.go:221–225  ·  view source on GitHub ↗

Dump prints out information about the Tristrips

(out io.Writer, indent int)

Source from the content-addressed store, hash-verified

219
220// Dump prints out information about the Tristrips
221func (is *InputShared) Dump(out io.Writer, indent int) {
222
223 fmt.Fprintf(out, "%sInputShared offset:%d semantic:%s source:%s set:%d\n",
224 sIndent(indent), is.Offset, is.Semantic, is.Source, is.Set)
225}
226
227// Decodes "library_geometry" children
228func (d *Decoder) decLibraryGeometries(start xml.StartElement, dom *Collada) error {

Callers

nothing calls this directly

Calls 1

sIndentFunction · 0.85

Tested by

no test coverage detected