Skip to content
#

computer-graphics

Here are 2,232 public repositories matching this topic...

ayanlv
ayanlv commented Feb 24, 2022

There comes one special case which requires a reverse loop, so I used “ti.ndrange(8,0)” instead. However, the reverse loop just didn’t work with zero warnings or errors (I have no idea whether ti.ndrange can be used to loop in reverse order at that time)
Perhaps a warning message can be given when n1 > n2 in ti.ndrange((n1,n2))

import taichi as ti
ti.init(arch=ti.gpu, debug=True, de

Improve this page

Add a description, image, and links to the computer-graphics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the computer-graphics topic, visit your repo's landing page and select "manage topics."

Learn more