#The letter "r" is not lit at the end the morphing between "Hello" and "World"

4 messages · Page 1 of 1 (latest)

hard mural
#

https://coderextreme.net/helloworld/index.html If you move the camera quick, you can see the "r" from the backside. If someone wants to help, I can check code into GitHub and share it, or tell me how to avoid minification with vite. I'll look that up!

old brook
#

Doesn't seem like there is a way to move the camera here, but the issue seems to be that the geometry after the morph is not well formed. Many of the faces are probably flipped the wrong direction and not connected properly. It won't be perfect but one improvement you could try is to make the material double sided.

hard mural
#

I had concluded that the geometry got flipped as well