From 33bf97117e2efd5e82622fd3eed12c2c5dab6f25 Mon Sep 17 00:00:00 2001 From: Zellyn Hunter Date: Tue, 15 May 2018 21:14:48 -0400 Subject: [PATCH] webgl: hooked up controls --- index.html | 109 +++++++++++++++++++++++++++++++++------------------ screenEmu.js | 1 + 2 files changed, 72 insertions(+), 38 deletions(-) diff --git a/index.html b/index.html index b35b7f3..0226e1f 100644 --- a/index.html +++ b/index.html @@ -33,100 +33,102 @@ Decoder - + + + + + Brightness - + Contrast - + Saturation - + Hue - + White Only - + Horizontal Center - + Horizontal Size - + Vertical Center - + Vertical Size - + Luma Bandwidth - + Chroma Bandwidth - + B/W Bandwidth - + Barrel - + Scanline Level - + Shadow Mask Level - + Shadow Mask Dot Pitch - + Shadow Mask - + + + + + Persistence - + Center Lighting - + Luminance Gain - +   @@ -144,12 +146,35 @@ diff --git a/screenEmu.js b/screenEmu.js index 9bbbde4..dcc7db1 100644 --- a/screenEmu.js +++ b/screenEmu.js @@ -1513,5 +1513,6 @@ void main(void) ImageInfo: ImageInfo, Vector: Vector, Size: Size, + Point: Point, }; })();