• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Shaders Corner IDs of Surface Parts

I have been using corner ids with sprites and more or less know how to use it. Now I want to get the corner ids of a surface part but I can't seem to find it. Does anybody know how?
 
It does for sprites but not for surfaces. The lower color bits for surfaces seem to be the same as the actual image_blend color bits and not the "stolen" bits
 

sp202

Member
If that's the case then you'll probably have to use a custom vertex format and submit it with the surface as a texture.
 
Top