From bd4ddf678edc65fd71575a2da380fb384d5855f5 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Wed, 27 Dec 2017 15:00:22 -0800 Subject: [PATCH] Examples clean up. --- examples/webgl_loader_texture_ktx.html | 72 ++--- examples/webgl_postprocessing_pixel.html | 317 +++++++++++------------ 2 files changed, 193 insertions(+), 196 deletions(-) diff --git a/examples/webgl_loader_texture_ktx.html b/examples/webgl_loader_texture_ktx.html index 7a9ca297f0..e6773850b7 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 ); + + } + + + -- GitLab