MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / getSceneNodeCount

Function getSceneNodeCount

src/scene/index.ts:231–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229 * Get the number of live scene nodes.
230 */
231export function getSceneNodeCount(): number {
232 return bloom_scene_node_count();
233}
234
235// ============================================================
236// Frame Callbacks (replaces R3F's useFrame)

Callers 5

interactive.tsFile · 0.90
room.tsFile · 0.90
main.tsFile · 0.90
shadows.tsFile · 0.90
r3f-bridge.tsFile · 0.90

Calls 1

bloom_scene_node_countFunction · 0.50

Tested by

no test coverage detected