UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

15 lines 325 B
export class MaterialDescriptor { /** * * @type {THREE.Material|null} */ source_material: THREE.Material | null; /** * * @type {UvContext[]} */ uvs: UvContext[]; build_uvs(): void; } import { UvContext } from "./UvContext.js"; //# sourceMappingURL=MaterialDescriptor.d.ts.map