public void Load_File(string collada_file){
private Grendgine_Collada loaded_file = null;
loaded_file = Grendgine_Collada.Grendgine_Load_File(collada_file);
if(loaded_file != null){
//load was a success, do what is needed with it.
}
}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, could you please post a simple example of how to use these classes? For example, how to read a .dae file in a C# console project. Thank you.
Last edit: Anonymous 2013-08-06