.MESH 文件扩展名
3D Mesh Model
| 开发者 | Medit |
| 受欢迎程度 |
4.0 | 80 票 |
什么是 MESH 文件?
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.
更多信息
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.
可打开 MESH 文件的程序
Godot Engine 3D Mesh File
| 开发者 | Godot |
| 受欢迎程度 |
4.4 | 21 票 |
A MESH file is 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.
更多信息
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.
注: 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.
可打开或引用 MESH 文件的程序
DirectX Mesh File
| 开发者 | Microsoft |
| 受欢迎程度 |
3.2 | 19 票 |
A MESH file is a 3D model file that stores polygon mesh data used by certain games, game engines, and 3D applications. It typically contains information that defines the shape of a 3D object, such as vertices, edges, faces, and sometimes materials or animation data. The exact structure of a MESH file can vary depending on the software or game that created it.
更多信息
MESH files are commonly used in video games and 3D design projects to represent characters, environments, objects, and other visual assets. Developers and artists often create these files with 3D modeling software and then export them for use in rendering engines or game frameworks, including some that use Microsoft DirectX technology.
如何打开 MESH 文件
You can open MESH files with Microsoft DirectX SDK. However, the software is legacy and no longer under development.
可打开或引用 MESH 文件的程序
Ogre3D Mesh File
| 开发者 | The OGRE Team |
| 受欢迎程度 |
3.7 | 3 票 |
A MESH file contains a 3D model mesh in the proprietary Ogre3D format. It stores the geometric data that defines the mesh for rendering models in the OGRE (Object-Oriented Graphics Rendering Engine) framework. Video game developers commonly create and utilize MESH files when developing games that rely on OGRE for 3D rendering.
更多信息
OGRE is an open-source 3D rendering engine widely used in video games, simulations, and educational applications. Some notable games that have used OGRE include Torchlight, Rigs of Rods, and early versions of Roblox (pre-2014).
Various 3D modeling applications, such as Blender, Autodesk Maya, Maxon Cinema 4D, and Autodesk 3DS Max, can export models in the Ogre3D MESH format. The data stored in MESH files includes vertex positions, texture coordinates, tangents, binormals, and bone indices and weights.
如何打开 MESH 文件
You can open MESH files with various apps, including Ogre Meshy and Ogre Mesh Viewer. To open MESH files with Ogre Meshy, select File → Load.
如何转换 MESH 文件
OgreXMLConverter can convert MESH files to .XML format.
