

The order of binary file is Vertex count Index Count Vertex Data Index Data By using human-readable format for storing data, the data files will be easy to debug if there is any problem, and by using binary as a run time data, it will make data faster to be loaded to a game engine. Also, it help compress the assets size. For the binary data, it should be consistent for no matter what platform the data is for. The reason been you dont want to debug binary date for each platform if there is a prob...

Tap to see all activity →
No reviews for Assignment 8 yet
Be the first to write one.