taichi-dev/taichi_three

can't multiply sequence by non-int of type 'Lambert'

Opened this issue · 0 comments

material = tina.Lambert() * color
TypeError: can't multiply sequence by non-int of type 'Lambert'

when I run scene = tina.Scene() this error occur, how can I solve this problem?