Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
minorua committed Feb 17, 2015
1 parent 9d062e4 commit e2aeb49
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Qgis2threejs plugin - version 1.0
Qgis2threejs plugin - version 1.1
=================================

Qgis2threejs plugin exports terrain data, map canvas image and vector data to your web browser. You can view 3D objects in web browser which supports WebGL. This plugin makes use of three.js library (http://threejs.org).
Expand Down Expand Up @@ -33,7 +33,7 @@ Exported Pages Use These JavaScript Libraries

* Exports based on 3DViewer(dat-gui) template use [dat-gui](https://code.google.com/p/dat-gui/)

* Exports based on STLExport template use [JSZip](http://stuk.github.io/jszip/) and [FileSaver.js](https://github.com/eligrey/FileSaver.js/)
* Exports based on FileExport template use [JSZip](http://stuk.github.io/jszip/) and [FileSaver.js](https://github.com/eligrey/FileSaver.js/)


License
Expand Down
4 changes: 2 additions & 2 deletions docs/ExportSettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3><a name="Template"/> Template</h3>
<li><p>3DViewer(dat-gui).html</p>

<p>This template has a <a href="https://code.google.com/p/dat-gui/">dat-gui</a> panel, which makes it possible to toggle layer visibility, adjust layer opacity and add a horizontal plane movable in the vertical direction.</p></li>
<li><p>STLExport.html</p>
<li><p>FileExport.html</p>

<p>This template builds 3D models on the web browser, but doesn't render them. Instead, it has some buttons to save 3D models in <a href="http://en.wikipedia.org/wiki/STL_%28file_format%29">STL format</a>, <a href="http://en.wikipedia.org/wiki/Wavefront_.obj_file">Wavrefront OBJ format</a> or <a href="http://en.wikipedia.org/wiki/COLLADA">COLLADA format</a>. It also has ability to save the texture image(s).</p>

Expand Down Expand Up @@ -278,7 +278,7 @@ <h4><a name="Polygon"/> Polygon</h4>

<hr />

<p>Qgis2threejs plugin version 1.0</p>
<p>Qgis2threejs plugin version 1.1</p>

</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/Line.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2><a name="Profile"/> Profile</h2>

<hr />

<p>Back to <a href="ExportSettings.html">Export Settings</a> | Qgis2threejs plugin version 1.0</p>
<p>Back to <a href="ExportSettings.html">Export Settings</a> | Qgis2threejs plugin version 1.1</p>

</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/PluginSettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>Plugin Settings</h1>

<hr />

<p>Qgis2threejs plugin version 1.0</p>
<p>Qgis2threejs plugin version 1.1</p>

</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/Point.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h2><a name="JSON"/> JSON model</h2>

<hr />

<p>Back to <a href="ExportSettings.html">Export Settings</a> | Qgis2threejs plugin version 1.0</p>
<p>Back to <a href="ExportSettings.html">Export Settings</a> | Qgis2threejs plugin version 1.1</p>

</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/Polygon.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2><a name="Overlay"/> Overlay</h2>

<hr />

<p>Back to <a href="ExportSettings.html">Export Settings</a> | Qgis2threejs plugin version 1.0</p>
<p>Back to <a href="ExportSettings.html">Export Settings</a> | Qgis2threejs plugin version 1.1</p>

</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/ShortGuide.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Short Guide</h1>

<hr />

<p>Qgis2threejs plugin version 1.0</p>
<p>Qgis2threejs plugin version 1.1</p>

</div>
</body>
Expand Down

0 comments on commit e2aeb49

Please sign in to comment.