how to convert binary of a 3D xaml resource, to make the program light weigh  
Author Message
maverick_majnoo





PostPosted: Windows Presentation Foundation (WPF), how to convert binary of a 3D xaml resource, to make the program light weigh Top

Hi,

     I have a really complex 3d object with me, and is of around 3000 lines of xaml....when i program wityh this objet in ide, it just fails to load, / makes the IDE slow.

Now, the thing is i could have kept it as a resource but still the resource file would m,easure around 8 mb in size....

can we make this whole thing really light by converting the whole 3d xaml piece in to some binay format like .bin (they use somewhat like this in Computer games likes NFS).

thanks and regards

brij

 



Visual Studio 200833  
 
 
Zhou Yong





PostPosted: Windows Presentation Foundation (WPF), how to convert binary of a 3D xaml resource, to make the program light weigh Top

I am interested in knowing if you compile the xaml file into baml resource, how large is it

Sheva