This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
zhangyupeng
/
Babylon.js
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Missing interfaces class
Raanan Weber
%!s(int64=7) %!d(string=hai) anos
pai
1f7c5b32dd
achega
f2dfba098b
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
5
0
Viewer/src/interfaces.ts
+ 5
- 0
Viewer/src/interfaces.ts
Ver ficheiro
@@ -0,0 +1,5 @@
+export const enum CameraBehavior {
+ AUTOROTATION,
+ BOUNCING,
+ FRAMING
+}