Isotarge / ScriptHawk

A collection of Lua scripts and RAM watches for BizHawk.
MIT License
88 stars 15 forks source link

water_map -> alpha_map; added print methods for alpha and water tris #16

Closed ThatCowGuy closed 2 years ago

ThatCowGuy commented 2 years ago

Renamed some functions and variables from "water" to "alpha" because they actually refer to B-Model Data (which is not exclusively water-data, but also everything thats transparent). Also added printAlphaTri() and printWaterTri() to print triangle-data from transparent floors and from water-surfaces, to aid the BitClip Bruteforcer.