(buffer: ArrayBuffer)
| 140 | parseImagesLazy(buffer: ArrayBuffer): boolean; // Skip 2D points but store offsets for lazy loading |
| 141 | parseCameras(buffer: ArrayBuffer): boolean; |
| 142 | parseRigs(buffer: ArrayBuffer): boolean; |
| 143 | parseFrames(buffer: ArrayBuffer): boolean; |
| 144 | |
| 145 | // Lazy loading: load 2D points for a single image on-demand from original buffer |
no outgoing calls
no test coverage detected