Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThatOpen/engine_clay
/
Class
packages/clay/src/utils/buffer-manager.ts:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as THREE from
"three"
;
2
3
export
class
BufferManager {
4
/** Buffer increment when geometry size is exceeded, multiple of 3. */
5
bufferIncrease = 300;
6
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected