Просмотр исходного кода

disable embed scripts in this asset

sunag 7 лет назад
Родитель
Сommit
67e1da9587
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      examples/webgl_loader_sea3d_morph.html

+ 1 - 0
examples/webgl_loader_sea3d_morph.html

@@ -75,6 +75,7 @@
 			loader = new THREE.SEA3D( {
 			loader = new THREE.SEA3D( {
 
 
 				autoPlay : true, // Auto play animations
 				autoPlay : true, // Auto play animations
+				scripts : false, // Disable embed scripts
 				container : scene // Container to add models
 				container : scene // Container to add models
 
 
 			} );
 			} );

粤ICP备19079148号