Protofall / Crayon-Game-Framework

My own library for making games on the Dreamcast
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Crayon: Force Multi-Z on Draw_Arrays #185

Closed Protofall closed 5 years ago

Protofall commented 5 years ago

When using a draw array, every time I've used as many Z values as sprites. Because of this having the option for all (More than 1) sprites to use a single Z value makes as much sense as all sprites sharing the same Z value.

Therefore I think there should always be as many Z values as sprites. This will free up a spot in the options variable too.

Protofall commented 5 years ago

Turns out there were many times where I used 1 Z-value for all sprites. I've updated all the demos to the new format