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

Method Init

loader/collada/common.go:307–311  ·  view source on GitHub ↗
(source []byte)

Source from the content-addressed store, hash-verified

305}
306
307func (br *bytesReader) Init(source []byte) {
308
309 br.pos = 0
310 br.source = source
311}
312
313func (br *bytesReader) TokenNext() []byte {
314

Callers 9

decVcountMethod · 0.95
decPrimitiveMethod · 0.95
decFloat32SequenceFunction · 0.95
decStringSequenceFunction · 0.95
decColorOrTextureMethod · 0.95
NewPointFunction · 0.45
NewDirectionalFunction · 0.45
NewAmbientFunction · 0.45
NewSpotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected