Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-hitonami committed Dec 8, 2022
1 parent ae04651 commit ad96ea4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/taichi/examples/rendering/oit_renderer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# A demo of order-independent transparency using Taichi
# Reference: https://github.com/nvpro-samples/vk_order_independent_transparency
import taichi as ti
from taichi.math import clamp, mix, normalize, vec3, vec4

Expand Down

0 comments on commit ad96ea4

Please sign in to comment.