mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-07-15 08:24:43 +00:00
parent
97b02c33f6
commit
169aed6274
146 changed files with 6957 additions and 6111 deletions
BIN
docs/_next/static/media/icon.2911bba1.png
Normal file
BIN
docs/_next/static/media/icon.2911bba1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
18
docs/_next/static/media/imageProcessing.worker.dbca7ab4.ts
Normal file
18
docs/_next/static/media/imageProcessing.worker.dbca7ab4.ts
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
import * as Comlink from "comlink";
|
||||
import {
|
||||
combineColorAndAlphaImageUrls,
|
||||
removeAlphaFromArrayBuffer,
|
||||
convertGrayscaleImageUrlToMetallicRoughness,
|
||||
convertArrayBufferAlphaToGrayscale,
|
||||
} from "./imageUtils";
|
||||
|
||||
const exports = {
|
||||
combineColorAndAlphaImageUrls,
|
||||
removeAlphaFromArrayBuffer,
|
||||
convertArrayBufferAlphaToGrayscale,
|
||||
convertGrayscaleImageUrlToMetallicRoughness,
|
||||
};
|
||||
|
||||
export type ImageFunctions = typeof exports;
|
||||
|
||||
Comlink.expose(exports);
|
||||
Loading…
Add table
Add a link
Reference in a new issue