├── Assets ├── Fatima │ ├── Green.toe │ ├── fatima.png │ └── fatima.svg ├── MergeCube │ └── paper-merge-cube.pdf └── ShaderToys │ ├── Equirectangular.toe │ └── Textures │ ├── Export │ ├── Arcade360.png │ ├── ArcadeBlur360.png │ ├── Cathedral360.png │ ├── CathedralBlur360.png │ ├── Forest360.png │ └── ForestBlur360.png │ ├── cube00_0.jpg │ ├── cube00_1.jpg │ ├── cube00_2.jpg │ ├── cube00_3.jpg │ ├── cube00_4.jpg │ ├── cube00_5.jpg │ ├── cube01_0.png │ ├── cube01_1.png │ ├── cube01_2.png │ ├── cube01_3.png │ ├── cube01_4.png │ ├── cube01_5.png │ ├── cube02_0.jpg │ ├── cube02_1.jpg │ ├── cube02_2.jpg │ ├── cube02_3.jpg │ ├── cube02_4.jpg │ ├── cube02_5.jpg │ ├── cube03_0.png │ ├── cube03_1.png │ ├── cube03_2.png │ ├── cube03_3.png │ ├── cube03_4.png │ ├── cube03_5.png │ ├── cube04_0.png │ ├── cube04_1.png │ ├── cube04_2.png │ ├── cube04_3.png │ ├── cube04_4.png │ ├── cube04_5.png │ ├── cube05_0.png │ ├── cube05_1.png │ ├── cube05_2.png │ ├── cube05_3.png │ ├── cube05_4.png │ ├── cube05_5.png │ ├── noise3d01.bin │ ├── noise3d02.bin │ ├── tex00.jpg │ ├── tex01.jpg │ ├── tex02.jpg │ ├── tex03.jpg │ ├── tex04.jpg │ ├── tex05.jpg │ ├── tex06.jpg │ ├── tex07.jpg │ ├── tex08.jpg │ ├── tex09.jpg │ ├── tex10.png │ ├── tex11.png │ ├── tex12.png │ ├── tex13.png │ ├── tex14.png │ ├── tex15.png │ ├── tex16.png │ ├── tex17.jpg │ ├── tex18.jpg │ ├── tex19.png │ ├── tex20.jpg │ ├── tex21.png │ ├── vid00.mp4 │ ├── vid01.mp4 │ ├── vid02.mp4 │ ├── vid02.png │ └── vid03.mp4 ├── Documentation ├── Cover.jpg └── Cube.jpg ├── bloodcover ├── bloodcover.arproj ├── objects │ └── PlasmaCube │ │ └── PlasmaCube.fbx ├── shaders │ ├── Chromakey.sca │ ├── RayMarch.sca │ └── Utils.sca └── textures │ ├── ArmPixel.png │ ├── Atari.png │ ├── bood.png │ ├── exxos.png │ ├── fatima.png │ └── galaxy.jpg ├── cube ├── cube.arproj ├── objects │ └── PlasmaCube │ │ └── PlasmaCube.fbx ├── shaders │ ├── Chromakey.sca │ ├── SpikyBall.sca │ └── Utils.sca └── textures │ ├── Forest360.png │ └── fatima.png └── mergecube ├── mergecube.arproj └── textures ├── Left.png ├── Top.png ├── back.png ├── bottom.png ├── front.png └── right.png /Assets/Fatima/Green.toe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/Fatima/Green.toe -------------------------------------------------------------------------------- /Assets/Fatima/fatima.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/Fatima/fatima.png -------------------------------------------------------------------------------- /Assets/Fatima/fatima.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/Fatima/fatima.svg -------------------------------------------------------------------------------- /Assets/MergeCube/paper-merge-cube.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/MergeCube/paper-merge-cube.pdf -------------------------------------------------------------------------------- /Assets/ShaderToys/Equirectangular.toe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Equirectangular.toe -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/Export/Arcade360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/Export/Arcade360.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/Export/ArcadeBlur360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/Export/ArcadeBlur360.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/Export/Cathedral360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/Export/Cathedral360.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/Export/CathedralBlur360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/Export/CathedralBlur360.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/Export/Forest360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/Export/Forest360.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/Export/ForestBlur360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/Export/ForestBlur360.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube00_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube00_0.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube00_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube00_1.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube00_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube00_2.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube00_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube00_3.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube00_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube00_4.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube00_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube00_5.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube01_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube01_0.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube01_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube01_1.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube01_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube01_2.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube01_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube01_3.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube01_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube01_4.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube01_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube01_5.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube02_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube02_0.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube02_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube02_1.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube02_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube02_2.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube02_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube02_3.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube02_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube02_4.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube02_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube02_5.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube03_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube03_0.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube03_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube03_1.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube03_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube03_2.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube03_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube03_3.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube03_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube03_4.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube03_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube03_5.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube04_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube04_0.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube04_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube04_1.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube04_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube04_2.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube04_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube04_3.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube04_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube04_4.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube04_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube04_5.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube05_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube05_0.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube05_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube05_1.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube05_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube05_2.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube05_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube05_3.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube05_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube05_4.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/cube05_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/cube05_5.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/noise3d01.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/noise3d01.bin -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/noise3d02.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/noise3d02.bin -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex00.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex01.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex02.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex03.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex04.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex05.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex06.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex07.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex08.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex09.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex10.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex11.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex12.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex13.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex14.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex15.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex16.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex17.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex18.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex19.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex20.jpg -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/tex21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/tex21.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/vid00.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/vid00.mp4 -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/vid01.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/vid01.mp4 -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/vid02.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/vid02.mp4 -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/vid02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/vid02.png -------------------------------------------------------------------------------- /Assets/ShaderToys/Textures/vid03.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Assets/ShaderToys/Textures/vid03.mp4 -------------------------------------------------------------------------------- /Documentation/Cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Documentation/Cover.jpg -------------------------------------------------------------------------------- /Documentation/Cube.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/Documentation/Cube.jpg -------------------------------------------------------------------------------- /bloodcover/bloodcover.arproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/bloodcover.arproj -------------------------------------------------------------------------------- /bloodcover/objects/PlasmaCube/PlasmaCube.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/objects/PlasmaCube/PlasmaCube.fbx -------------------------------------------------------------------------------- /bloodcover/shaders/Chromakey.sca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/shaders/Chromakey.sca -------------------------------------------------------------------------------- /bloodcover/shaders/RayMarch.sca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/shaders/RayMarch.sca -------------------------------------------------------------------------------- /bloodcover/shaders/Utils.sca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/shaders/Utils.sca -------------------------------------------------------------------------------- /bloodcover/textures/ArmPixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/textures/ArmPixel.png -------------------------------------------------------------------------------- /bloodcover/textures/Atari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/textures/Atari.png -------------------------------------------------------------------------------- /bloodcover/textures/bood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/textures/bood.png -------------------------------------------------------------------------------- /bloodcover/textures/exxos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/textures/exxos.png -------------------------------------------------------------------------------- /bloodcover/textures/fatima.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/textures/fatima.png -------------------------------------------------------------------------------- /bloodcover/textures/galaxy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/bloodcover/textures/galaxy.jpg -------------------------------------------------------------------------------- /cube/cube.arproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/cube/cube.arproj -------------------------------------------------------------------------------- /cube/objects/PlasmaCube/PlasmaCube.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/cube/objects/PlasmaCube/PlasmaCube.fbx -------------------------------------------------------------------------------- /cube/shaders/Chromakey.sca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/cube/shaders/Chromakey.sca -------------------------------------------------------------------------------- /cube/shaders/SpikyBall.sca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/cube/shaders/SpikyBall.sca -------------------------------------------------------------------------------- /cube/shaders/Utils.sca: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/cube/shaders/Utils.sca -------------------------------------------------------------------------------- /cube/textures/Forest360.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/cube/textures/Forest360.png -------------------------------------------------------------------------------- /cube/textures/fatima.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/cube/textures/fatima.png -------------------------------------------------------------------------------- /mergecube/mergecube.arproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/mergecube/mergecube.arproj -------------------------------------------------------------------------------- /mergecube/textures/Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/mergecube/textures/Left.png -------------------------------------------------------------------------------- /mergecube/textures/Top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/mergecube/textures/Top.png -------------------------------------------------------------------------------- /mergecube/textures/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/mergecube/textures/back.png -------------------------------------------------------------------------------- /mergecube/textures/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/mergecube/textures/bottom.png -------------------------------------------------------------------------------- /mergecube/textures/front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/mergecube/textures/front.png -------------------------------------------------------------------------------- /mergecube/textures/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjorma/SparkARShare/HEAD/mergecube/textures/right.png --------------------------------------------------------------------------------