[refactor] Refactor rendering-related files to DDD organization (#5388)

* refactor rendering-related files to DDD organization

* add to git ignore ignore revs
This commit is contained in:
Christian Byrne
2025-09-06 02:47:37 -07:00
committed by snomiao
parent 348046ec91
commit 3f41509e90
14 changed files with 17 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
/**
* Type definitions for spatial indexing system
*/
import type { Bounds } from '@/utils/spatial/QuadTree'
import type { Bounds } from '@/renderer/core/spatial/QuadTree'
/**
* Debug information for a single QuadTree node