Capítulo 586 de 859
An exporter for PLY.
PLY (Polygon or Stanford Triangle Format) is a file format for efficient delivery and loading of simple, static 3D content in a dense format. Both binary and ascii formats are supported. PLY can store vertex positions, colors, normals and uv coordinates. No textures or texture references are saved.
const exporter = new PLYExporter();
const data = exporter.parse( scene, options );
Constructor
| Signature |
|---|
new PLYExporter() |
Methods
| Method | Description |
|---|---|
| `.parse( object : Object3D, onDone : PLYExporter | ArrayBuffer` |