openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

Dev:: read/write methods for mat4, iso4 #421

Closed XertroV closed 7 months ago

XertroV commented 7 months ago

Please add Dev:: read/write methods for mat4, iso4 (and get/set offset), oh and mat3, too

codecat commented 7 months ago

The game generally doesn't use mat4. Dev::ReadIso4, GetOffsetIso4, Write, and SetOffset are already implemented.

XertroV commented 7 months ago

Ahh, I think I might have assumed Iso4 didn't have those methods because they don't exist for mat3/mat4. Sorry about that