Locietta / distance-field-playground

demo for learning distance field in UE5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distance Field Playground

It's a demo for learning implementation of distance field in UE5.

Build distance field for ply model, and export visualization result. You can view input models and the results in meshlab.

Build with xmake.

Dependencies: embree, tbb, glm, fmt

Results

Signed Distance Field

image

Sparse Storage in Bricks

image

About

demo for learning distance field in UE5


Languages

Language:C++ 98.6%Language:Lua 1.4%