PDA

View Full Version : Objective-C Camera Class Troubles


Nick
2004.10.08, 02:08 PM
This is my first attempt at making a camera in Objective-C for use with Cocoa. I have tried to make this for a first person perspective. As is there is no motion whatsoever I see there is a problem.

I have all the code available on my website at http://www.angelfire.com/indie/simreality/. I can't figure this out.

Also with the new camera class is an SDL example camera class I'm working on converting the old camera class worked but I want one 1) in Objective-C and 2) not using SDL. If anyone has time and wants to help me out, please go to my website and download the code.

I'm not sure if nothing's updating or if it's that it's not telling OpenGL where to look properly or what the problem could be. I'm going to try some error checking code but I'm not sure how effective that will be (I'm bad at writing error checking code).