[3D 모델링][3D modeling] Collada란 무엇인가?
2020.02.01 18:25
Collada란 무엇인가
- COLLADA 는 COLLAborative Design Activity 의 약자로 상호 작용하는 3D Application 을 위한 file format 이다. COLLADA 는 서로 호환회지 않는 file format 으로 정보를 저장하는 다양한 graphic software application 들 사이에 digital assets 를 교환하기 위한 open standard XML schema 이다. digital assets 를 XML 로 표현한 COLLADA 문서는 보통 .dae ( digital asset exchange ) 의 확장자를 사용한다. 원래는 Sony Computer Entertainment 의 PlayStation? 3 와 PlayStation? Portable 개발을 위한 공식 format 으로 탄생한 이후로, Khronos Group 의 자산이 되었다. 현재 Sony 와 저작권을 공유하고 있다.
- COLLADA 를 import 와 export 를 쉽게 하기 위한 두 종류의 open source library 가 있다. COLLADA DOM 과 FCollada 이다. COLLADA DOM 은 저수준 interface 를 제공하기 때문에 자기 입맛에 맞게 쉽게 적용할 수 있으나 해당 version 에만 사용할 수 있고 상위 version 으로 update 하기 힘들다. 대조적으로 FCollada 는 고수준 interface 를 제공하며 모든 version 에서 사용이 가능하다. 현재 ColladaMaya? , ColladaMax? 에서 사용 중이고 몇몇 engine 에서 사용된다. 그러나 몇몇 application 은 위의 library 를 사용하지 않고 그들만의 방식으로 처리한다. Google Earth(release 4) 와 Google SketchUp? Pro 에서는 .dae file 과 texture file 들을 포함한 KML file 을 사용한다. (from http://en.wikipedia.org/wiki/COLLADA)
- COLLADA는 공개 표준을 기반으로 하는 3D 파일 형식입니다.여러분이 만드는 데이터는 여러분의 것입니다. 더 이상 특정 파일 유형으로 묶어 두지 마세요.COLLADA는 여러 소프트웨어 간에 모델을 보다 쉽게 이동할 수 있게 해줍니다. (form Google Sketchup, http://sketchup.google.com/intl/ko/product/newin7.html)
Collada가 쓰이는 곳
- COLLADA 의 탄생 이후로, 몇몇의 graphics 회사들은 사용자들에게 유용한 tool 을 만들기 위해 Sony 와 협력했다. Khronos group 은 COLLADA 를 서서희 발전시키기 위해 계속해서 노력하고 있고, Alias Systems Corporation, Criterion Software, Autodesk, Inc., 그리고 Avid Technology. 등의 회사들이 협력하고 있다. Maya (usingColladaMaya? ); 3ds Max (using ColladaMax? ); Poser (v.7.0); LightWave? 3D (version 9.5); Cinema 4D (MAXON); Softimage|XSI;Side Effect's Houdini; MeshLab?; SketchUp? , Blender, modo 그리고 Strata 3D 에서 COLLADA 를 지원한다. 또한 Unreal engine 과 Adobe Photoshop CS3 이상에서 사용할 수 있다.
- Collada를 지원한는 제품 리스트, http://www.collada.org/mediawiki/index.php/List_of_products_that_support_COLLADA
타 포멧과의 차이점 (특히 X3D)
- Comparing COLLADA and X3D:

- 유사 타 포멧들, X3D, ARML, 3DMLW, U3D? , O3D, KML
- X3D, http://en.wikipedia.org/wiki/X3D
- O3D, http://en.wikipedia.org/wiki/O3D
- KML, http://en.wikipedia.org/wiki/KML
- COLLADA and X3D have developed along parallel tracks over the last several years. While the two standards have superficial similarities—both are technologies for representing structured 3D data in XML—they are quite different in their design goals and intended use.
- COLLADA focuses on the toolchain that brings content and assets from diverse authoring tools to an application, currently targeting principally the game industry. COLLADA is an intermediate format whose primary goal is to represent rich data in multiple forms, to enable the transformation of assets as they journey from content tools that use higher level description paradigms to applications that require platform-specific optimized descriptions.
- X3D focuses on the visualization of 3D assets within applications. X3D has principally been targeted for the Web (thus the name and focus of the Web3D?Consortium). X3D is a delivery format intended to contain the information needed for interactive applications. X3D specifies behaviors and interaction, and it includes both a specific run-time model that enables picking, viewing, navigation, and scripting, and an API to manipulate the scene graph at run-time.
Collada 구조
- http://dev.log.mumbi.net/414
- COLLADA 1.5 Schema http://www.khronos.org/files/collada_schema_1_5
Collada의 AR 표준화 가능성
- AR 표준화 포멧의 정의
Collada Tutorial
- Collada 초기설정, http://blog.naver.com/beggu84?Redirect=Log&logNo=90080401714
- Papervision Collada Viewer, http://blog.anthony-scavarelli.com/?tag=sample-collada-files
Plug-in to export Collada file in MAX and MAYA
- ColladaMax_FREE_3.05C.exe
- TEST 결과 3D Animation에 대한 Export가 제대로 안됨(MAX9.0에서 테스트)
- ColladaMaya_FREE_3.05C.exe
Related Link
- COLLADA official website., https://collada.org
- Open COLLADA, http://www.opencollada.org
- Collada 모델 마우스 회전 예, http://micropilot.tistory.com/1126
- Google O3D, http://zmeun.tistory.com/133
- X3D, Web3D?
- 3DMLW
- U3D?
- ARML, http://health20.kr/1151
- collada.txt: 쉬운 COLLADA 감상글 및 추천 책.
- COLLADA AR demo, http://www.youtube.com/watch?v=Piir8EZiuU4
- COLLADA Test Model Bank, https://collada.org/owl/
Collada Sample Files
- samples.zip: Collada Samples (.dae) + Texture (.tga)
Collada Viewer Source Code (C++, OpenGL, Collada DOM with openFrameworks)
- C++, OpenGL + Collada DOM
- 소스코드
- colladaViewer_oF.zip
- Collada Viewer (C++, OpenGL, Collada DOM with openFrameworks)
- openFrameworks(C++, OpenGL) 기반으로 Win(VC++), Mac(Xcode)환경에서 모두 컴파일 가능
- 현재는 Xcode 프로젝트 파일만 작업해둔 상태.
- http://ofxcolladaloader.googlecode.com/svn/trunk/src/
[출처] https://sites.google.com/site/t9t9planet/techtree/collada
본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.

