Skip to content

Commit 5672c2f

Browse files
authored
Update Readme.txt
1 parent ffae25f commit 5672c2f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Readme.txt

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
The MIT License (MIT)
2-
31
Copyright (c) 2012 Erik M. Buck
42

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6-
7-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8-
9-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10-
11-
COLLADAViewer2
3+
#COLLADAViewer2
124
An instructional OS X application to load/display COLLADA Models and export to compact binary representations.
135

146
COLLADA is a royalty-free XML schema that enables digital asset exchange within the interactive 3D industry. COLLADA is the best way to import complex 3D models into your own applications. Almost every popular 3D modeling tool these days supports export to COLLADA format. As you may suspect, the COLLADA format specification is huge and complex to support just about every kind of information 3D modeling tools might generate.
@@ -23,4 +15,4 @@ After the publication of "Learning OpenGL ES for iOS", the limits of COLLADAView
2315

2416
This repository contians an Xcode project with source code to parse COLLADA XML files and supports a much greater subset of the COLLADA Specification than COLLADAViewer.app. The sample is useful as a demonstration of Apple's Objective-C XML parsing classes in general as well as the specific challenges of COLLADA. The alpha version of COLLADAViewer2 should correctly display almost any COLLADA model that Apple's Preview application can display. Exporting compact binary "modelplist" files from COLLADAViewer2 produces the same result as COLLADAViewer and suffers the same limitations. The next planned improvement to COLLADAViewer2 introduces a new more flexible "compact binary representation" for use in iOS applications.
2517

26-
Everything here is licensed under the permissive MIT License: http://opensource.org/licenses/mit-license.php
18+
Everything here is licensed under the permissive MIT License: http://opensource.org/licenses/mit-license.php

0 commit comments

Comments
 (0)