diff --git a/examples/webgl_loader_texture_ktx.html b/examples/webgl_loader_texture_ktx.html index 7a9ca297f080b1ae98c27bc744881f5697e3072c..e6773850b7748b1c5c6d9f97de5f07c36f17c1f8 100644 --- a/examples/webgl_loader_texture_ktx.html +++ b/examples/webgl_loader_texture_ktx.html @@ -1,36 +1,36 @@ - three.js webgl - materials - compressed textures - - - + three.js webgl - materials - compressed textures + + +
- three.js - webgl - compressed KTX textures - - Khronos Texture is a lightweight file format for OpenGL + three.js - webgl - compressed KTX textures - + Khronos Texture is a lightweight file format for OpenGL
@@ -41,19 +41,19 @@ - - - - - - - - - -
- -
- three.js - pixel shader example
- shader by wongbryan -
- - + + + + + + + + + +
+ +
+ three.js - pixel shader example
+ shader by wongbryan +
+ + - + renderer.render( scene, camera ); + + } + + window.requestAnimationFrame( animate ); + + } + + +