├── LICENSE ├── README.md └── Simple SSPhysics ├── Materials.meta ├── Materials ├── Marcher.mat ├── Marcher.mat.meta ├── Spawn.mat └── Spawn.mat.meta ├── Prefabs.meta ├── Prefabs ├── GrabPass Marcher.prefab ├── GrabPass Marcher.prefab.meta ├── GrabPass Spawner.prefab └── GrabPass Spawner.prefab.meta ├── README.txt ├── README.txt.meta ├── Shaders.meta └── Shaders ├── SSPInclude.cginc ├── SSPInclude.cginc.meta ├── SSPQueue0.shader ├── SSPQueue0.shader.meta ├── SSPQueue4998.shader └── SSPQueue4998.shader.meta /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/README.md -------------------------------------------------------------------------------- /Simple SSPhysics/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Materials.meta -------------------------------------------------------------------------------- /Simple SSPhysics/Materials/Marcher.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Materials/Marcher.mat -------------------------------------------------------------------------------- /Simple SSPhysics/Materials/Marcher.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Materials/Marcher.mat.meta -------------------------------------------------------------------------------- /Simple SSPhysics/Materials/Spawn.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Materials/Spawn.mat -------------------------------------------------------------------------------- /Simple SSPhysics/Materials/Spawn.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Materials/Spawn.mat.meta -------------------------------------------------------------------------------- /Simple SSPhysics/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Prefabs.meta -------------------------------------------------------------------------------- /Simple SSPhysics/Prefabs/GrabPass Marcher.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Prefabs/GrabPass Marcher.prefab -------------------------------------------------------------------------------- /Simple SSPhysics/Prefabs/GrabPass Marcher.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Prefabs/GrabPass Marcher.prefab.meta -------------------------------------------------------------------------------- /Simple SSPhysics/Prefabs/GrabPass Spawner.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Prefabs/GrabPass Spawner.prefab -------------------------------------------------------------------------------- /Simple SSPhysics/Prefabs/GrabPass Spawner.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Prefabs/GrabPass Spawner.prefab.meta -------------------------------------------------------------------------------- /Simple SSPhysics/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/README.txt -------------------------------------------------------------------------------- /Simple SSPhysics/README.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/README.txt.meta -------------------------------------------------------------------------------- /Simple SSPhysics/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Shaders.meta -------------------------------------------------------------------------------- /Simple SSPhysics/Shaders/SSPInclude.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Shaders/SSPInclude.cginc -------------------------------------------------------------------------------- /Simple SSPhysics/Shaders/SSPInclude.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Shaders/SSPInclude.cginc.meta -------------------------------------------------------------------------------- /Simple SSPhysics/Shaders/SSPQueue0.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Shaders/SSPQueue0.shader -------------------------------------------------------------------------------- /Simple SSPhysics/Shaders/SSPQueue0.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Shaders/SSPQueue0.shader.meta -------------------------------------------------------------------------------- /Simple SSPhysics/Shaders/SSPQueue4998.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Shaders/SSPQueue4998.shader -------------------------------------------------------------------------------- /Simple SSPhysics/Shaders/SSPQueue4998.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCRN-VRC/Raymarched-GPU-Particles-with-Screenspace-Physics/HEAD/Simple SSPhysics/Shaders/SSPQueue4998.shader.meta --------------------------------------------------------------------------------