stream-based library for reading and writing COLLADA files
OpenCOLLADA is a library that allows computer graphics software applications to read and write COLLADA (COLLAborative Design Activity) files. COLLADA files are typically XML-based documents identified with a .dae (digital asset exchange) filename extension.
OpenCOLLADA is a library that allows computer graphics software applications to read and write COLLADA (COLLAborative Design Activity) files. COLLADA files are typically XML-based documents identified with a .dae (digital asset exchange) filename extension.
To install opencollada, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install opencollada
To see what files were installed by opencollada, run:
port contents opencollada
To later upgrade opencollada, run:
sudo port selfupdate && sudo port upgrade opencollada
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.