Issues.00576 - lordmundi/wikidoctest GitHub Wiki
00576: image distortion capability
Summary: image distortion capability
Created: 2016–06–28 14:46
Status: Released
Category: Request
From: frankie
Version: 2.3
Released_In: 2.4
Description:
It would be useful if EDGE had a capability to perform both real-time image distortion and image distortion of rendered poster images.
Comments
frankie June 28, 2016, at 02:54 PM: The documentation for this new capability is here: Perform Image Distortion
Associated Commits
| commit | db07703baadfabe1881faebb23b217a9ec783659
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Fri Jul 1 17:10:20 2016 -0500
|
| Message: | [@Issue 00576: Adding in shaders and example config file for distort2
Shaders are required for distort2 although the user can supply their own. Also, the config file is an example that user's can either postload into their userdata or their can create their own. @] |
Affected Files:
configs/distort2.cfg | 11 +++++++++++
shaders/warp_direct.fs | 34 ++++++++++++++++++++++++++++++++++
shaders/warp_direct.vs | 34 ++++++++++++++++++++++++++++++++++
shaders/warp_direct2.fs | 34 ++++++++++++++++++++++++++++++++++
shaders/warp_map.fs | 27 +++++++++++++++++++++++++++
shaders/warp_map.vs | 26 ++++++++++++++++++++++++++
shaders/warp_map2.fs | 27 +++++++++++++++++++++++++++
7 files changed, 193 insertions(+)
| commit | 373db4bfe3219beeb57ec3c0c80c250b45a443a8
link7 |
||
| Author: | Frank Graffagnino
|
| Date: | Fri Jul 1 22:07:31 2016 -0500
|
| Message: | [@Issue 00576: Updating speedtest3 to support new distortion capability
@] |
Affected Files:
plugin_Darwin/dsp_speedtest3.so | Bin 732760 -> 738032 bytes
plugin_Linux_FC3/dsp_speedtest3.so | Bin 671458 -> 676235 bytes
plugin_Win32/dsp_speedtest3.dll | Bin 1022293 -> 1025646 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
| commit | 0bc83121c6c431621cea840ed4cfead28eb1b92d
link8 |
||
| Author: | Frank Graffagnino
|
| Date: | Fri Jul 1 21:15:54 2016 -0500
|
| Message: | [@Issue 00576: Added in new image distortion capability.
Documentation for using this capability both realtime and via the poster2 plugin are on the wiki. @] |
Affected Files:
plugin_Darwin/dsp_distort2.so | Bin 0 -> 84260 bytes
plugin_Darwin/dsp_poster2.so | Bin 46564 -> 46616 bytes
plugin_Linux_FC3/dsp_distort2.so | Bin 0 -> 101604 bytes
plugin_Linux_FC3/dsp_poster2.so | Bin 60373 -> 60680 bytes
plugin_Win32/dsp_distort2.dll | Bin 0 -> 514520 bytes
plugin_Win32/dsp_poster2.dll | Bin 461533 -> 461774 bytes
src.dist/scripts/warpgen/warpgen | Bin 0 -> 3379088 bytes
src.dist/scripts/warpgen/warpgen.c | 174 ++++++++++++++++++++++++
src.dist/scripts/warppic/warppic | Bin 0 -> 3382643 bytes
src.dist/scripts/warppic/warppic.c | 265 +++++++++++++++++++++++++++++++++++++
10 files changed, 439 insertions(+)