Assignment 8
A downloadable game
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 don’t want to debug binary date for each platform if there is a problem
The size of helix model with the form of human readable file is 1.96 MB
The size of helix model with the form of binary is 664 KB
It tooks 735689 ticks if I load as lua file for a helix model
It tooks 6562 ticks if I load as binary for a helix model.
Status | Released |
Author | dropanddrop |
Leave a comment
Log in with itch.io to leave a comment.