Page 1 of 1

How to render back faces?

Posted: August 2nd, 2017, 9:14 pm
by Gecko
Can't figure out how to disable back face culling for GsDOBJ2. The following doesn't work for me:

[C]obj.attribute |= GsNBACKC;[/C]

Also tried setting bit 1 for 'flag' field in MAT file, again no luck. Am I missing something?

Re: How to render back faces?

Posted: August 2nd, 2017, 9:51 pm
by LameGuy64
I'm not sure if I remember it correctly (haven't used libgs and TMD files in a long while, I use my own 3D renderers) but I kinda recall some of the TMD rendering functions would outright ignore backface culling parameters. Not sure which ones exactly though but you can try searching through the library documentation.