Menu

documentation

Help
Anonymous
2013-08-06
2013-08-30
  • Anonymous

    Anonymous - 2013-08-06

    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
  • number1101

    number1101 - 2013-08-30
    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.
        }
    }
    
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.