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

Method GetGeometry

geometry/geometry.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20// IGeometry is the interface for all geometries.
21type IGeometry interface {
22 GetGeometry() *Geometry
23 RenderSetup(gs *gls.GLS)
24 Dispose()
25}

Callers 1

LoadMeshMethod · 0.95

Implementers 2

MorphGeometrygeometry/morph.go
Geometrygeometry/geometry.go

Calls

no outgoing calls

Tested by

no test coverage detected