diff --git a/Sources/Rendering/OpenGL/SurfaceLIC/SurfaceLICMapper/example/controller.html b/Sources/Rendering/OpenGL/SurfaceLIC/SurfaceLICMapper/example/controller.html index bd994b89077..58a1e86cd67 100644 --- a/Sources/Rendering/OpenGL/SurfaceLIC/SurfaceLICMapper/example/controller.html +++ b/Sources/Rendering/OpenGL/SurfaceLIC/SurfaceLICMapper/example/controller.html @@ -1,6 +1,6 @@ - + @@ -8,11 +8,11 @@ - + - + @@ -34,7 +34,7 @@ - + - + - + - +

LIC Configuration

LIC Configuration

Noise texture

Noise texture
diff --git a/Sources/Rendering/OpenGL/SurfaceLIC/SurfaceLICMapper/example/index.js b/Sources/Rendering/OpenGL/SurfaceLIC/SurfaceLICMapper/example/index.js index d69c4b8c7ff..9932bb4fa4a 100644 --- a/Sources/Rendering/OpenGL/SurfaceLIC/SurfaceLICMapper/example/index.js +++ b/Sources/Rendering/OpenGL/SurfaceLIC/SurfaceLICMapper/example/index.js @@ -127,6 +127,8 @@ function rebuildNoiseTexture() { } function initControls() { + document.querySelector('#viewPortScale').value = 1 / window.devicePixelRatio; + const ids = [ '#enableLIC', '#numberOfSteps',