MCPcopy 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
163function createTexture(): THREE.Texture {
164 const texture = new THREE.Texture(createBitmap());
165 vi.spyOn(texture, 'dispose').mockImplementation(() => undefined);
166 return texture;
167}

Callers 1

Calls 1

createBitmapFunction · 0.70

Tested by

no test coverage detected