@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
16 lines • 573 B
TypeScript
/**
* Ensures that all geometries have proper tangents
*/
export class GLTFAssetTransformMikkTSpaceTangents extends AssetTransformer<any, any> {
static INSTANCE: GLTFAssetTransformMikkTSpaceTangents;
constructor();
/**
*
* @param {Asset} source
* @param {AssetDescription} asset_description
* @return {Promise<Asset>}
*/
transform(source: Asset, asset_description: AssetDescription): Promise<Asset>;
}
import { AssetTransformer } from "../../AssetTransformer.js";
//# sourceMappingURL=GLTFAssetTransformMikkTSpaceTangents.d.ts.map