Skip to main content
Glama

MCP 3D Printer Server

ShadowMaterial.js513 B
import { Material } from './Material.js'; import { Color } from '../math/Color.js'; class ShadowMaterial extends Material { constructor( parameters ) { super(); this.isShadowMaterial = true; this.type = 'ShadowMaterial'; this.color = new Color( 0x000000 ); this.transparent = true; this.fog = true; this.setValues( parameters ); } copy( source ) { super.copy( source ); this.color.copy( source.color ); this.fog = source.fog; return this; } } export { ShadowMaterial };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/mcp-3D-printer-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server