Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ColmapView/Colmapview.github.io
/ createTexture
Function
createTexture
src/hooks/frustumTextureCache.test.ts:163–167 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
}
162
163
function
createTexture(): THREE.Texture {
164
const
texture =
new
THREE.Texture(createBitmap());
165
vi.spyOn(texture,
'dispose'
).mockImplementation(() => undefined);
166
return
texture;
167
}
Callers
1
frustumTextureCache.test.ts
File · 0.70
Calls
1
createBitmap
Function · 0.70
Tested by
no test coverage detected