ソースを参照

Missing interfaces class

Raanan Weber 7 年 前
コミット
f2dfba098b
1 ファイル変更5 行追加0 行削除
  1. 5 0
      Viewer/src/interfaces.ts

+ 5 - 0
Viewer/src/interfaces.ts

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