assimp/samples/SimpleAssimpViewX
Krishty 758116b083 removed trailing spaces and tabs from source and text
This commit ignores the “contrib” folder in order to prevent merge conflicts in dependencies, should these be updated via git.
2021-07-29 13:28:51 +02:00
..
English.lproj - update CHANGES.current. 2010-11-21 14:57:00 +00:00
MyDocument.xcdatamodel - update CHANGES.current. 2010-11-21 14:57:00 +00:00
SimpleAssimpViewX.xcodeproj make the Xcode project `SimpleAssimpViewX.xcodeproj` work 2016-07-06 16:45:49 +08:00
include - update CHANGES.current. 2010-11-21 14:57:00 +00:00
ModelLoaderHelperClasses.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
ModelLoaderHelperClasses.mm - update CHANGES.current. 2010-11-21 14:57:00 +00:00
MyDocument.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
MyDocument.mm Misc. typos 2017-11-09 17:19:26 -05:00
README Make file formatting comply with POSIX and Unix standards 2020-03-21 02:34:12 -04:00
SimpleAssimpViewX-Info.plist - update CHANGES.current. 2010-11-21 14:57:00 +00:00
SimpleAssimpViewX_Prefix.pch - update CHANGES.current. 2010-11-21 14:57:00 +00:00
main.m - update CHANGES.current. 2010-11-21 14:57:00 +00:00

README

Mac OSX Assimp Sample, using OpenGL with VBOs
=============================================

Written & donated by drparallax.
See http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3917829


How to build:
-------------

  - compile Assimp as static library, copy the generated libassimp.a right here.
  - copy the Assimp headers from ./../../include to ./include
  - open the XCode project file and build it


Troubleshooting:
----------------

  - OSX workspaces are not updated too frequently, so same files may be missing.

If you have any problems which you can't solve on your own, 
please report them on the thread above.