[DiscordArchive] The index in the M2TrackBase is greater than the num values in the Global Loop List?
[DiscordArchive] The index in the M2TrackBase is greater than the num values in the Global Loop List?
Archived author: Nix • Posted: 2024-01-27T20:27:00.288000+00:00
Original source
The index in the M2TrackBase is greater than the num values in the Global Loop List?
Archived author: badopsec • Posted: 2024-01-27T20:29:58.008000+00:00
Original source
the M2TrackBase index is greater than the number of timestamp arrays it has
Archived author: badopsec • Posted: 2024-01-27T20:30:02.656000+00:00
Original source
i.e. this is triggering https://github.com/Deamon87/WebWowViewer...#L285-L287
[Embed: WebWowViewerCpp/wowViewerLib/src/engine/algorithms/animate.h at mas...]
Contribute to Deamon87/WebWowViewerCpp development by creating an account on GitHub.
https://github.com/Deamon87/WebWowViewer.../animate.h
Archived author: badopsec • Posted: 2024-01-27T20:30:20.305000+00:00
Original source
i'm guess i'm unclear as to why that edge case exists
Archived author: Nix • Posted: 2024-01-27T20:36:35.973000+00:00
Original source
You don't use it to access the timestamp list in the M2Track itself, but in the root M2 file, you have the global_loops
Archived author: Nix • Posted: 2024-01-27T20:37:06.833000+00:00
Original source
https://github.com/Deamon87/WebWowViewer...ate.h#L280
This is what handles the global looping
[Embed: WebWowViewerCpp/wowViewerLib/src/engine/algorithms/animate.h at mas...]
Contribute to Deamon87/WebWowViewerCpp development by creating an account on GitHub.
https://github.com/Deamon87/WebWowViewer.../animate.h
Archived author: badopsec • Posted: 2024-01-27T20:38:34.855000+00:00
Original source
hmm, but aren't the timestamps still accessed per-track here? https://github.com/Deamon87/WebWowViewer...ate.h#L303
[Embed: WebWowViewerCpp/wowViewerLib/src/engine/algorithms/animate.h at mas...]
Contribute to Deamon87/WebWowViewerCpp development by creating an account on GitHub.
https://github.com/Deamon87/WebWowViewer.../animate.h