taichi-dev / taichi_three

A soft renderer based on Taichi (work in progress)
https://t3.142857.red/
MIT License
223 stars 24 forks source link

Few improvements and bug fix. #45

Closed xuhao1 closed 3 years ago

xuhao1 commented 3 years ago

Fix running bug: https://github.com/taichi-dev/taichi_three/issues/44 Better orbit system: based on manifold (quaternion differentiation), no gimbal lock now. Enable different resolution on width and height. Add transformations.py

xuhao1 commented 3 years ago

Add install require: transformations. Remove the transformations.py Support ortho on new orbit control.

k-ye commented 3 years ago

Thanks!