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

do we have a method load lucency and reflect texture ? #22

Open Iteravse opened 4 years ago

Iteravse commented 4 years ago

i'm wondering how to realize it in taichi_Three,that would be so cool!

archibate commented 4 years ago

reflect

Yes, see http://t3.142857.red/#/binding_textures?id=specular-as-texture:

model.add_texture('specular', t3.imread('specular_map.png'))

lucency

Taichi THREE doesn't suppor transparent material for now, sorry :)