What steps will reproduce the problem?
1. use svn to checkout the source
2. open xcode project
3. open Resources and Models groups
What is the expected output?
cylinder2.mtl, cylinder2.obj included in the list.
What do you see instead?
These files are not included.
What version of the product are you using?
Version as of May 14
On what operating system?
OS X 10.5.6
Please provide any additional information below.
Add those files to the project, then open GLViewController.m and change
line 110 from:
path = [[NSBundle mainBundle] pathForResource:@"uvcube2" ofType:@"obj"];
to
path = [[NSBundle mainBundle] pathForResource:@"cylinder2" ofType:@"obj"];
this will cause a nice cylinder to appear right above the earth.
Original issue reported on code.google.com by rnis...@gmail.com on 15 May 2009 at 3:59
Original issue reported on code.google.com by
rnis...@gmail.com
on 15 May 2009 at 3:59