From 1a28ebcf11420c26c0d350aadbf1a540304a509e Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Fri, 25 May 2018 15:44:59 -0700 Subject: [PATCH] more changes --- docs/examples/exporters/PLYExporter.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/exporters/PLYExporter.html b/docs/examples/exporters/PLYExporter.html index a1fcc6ddd4..d85a106c6d 100644 --- a/docs/examples/exporters/PLYExporter.html +++ b/docs/examples/exporters/PLYExporter.html @@ -13,7 +13,7 @@

An exporter for *PLY*.

- PLY (Polygon or Stanford Triangle Format) is + 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. @@ -46,7 +46,7 @@ [page:Object input] — Object3D
[page:Options options] — Export options

-- GitLab