Hi hybrid,
A simple mesh with no texture:
http://www.cgdev.net/test/plane_bin.X
More complex samples with animations can be found on this page:
http://www.cgdev.net/download.php
You don't need to download the exporter because these zip files already contain a binary X file.
Alin
Search found 2 matches
- Tue Nov 26, 2013 3:26 pm
- Forum: Bug reports
- Topic: [fixed] Parsing .X files
- Replies: 10
- Views: 3173
- Mon Nov 25, 2013 2:33 pm
- Forum: Bug reports
- Topic: [fixed] Parsing .X files
- Replies: 10
- Views: 3173
[fixed] Parsing .X files
Version 1.8.1 will fail to parse binary format X file when it use DeclData. In debug mode the engine will report: "No closing brace in DeclData", the reason is the parser forgot read the opening brace when it start parsing the DeclData block. This bug can be fixed by modifying CXMeshFileLo...