From 404bc85271c7961f62e1cb394fb35d30f209aa96 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Mon, 29 Mar 2021 09:55:39 +0200 Subject: [PATCH] Use text instead of ascii. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2f652c3..80745dc 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,18 @@ This repository contains the source code of the https://3dviewer.net website. Th - obj (with mtl and texture) - 3ds (with texture) -- stl (ascii and binary) -- ply (ascii and binary) -- gltf (ascii and binary) -- off (ascii only) +- stl (text and binary) +- ply (text and binary) +- gltf (text and binary) +- off (text only) ### Export - obj (with mtl) -- stl (ascii and binary) -- ply (ascii and binary) -- gltf (ascii and binary) -- off (ascii only) +- stl (text and binary) +- ply (text and binary) +- gltf (text and binary) +- off (text only) ## Features