Export Formats
MeshRoom supports a variety of export formats grouped by asset type. Choose the format that best fits your target platform.
3D Model Formats
Textured 3D meshes can be exported in multiple industry-standard formats.
GLB
.glbBinary glTF format with embedded textures and materials.
OBJ
.objWavefront OBJ with separate MTL material file.
STL
.stlStereolithography format, geometry only.
USDZ
.usdzApple's AR format with materials and textures.
Animation Formats
Sprite sheets can be exported as static or animated image formats.
PNG
.pngStatic sprite sheet with all frames in a single image.
GIF
.gifAnimated image, widely supported but limited to 256 colors.
APNG
.apngAnimated PNG with full-color and alpha transparency.
WebP
.webpModern animated format with superior compression.
ASCII Art Formats
ASCII art can be exported as plain text or rendered images.
TXT
.txtPlain text with frames separated by delimiters. Easy to parse and render.
PNG
.pngRendered image of the ASCII art with monospace font on dark background.