├── Android └── app │ └── src │ └── main │ ├── java │ └── Extensions │ │ ├── CRunPerspective (DECOMPILED).java │ │ └── CRunPerspective.java │ └── res │ └── raw │ ├── panorama_ext_frag.fsh │ ├── panorama_ext_vert.vsh │ ├── perspective_ext_frag.fsh │ ├── perspective_ext_vert.vsh │ ├── sineoffset_ext_frag.fsh │ ├── sineoffset_ext_vert.vsh │ ├── sinewave_ext_frag.fsh │ └── sinewave_ext_vert.vsh ├── README.md └── Windows ├── RPanorama.fx ├── RPanorama.hlsl ├── RPanorama.xml ├── RPerspective.fx ├── RPerspective.hlsl ├── RPerspective.xml ├── RSineOffset.fx ├── RSineOffset.hlsl ├── RSineOffset.xml ├── RSineWave.fx ├── RSineWave.hlsl └── RSineWave.xml /Android/app/src/main/java/Extensions/CRunPerspective (DECOMPILED).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Android/app/src/main/java/Extensions/CRunPerspective (DECOMPILED).java -------------------------------------------------------------------------------- /Android/app/src/main/java/Extensions/CRunPerspective.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Android/app/src/main/java/Extensions/CRunPerspective.java -------------------------------------------------------------------------------- /Android/app/src/main/res/raw/panorama_ext_frag.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Android/app/src/main/res/raw/panorama_ext_frag.fsh -------------------------------------------------------------------------------- /Android/app/src/main/res/raw/panorama_ext_vert.vsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Android/app/src/main/res/raw/panorama_ext_vert.vsh -------------------------------------------------------------------------------- /Android/app/src/main/res/raw/perspective_ext_frag.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Android/app/src/main/res/raw/perspective_ext_frag.fsh -------------------------------------------------------------------------------- /Android/app/src/main/res/raw/perspective_ext_vert.vsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Android/app/src/main/res/raw/perspective_ext_vert.vsh -------------------------------------------------------------------------------- /Android/app/src/main/res/raw/sineoffset_ext_frag.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Android/app/src/main/res/raw/sineoffset_ext_frag.fsh -------------------------------------------------------------------------------- /Android/app/src/main/res/raw/sineoffset_ext_vert.vsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Android/app/src/main/res/raw/sineoffset_ext_vert.vsh -------------------------------------------------------------------------------- /Android/app/src/main/res/raw/sinewave_ext_frag.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Android/app/src/main/res/raw/sinewave_ext_frag.fsh -------------------------------------------------------------------------------- /Android/app/src/main/res/raw/sinewave_ext_vert.vsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Android/app/src/main/res/raw/sinewave_ext_vert.vsh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/README.md -------------------------------------------------------------------------------- /Windows/RPanorama.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RPanorama.fx -------------------------------------------------------------------------------- /Windows/RPanorama.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RPanorama.hlsl -------------------------------------------------------------------------------- /Windows/RPanorama.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RPanorama.xml -------------------------------------------------------------------------------- /Windows/RPerspective.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RPerspective.fx -------------------------------------------------------------------------------- /Windows/RPerspective.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RPerspective.hlsl -------------------------------------------------------------------------------- /Windows/RPerspective.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RPerspective.xml -------------------------------------------------------------------------------- /Windows/RSineOffset.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RSineOffset.fx -------------------------------------------------------------------------------- /Windows/RSineOffset.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RSineOffset.hlsl -------------------------------------------------------------------------------- /Windows/RSineOffset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RSineOffset.xml -------------------------------------------------------------------------------- /Windows/RSineWave.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RSineWave.fx -------------------------------------------------------------------------------- /Windows/RSineWave.hlsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RSineWave.hlsl -------------------------------------------------------------------------------- /Windows/RSineWave.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rhadamus/CTF-Perspective/HEAD/Windows/RSineWave.xml --------------------------------------------------------------------------------