Rsvfx. Connect a depth camera to animated visual effects in Unity.

github.com/keijiro/Rsvfx

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2019
  • Set default property value in PointCloudBaker.cs.meta
September 2019
  • Update README
  • Update with Unity 2019.2
July 2019
  • Add public properties to CombinedDriver
June 2019
  • Update VFX to use alpha sample
  • Use intrinsics to calculate far plane points
  • Add color adjustment parameters
  • Add depth threashold to DepthConverter
  • Add gamma correction to color input
  • Small tweaks
  • Formfactor tweaks
  • Change to use timestamp of last depth frame
  • Tweak form factor information
  • Refacotring on DepthConverter
  • Cosmetic changes
  • Refactoring to Utility.cs
  • Merge pull request #21 from keijiro/combined-driver
  • Handle tracker timeout case properly
  • Expand bounds to avoid getting culled
  • Combined driver implementation