Open chengluyu opened 4 years ago
Hi,
We're currently in the process of moving to a multiple-camera/multiple-light system. Most updates in 0.0.3 were focused on rasterized rendering so raytraced scenes (SceneRT) might not be keeping up with the new API.
Since 0.0.3 is a very recent release, you can try to use the older version pip install taichi-three==0.0.2
to run the code using SceneRT.
Hi, when I running other's code, it keeps complaining “
SceneRT
object has no attributelight_dir
” from this line. https://github.com/taichi-dev/taichi_three/blob/dc75a4f100f0a11c7e9c41fcc3bc98c4257566fb/taichi_three/raycast.py#L82 But the initialization oflight_dir
had been removed in this commit.Here is the complete error message FYI.