Browse Source

Missing interfaces class

Raanan Weber 7 years ago
parent
commit
f2dfba098b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Viewer/src/interfaces.ts

+ 5 - 0
Viewer/src/interfaces.ts

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