Explorar el Código

Missing interfaces class

Raanan Weber hace 8 años
padre
commit
f2dfba098b
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      Viewer/src/interfaces.ts

+ 5 - 0
Viewer/src/interfaces.ts

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