Преглед изворни кода

Editor: Added glb support.

Mr.doob пре 8 година
родитељ
комит
4d2f46e777
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      editor/js/Loader.js

+ 1 - 0
editor/js/Loader.js

@@ -155,6 +155,7 @@ var Loader = function ( editor ) {
 
 				break;
 
+			case 'glb':
 			case 'gltf':
 
 				reader.addEventListener( 'load', function ( event ) {