An open API service indexing awesome lists of open source software.

https://github.com/zddhub/meshwidget

Make trimesh2 simpler in Qt project
https://github.com/zddhub/meshwidget

Last synced: 9 months ago
JSON representation

Make trimesh2 simpler in Qt project

Awesome Lists containing this project

README

          

Meshwidget
==========

Make [trimesh2][] simpler in Qt project

Features
--------

* Cross-platform
* So simpler

Usages
------

1.

MeshWindow meshWindow;
meshWindow.showMaximized();

2.

MeshWidget mw;
mw.readObj("data/bunny.obj");
mw.showMaximized();

Notices
-------

[trimesh2][] is written by Szymon Rusinkiewicz

Contact
-------

[trimesh2]: http://gfx.cs.princeton.edu/proj/trimesh2/