UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 285 B
/** * PBR shader: * - albedo + alpha * - normal * - roughness * - metalness * - ambient occlusion */ export class BakeShaderStandard extends RawShaderMaterial { constructor(); } import { RawShaderMaterial } from "three"; //# sourceMappingURL=BakeShaderStandard.d.ts.map