UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (10 loc) 211 B
export class AbstractMaterialTransformer { /** * * @param {Material} source * @returns {Material} */ transform(source) { throw new Error('Not implemented'); } }