.MESH File Extension
3D Mesh Model
Developer | Medit |
Popularity |
4.0 | 70 Votes |
What is a MESH file?
3D model format that stores objects as 3D "mesh" files; creates a digital representation of geometric models by using a collection of polygons to form the surface of each object.
More Information
MESH files are used by Medit, a French program for visualizing scientific models. The program displays computation results of mechanics related to solids, fluids, thermics, electromagnetism, etc.
Programs that open MESH files
Godot Engine 3D Mesh File
Developer | Godot |
Popularity |
4.4 | 20 Votes |
A MESH file may also be a 3D model created by Godot Engine, a free and open source game engine used to create 2D and 3D games. It stores information about a 3D model in a proprietary format similar to the Wavefront 3D Object format but includes a custom header with metadata. MESH files are created when a user imports an .OBJ file in Godot Engine as an object when developing a game.
More Information
You can import an OBJ file into Godot Engine using the Import 3D Mesh menu or by simply dragging and dropping it a scene, then selecting Import. Godot Engine only creates MESH files when Wavefront 3D OBJ files are imported into the project. If a .DAE, .GLTF, or .GLB model file is imported in Godot Engine, the application creates an .SCN file. MESH files generated by Godot Engine are placed in the ".import" folder in the project directory.
NOTE: Godot Engine MESH files were introduced with the release of version 3 of Godot Engine. They replaced .MSH files, which are used in version 2 of Godot Engine.
Programs that open or reference MESH files
DirectX Mesh File
Developer | Microsoft |
Popularity |
3.1 | 18 Votes |
3D model mesh used by DirectX applications and games; saves the polygonal mesh of a model and is often used for rendering game objects and other entities in 3D games.