Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project 5: Zhihao Ruan #6

Open
wants to merge 44 commits into
base: master
Choose a base branch
from

Conversation

shineyruan
Copy link

Repo link.

This project implements physically-based grass rendering & culling with Vulkan compute shaders:

  • Physically-based real-time rendering of grass blades;
  • 3 different culling tests: orientation culling, view-frustum culling, distance culling;
  • Tessellating Bezier curves into grass blades with GLSL tessellation shader

Summary: finished everything except extra credits.

Used 1 late day.

Zhihao Ruan and others added 30 commits October 23, 2021 19:43
…inux

WIP on fixing missing shader compilations in Linux

- add find for GLSLValidator for Linux shader compilation
- increase tessellation level
- change blade geometry basic shape to triangle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant