From dc7004dacb05f2ce979c468b11013fd3c4a9b224 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Sun, 9 Nov 2014 16:19:52 +0100 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3c4f1c6..bf0da2f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,30 @@ -Online 3D Model Viewer -====================== +Online 3D Viewer +================ -Online demo: http://3dviewer.net +Online 3D Viewer is an engine to visualize 3D models online. -With this online viewer you can view 3D models in your browser: -- Supported file formats: +Supported file formats: - 3ds (with textures) - obj, mtl (with textures) - stl (ascii and binary) + +Website +------- + +This is the source code for http://3dviewer.net: - You can drag&drop files to your browser, or use the open button. - You should open the main file, and all of its requested files. - - For example open the requested mtl file with an obj file. - - Or open textures with 3ds file. + - For example open the requested mtl file with an obj file, + - or open textures with 3ds file. + +Embeddable +---------- + +This is the embeddable version of the viewer: +- In this case you should host the 3D models. +- See examples for more information. + +Wiki Extension +-------------- + +This is a WikiMedia extension for viewing 3D models. It is in experimental phase currently.