Skip to content

Project 4: Yuru Wang#9

Open
yuruwang wants to merge 4 commits intoCIS565-Fall-2018:masterfrom
yuruwang:master
Open

Project 4: Yuru Wang#9
yuruwang wants to merge 4 commits intoCIS565-Fall-2018:masterfrom
yuruwang:master

Conversation

@yuruwang
Copy link

  • repo link: https://github.com/yuruwang/Project4-CUDA-Rasterizer

  • Features Implemented:

  • Vertex shading. (vertexTransformAndAssembly in rasterize.cu)

  • Primitive assembly with support for triangles read from buffers of index and vertex data. (primitiveAssembly in rasterize.cu)

  • Rasterization. (support rasterization for points, lines and triangles)

  • A depth buffer for storing and depth testing fragments.

  • Fragment-to-depth-buffer writing (Utilized CUDA atomicMin() for race avoidance).

  • Fragment shader with Lambert shading and point light (render in rasterize.cu)

  • UV texture mapping with bilinear texture filtering and perspective correct texture coordinates.

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