Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ogrecave/ogre-meshviewer
Viewer for .mesh and .scene files as consumed by OGRE as well as any format supported by assimp
https://github.com/ogrecave/ogre-meshviewer
assimp mesh ogre3d scene viewer
Last synced: 15 days ago
JSON representation
Viewer for .mesh and .scene files as consumed by OGRE as well as any format supported by assimp
- Host: GitHub
- URL: https://github.com/ogrecave/ogre-meshviewer
- Owner: OGRECave
- License: mit
- Created: 2018-12-07T19:57:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T16:51:27.000Z (7 months ago)
- Last Synced: 2024-06-10T23:14:47.349Z (7 months ago)
- Topics: assimp, mesh, ogre3d, scene, viewer
- Language: Python
- Homepage:
- Size: 453 KB
- Stars: 54
- Watchers: 7
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ogre-meshviewer
Viewer for `.mesh` model files as consumed by OGRE as well as any format [supported by assimp](https://github.com/assimp/assimp/blob/master/doc/Fileformats.md) like `.obj`, `.ply` or `.fbx`.
![](screenshot.jpg)
# Features
* Display mesh properties (bounds, referenced materials)
* Highlight submeshes in 3D view
* Preview linked animations (skeleton and vertex)
* Easy to use UI# Download
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/ogre-meshviewer)[Portable Windows Package](https://github.com/OGRECave/ogre-meshviewer/releases)
# Dependencies
* [ogre-python](https://pypi.org/project/ogre-python/) >= 14.3
* python3# Usage
Double click on `.mesh` in file browser or use the CLI as
```
ogre-meshviewer [-h] [-c RESCFG] meshfile
```
where `meshfile` can be either an absolute path or a resource name referenced in RESCFG.