From 2d4e2fbbb9a49976bdf7a4df48dc03dc7c701c7e Mon Sep 17 00:00:00 2001 From: omrips Date: Fri, 22 May 2020 11:29:57 +0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 676060a..2652b5b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # viewstl Javascript STL/OBJ 3D files Viewer + +Reads binary/ASCII STL files; OBJ files +Supports multiple 3D files at the same container +Set model's size, position, color, rotation and some basic animation +Supports user's drag&drop +Model click events +Model information (size, volume, surface area etc.) +Add existing meshes into scene +Supports WebGL - falls back to HTML5 Canvas +Pure JavaScript - Uses THREE.js library, no server side script is needed +Can load THREE.js lib files in the background - no need to deal with THREE JS at all +Supports multiple Stl Viewer instances at the same page +Easy usage - as much as one line of Javscript code +Stand alone code - independent of external services/websites (aka Viewstl.com) + +more at https://www.viewstl.com/plugin/