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

Method attributes

packages/clay/src/utils/buffer-manager.ts:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 get attributes() {
20 return Object.values(this.geometry.attributes) as THREE.BufferAttribute[];
21 }
22
23 constructor(public geometry: THREE.BufferGeometry) {}
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected