Search results

  1. L

    3D file reader

    Thanks for the recommendations. I'll give it a try and look at those docs. -Len
  2. L

    3D file reader

    I am trying to write a Wavefront .obj 3D file reader in Cocoa and am running into simple problems like comparing NSString variables to explicit strings like: if (MyNSString == 'v 12') { blah } I'm used to PERL where this is all very easy. Cocoa has oodles of special methods for...
Back
Top