{"id":13743925,"url":"https://github.com/david-gregory/ascollada","last_synced_at":"2025-05-09T02:31:53.168Z","repository":{"id":140525200,"uuid":"1551508","full_name":"david-gregory/ascollada","owner":"david-gregory","description":"AS3 library to parse COLLADA files","archived":false,"fork":true,"pushed_at":"2011-05-21T16:07:57.000Z","size":1266,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-15T15:41:16.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ascollada.org","language":"ActionScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"timknip/ascollada","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/david-gregory.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-03-31T15:43:31.000Z","updated_at":"2012-12-31T17:22:40.000Z","dependencies_parsed_at":"2023-03-11T21:56:56.641Z","dependency_job_id":null,"html_url":"https://github.com/david-gregory/ascollada","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/david-gregory%2Fascollada","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/david-gregory%2Fascollada/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/david-gregory%2Fascollada/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/david-gregory%2Fascollada/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/david-gregory","download_url":"https://codeload.github.com/david-gregory/ascollada/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253177757,"owners_count":21866394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:00:59.815Z","updated_at":"2025-05-09T02:31:52.910Z","avatar_url":"https://github.com/david-gregory.png","language":"ActionScript","funding_links":[],"categories":["File Formats"],"sub_categories":["3D Formats"],"readme":"David Gregory's fork Notes:\n---------------------------\n\nThis fork of Tim Knip's ASCollada was created to put in place a couple of things.\n\na) minor bug fixes.\nb) a conversion from AS3 Arrays to Vectors, where appropriate.\n\nTim Knip's original README\n--------------------------\n* This explains how to use bootstrap ASCollada and begin parsing a collada document.\n\n/** \n *\n */\nprivate function buildNode(node:DaeNode):void {\n\n}\n\n/**\n *\n */\nprivate function buildScene():void {\n\tbuildNode(this.document.scene);\n}\n\n/**\n *\n */\npublic function parse (collada:XML) {\n\tvar document:DaeDocument = new DaeDocument();\n\tthis.document.addEventListener(Event.COMPLETE, onParseComplete);\n\tthis.document.read(collada);\n} \n\n/**\n * \n */\nprivate function onParseComplete(e:Event) : void {\n\tbuildScene();\n}","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-gregory%2Fascollada","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavid-gregory%2Fascollada","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-gregory%2Fascollada/lists"}