UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 262 B
export class WriteVector3Attribute extends ShaderNode { name: string; generate_code(instance: any, output: any, context: any, port_variables: any): void; } import { ShaderNode } from "../ShaderNode.js"; //# sourceMappingURL=WriteVector3Attribute.d.ts.map