Skip to main content
Glama

render

Generate PNG visualizations of 3D simulation data fields with customizable camera angles, color maps, and resolution presets for analysis and publication.

Instructions

Render a field visualization and return a PNG screenshot.

Args: file_path: Path to simulation file field_name: Name of the field to visualize (e.g., "p", "U", "T") association: "POINTS" or "CELLS" colormap: Color map preset (e.g., "Cool to Warm", "Viridis", "Jet") camera: Camera preset — isometric, top, front, right, left, back scalar_range: [min, max] for color scale, None for auto purpose: Resolution preset — "analyze" (480p), "preview" (720p), "publish" (1080p) width: Override width in pixels (must set both width and height, or neither) height: Override height in pixels (must set both width and height, or neither) timestep: Specific timestep, "latest", or None for first blocks: Multiblock region names to include output_filename: Output PNG filename (e.g., "snapshot_press.png")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
field_nameYes
associationNoPOINTS
colormapNoCool to Warm
cameraNoisometric
scalar_rangeNo
purposeNoanalyze
widthNo
heightNo
timestepNo
blocksNo
output_filenameNorender.png

Latest Blog Posts

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/kimimgo/viznoir'

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