UNPKG

threepipe

Version:

A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.

17 lines 1.09 kB
export { computeScreenSpaceBoundingBox } from './bbox'; export { overrideThreeCache } from './cache'; export { dataTextureFromColor, dataTextureFromVec4, halfFloatToRgbe } from './conversion'; export { uniform, matDefine, matDefineBool, bindToValue } from './decorators'; export { getTexelDecoding, getTexelDecodingFunction } from './encoding'; export { generateUUID, toIndexedGeometry, isInScene, localToWorldQuaternion, worldToLocalQuaternion } from './misc'; export { getTextureDataType, textureToCanvas, textureDataToImageData, textureToDataUrl, textureToBlob, texImageToCanvas } from './texture'; export { threeConstMappings } from './const-mappings'; export { whiteImageData, whiteTexture } from './constants'; export { ObjectPicker } from './ObjectPicker'; export { autoGPUInstanceMeshes } from './gpu-instancing'; export { HVBlurHelper } from './HVBlurHelper'; export { MaterialPreviewGenerator } from './MaterialPreviewGenerator'; export { snapObject } from './snapObject'; export { ViewHelper2 } from './ViewHelper2'; // export {} from './constants' //# sourceMappingURL=index.js.map