https://github.com/monkstone/povmesh
A library for use with processing and toxiclibs (exports mesh to povray mesh2)
https://github.com/monkstone/povmesh
Last synced: 5 months ago
JSON representation
A library for use with processing and toxiclibs (exports mesh to povray mesh2)
- Host: GitHub
- URL: https://github.com/monkstone/povmesh
- Owner: monkstone
- Created: 2012-02-28T20:55:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T15:46:19.000Z (over 9 years ago)
- Last Synced: 2026-01-05T09:50:40.378Z (5 months ago)
- Language: POV-Ray SDL
- Homepage:
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# povmesh #
The povmesh library allows you to export toxiclibs mesh objects as PovRAY mesh2 objects. This is the preferred way of exporting mesh objects as the mesh2 object more closely matches the way vertices are handled in PovRAY. For other processing sketches there is used to be a povwriter library, which allowed instant preview (I might resurrect it yet).
Thanks to Dan Shiffman you can now download toxiclibs librarye from procerssing ide
Get [povray-3.7 for 32/64 bit Windows/Linux here](http://www.povray.org).
You will for the foreseeable future have to build this library yourself, currently ant build but I will update to maven shortly.