From cb08f307c5c63995ab00047a9605daab4acb3fed Mon Sep 17 00:00:00 2001 From: kovacsv Date: Sun, 13 Jan 2019 12:22:39 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 879a8ab..aa2d6e1 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,14 @@ This is the source code for http://3dviewer.net. - Multiple file support. You can open or drag and drop the referenced files together. For example: - Open the requested mtl file with an obj file. - Open textures with 3ds file. -- Open file from location hash. - - Define a file as a server url like [this](http://3dviewer.net/#https://cdn.rawgit.com/kovacsv/Online3DViewer/9e9ca71d/website/testfiles/cube.3ds). - - Define a file relative to the root folder like [this](http://3dviewer.net/#testfiles/cube.3ds). +- Open files from location hash. + - Define file as a server url like [this](http://3dviewer.net/#https://cdn.rawgit.com/kovacsv/Online3DViewer/9e9ca71d/website/testfiles/cube.3ds). + - Define file relative to the root folder like [this](http://3dviewer.net/#testfiles/cube.3ds). + - Define multiple files like [this](http://3dviewer.net/#testfiles/multimesh.obj,testfiles/multimesh.mtl). +- Show basic information about the model and the meshes. - Show/Hide a mesh by clicking the eye icon in the mesh list. - Isolate a mesh by clicking the eye icon while pressing control key in the mesh list. -- Highlight a mesh by clicking it in the 3D model, or in the mesh list. +- Highlight a mesh by clicking it in the 3D model, or clicking the highlight icon in the mesh list. - Fit the whole model or a selected mesh to the window. - Copy mesh name to clipboard.