UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 286 B
export class FPlusDebugMaterial extends ShaderMaterial { constructor(); /** * * @param {LightManager} light_manager */ attach_lights(light_manager: LightManager): void; } import { ShaderMaterial } from "three"; //# sourceMappingURL=FPlusDebugMaterial.d.ts.map