bin format ?

bin format ?

Portrait de azrak
hi ..
Can you explain more about the type of binary file used with the xml. how can i create that file..?
Thanks
3 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de Kundan Kumar

Dear azrak,

Please see the link below
http://www.stylusstudio.com/binary_xml.html

Portrait de Sven Woop (Intel)

The XML File stores the structure of the scene while the bin file stores large data arrays. From the XML file one can point to a byte offset of the bin file and read a number of array elements from there. For instance a mesh can have the following as normal array specification: This line says that at byte offset 1024 a number of 100 float3 values should be read into the normal array. For some more information look in the file app/importers/xml.cpp functions loadBinary and loadVec{2f,3f,3i}Array, etc.

Connectez-vous pour laisser un commentaire.