I'm not asking about having C3 Sprites in another layer. I know that's possible (like in this example).
My question is about a billboard sprite in the ThreeJS layer, leveraging C3 Sprite object, texture, and animations, in such a way that it is rendered in ThreeJS (casting shadows, and reacting to lights).
This screenshot from Octopath Traveler shows what I mean:
This video shows something similar in motion:
youtu.be/-xLl1PLPGS0
(notice how the sprite casts and receives shadow)
Other commercial titles with this aesthetic: Songs of Conquest, Eiyuden Chronicle, Grandia HD, Paper Mario, Book of Travels, Cassette Beasts, REPLACED, Songs of Glimmerwick.
In theory, if you can access C3's Sprite Object animation frames and texture via C3 SDK, you'd be able to sync it with the THREE.SpriteMaterial, right?
If this were possible, I would gladly pay a lot for the plugin!