You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem was that I needed access to , which you removed (the *Full() variant). That acess should be provided as well.
All parts of the hkTriangles are accessible - instead, I take it that you mean that the access isn't convenient for iteration, right? If you write the patch it will be even faster. :-)
Again, make sure setter and getter are symmetric, as in the remainder of the lib (it wasn't the case in your original patch).
Regarding the name, GetHkTriangles SetHkTriangles seems clearer?
The text was updated successfully, but these errors were encountered:
Verify patch was added and if iterator is needed.
Provides access to the MOPP-info and corrects a few API texts.
https://www.dropbox.com/s/xpniuvaynwlwau2/hkPackedNiTriStripsData.h.diff?dl=0
https://www.dropbox.com/s/a90451eozrkelj0/hkPackedNiTriStripsData.cpp.diff?dl=0
How about this?
amorilia/niflib@50a17d6
The problem was that I needed access to , which you removed (the *Full() variant). That acess should be provided as well.
All parts of the hkTriangles are accessible - instead, I take it that you mean that the access isn't convenient for iteration, right? If you write the patch it will be even faster. :-)
Again, make sure setter and getter are symmetric, as in the remainder of the lib (it wasn't the case in your original patch).
Regarding the name, GetHkTriangles SetHkTriangles seems clearer?
The text was updated successfully, but these errors were encountered: