MCPcopy Create free account
hub / github.com/ThatOpen/engine_clay / constructor

Method constructor

packages/clay/src/utils/buffer-manager.ts:23–23  ·  view source on GitHub ↗
(public geometry: THREE.BufferGeometry)

Source from the content-addressed store, hash-verified

21 }
22
23 constructor(public geometry: THREE.BufferGeometry) {}
24
25 addAttribute(attribute: THREE.BufferAttribute) {
26 this.geometry.setAttribute(attribute.name, attribute);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected