Goshido / android-vulkan

This repository is a project for learning Vulkan API, constraint based 3D physics, Lua scripting, spatial sound rendering, HTML+CSS UI rendering.
30 stars 3 forks source link

Stipple materials #25

Closed Goshido closed 2 years ago

Goshido commented 2 years ago

It's needed to implement stipple materials support for PBR renderer. The main idea is based on Bayer Matrices.

Goshido commented 2 years ago

The task is complete.