Skip to main content
Glama

MCP 3D Printer Server

AmbientLightNode.js553 B
import AnalyticLightNode from './AnalyticLightNode.js'; /** * Module for representing ambient lights as nodes. * * @augments AnalyticLightNode */ class AmbientLightNode extends AnalyticLightNode { static get type() { return 'AmbientLightNode'; } /** * Constructs a new ambient light node. * * @param {AmbientLight?} [light=null] - The ambient light source. */ constructor( light = null ) { super( light ); } setup( { context } ) { context.irradiance.addAssign( this.colorNode ); } } export default AmbientLightNode;

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