openalea / plantgl

An open-source graphic toolkit for the creation, simulation and analysis of 3D virtual plants.
Other
59 stars 23 forks source link

Does plantgl have an API for exporting 3d files? #52

Closed Jiang2019Code closed 1 year ago

fredboudon commented 1 year ago

You can used scene.save('myfilename.ext', 'EXTNAME') By default, plantgl support obj, ply, pov, vrml 1. You can also use the viewer with its menu File>Export>Export as ...