diff Applications/StoneWebViewer/WebApplication/index.html @ 1554:6d14ed6163b1

flip x/y in Stone Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Aug 2020 16:10:00 +0200
parents bf02a90ca9ca
children b894072b9e2f
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/index.html	Mon Aug 17 13:25:54 2020 +0200
+++ b/Applications/StoneWebViewer/WebApplication/index.html	Mon Aug 17 16:10:00 2020 +0200
@@ -315,6 +315,18 @@
             </div>
 
             <div class="ng-scope inline-object">
+              <button class="wvButton--underline text-center" v-on:click="FlipX()">
+                <i class="fas fa-exchange-alt"></i>X
+              </button>
+            </div>
+
+            <div class="ng-scope inline-object">
+              <button class="wvButton--underline text-center" v-on:click="FlipY()">
+                <i class="fa fa-exchange-alt fa-rotate-90"></i>Y
+              </button>
+            </div>
+            
+            <div class="ng-scope inline-object">
               <button class="wvButton--underline text-center"
                       v-bind:class="{ 'active' : showInfo }"
                       v-on:click="showInfo = !showInfo">