Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monkstone/meshtovbo
A library for processing that supports conversion of Hemesh mesh to PShape (VBO)
https://github.com/monkstone/meshtovbo
Last synced: 27 days ago
JSON representation
A library for processing that supports conversion of Hemesh mesh to PShape (VBO)
- Host: GitHub
- URL: https://github.com/monkstone/meshtovbo
- Owner: monkstone
- Created: 2012-07-03T12:54:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-04T10:20:40.000Z (over 11 years ago)
- Last Synced: 2023-03-22T19:50:58.262Z (over 1 year ago)
- Language: Java
- Size: 2.08 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MeshToVBO
=========A library for processing that supports conversion of [Hemesh mesh](http://hemesh.wblut.com/) to PShape (VBO).
Will only work with processing-2.0b8 and since hemesh-1.8.1.
The conversion from mesh to PShape should be done in processing setup for efficiency,
the shape should be declared prior to setup so that it can be called using shape (mesh)
in the draw loop (it will be stored in graphics memory as a VBO). Now features built in
arcball rotation, and mouse zoom facility. To compile you need to the jars listed in the
lib folder (into lib folder, actually you don't need the jogl runtime jars just yet, they
will be required when I get round to running the tests).