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

Struct Points

graphic/points.go:15–19  ·  view source on GitHub ↗

Points represents a geometry containing only points

Source from the content-addressed store, hash-verified

13
14// Points represents a geometry containing only points
15type Points struct {
16 Graphic // Embedded graphic
17 uniMVPm gls.Uniform // Model view projection matrix uniform location cache
18 uniMVm gls.Uniform // Model view matrix uniform location cache
19}
20
21// NewPoints creates and returns a graphic points object with the specified
22// geometry and material.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected