gdkchan / Ohana3DS-Rebirth

WIP new version of Ohana3DS in C#.
179 stars 40 forks source link

Inverted faces on Rhythm Thief character models #29

Closed internetakias closed 8 years ago

internetakias commented 8 years ago

invertedralf

Strangely enough, exporting to obj and loading that in Metasequoia makes the model show correctly Model: https://my.mixtape.moe/tdirbe.7z

Demonslayerx8 commented 8 years ago

its due to the shader the game uses... this game pretty much uses the 3ds hardware to enable the shader, which Ohana doesnt do.

internetakias commented 8 years ago

I see. Still weird that exporting to obj magically fixes it, though

Reisyukaku commented 8 years ago

Yea, metaseq is weird. But that looks like inverted normals. Like the above poster said, they probably use a special shader with it like that. Maybe a toon/cell shaded one since i've seen people use that technique before. I'll close for now since it probably is working as intended.