In this workshop, we’ll explore the process of relighting a 3D environment in Unreal Engine, taking inspiration from Luminism ...
A WebGL viewer that uses perspective-correct ray casting (aka ray tracing) to evaluate Gaussians in 3D. It is based on this paper but uses depth testing instead of sorting. Gaussians are also ...
A Flutter portfolio project showcasing 3D model visualization with real-time customization and AR support. lib/ ├── main.dart # App entry point ├── models/ │ └── product_model.dart # Product data ...