Sfoglia il codice sorgente

Missing interfaces class

Raanan Weber 7 anni fa
parent
commit
f2dfba098b
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      Viewer/src/interfaces.ts

+ 5 - 0
Viewer/src/interfaces.ts

@@ -0,0 +1,5 @@
+export const enum CameraBehavior {
+    AUTOROTATION,
+    BOUNCING,
+    FRAMING
+}