undefined
undefined

Collada import testing



6/9/2011
So finally was able to test the support for GLGE’s collada import support.
This is what we did-
  •  Downloaded GLGE from the official website - http://www.glge.org/
  • When unzipped it contained a folder named samples.
  •  It had many sample GLGE projects that was a very good point to start our capability testing.
  • At the moment we are concerned about the support for import of 3d models.
  • To test it we-

o   Created a sample web project in NetBeans IDE.
o   Copied the whole GLGE folder into the \Web folder in the projects folder.
o   In the NetBeans IDE projects pane, browsed for the samples\collada folder and ran the index.html file.
o   Wallah!!!

Some observations
·         If the whole GLGE folder was not copied, it would not work because in the folder there are many necessary files without which the collada import would not have worked.
·         The index.html has to be run on a server, I used ‘glassfish’. We are using the server because the html file is using external ‘.dae’ files.
·         Tested on both firefox 5 and chorme 13.
·         Currently there is a small lag expecially during loading.


0 comments to "Collada import testing"

Post a Comment