Skip to main content
Glama

MCP 3D Printer Server

MaterialProperties.js408 B
import { uniform } from '../core/UniformNode.js'; /** @module MaterialProperties **/ /** * TSL object that represents the refraction ratio of the material used for rendering the current object. * * @type {UniformNode<float>} */ export const materialRefractionRatio = /*@__PURE__*/ uniform( 0 ).onReference( ( { material } ) => material ).onRenderUpdate( ( { material } ) => material.refractionRatio );

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