Skip to content

davidkimighty/Rayman

Repository files navigation


Rayman

Demo »


This package provides Ray marching shader in Unity.

green cube

Demo inspired by luruke

Features

  • Basic Shape Providers: Provides basic primitives such as spheres, cubes, toruses, and more.
  • Operators & Distortions: Provides basic operators such as smooth union, subtract, and intersect, as well as shape altering distortions like rounding.
  • Bounding Volume Hierarchy (BVH): Leveraging AABB alongside BVH, the shader minimizes unnecessary distance field calculations.
  • Pivot Points: Customizable pivot point for each shape, enabling precise control over positioning and transformations.

Changelog

(back to top)