Import()

The ColladaImporter.cs contains 2 overloaded functions to import your Collada model:

GameObject Import(string colladaString)
This reads the colladaString and creates a GameObject (possibl... The ColladaImporter.cs contains 2 overloaded functions to import your Collada model:

GameObject Import(string colladaString)


This reads the colladaString and creates a GameObject (possibly with children) that has a MeshRenderer and a MeshFilter component added to it.

To obtain the me... read more

< Back to previous page






follow us