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

Method VBOs

geometry/geometry.go:174–177  ·  view source on GitHub ↗

VBOs returns all of this geometry's VBOs.

()

Source from the content-addressed store, hash-verified

172
173// VBOs returns all of this geometry's VBOs.
174func (g *Geometry) VBOs() []*gls.VBO {
175
176 return g.vbos
177}
178
179// Items returns the number of items in the first VBO.
180// (The number of items should be same for all VBOs)

Callers 1

RenderSetupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected