UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

4 lines (2 loc) 147 B
import {Material} from "three"; export function traverseMaterialTextures(material: Material, callback: (texture) => void, thisArg?: any): void