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
Fixed missing semi-column
Max Godefroy (Clyde)
%!s(int64=4) %!d(string=hai) anos
pai
3675822737
achega
7aa87a88c8
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
examples/js/modifiers/EdgeSplitModifier.js
+ 1
- 1
examples/js/modifiers/EdgeSplitModifier.js
Ver ficheiro
@@ -187,4 +187,4 @@ THREE.EdgeSplitModifier = function () {
};
-}
+}
;