This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
javascript
/
three.js
réplica de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Docs/Examples: Minor css tweak.
Mr.doob
%!s(int64=10) %!d(string=hai) anos
pai
85a9ce57e8
achega
4f1aa0c51c
Modificáronse 2 ficheiros
con
8 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
4
0
docs/index.html
4
0
examples/index.html
+ 4
- 0
docs/index.html
Ver ficheiro
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}
+ 4
- 0
examples/index.html
Ver ficheiro
@@ -13,6 +13,10 @@
font-style: normal;
}
+ *{
+ box-sizing: border-box;
+ }
+
html {
height: 100%;
}