Recent content by iceyg

  1. I

    Cocoa 2D OpenGL Texture + easy Question

    hey, One thing that the WWDC provided for me was that I found out an extra easy way to make the OGL texture look as it does in the file. Answer: change the glTexCoords. I felt almost dumb when the guy in the lab told me this, but oh well. It should look something like this...
  2. I

    Help file for app... using a PDF?

    well, as personal opinion here...since it doesn't open in help viewer this method comes off to be as being a bit ghetto. But if it works then hey, that's good. I would consider using the help viewer to have your app look more normal/professional. Also, I think help viewer may have a better...
  3. I

    Cocoa 2D OpenGL Texture + easy Question

    oh oh oh! I got it to work in a standard NSOpenGLView! woo!! Now time to figure out why it's a white spinning cube. I guess my a.bmp is the wrong size, #colors or something. Then I'll make it 2D. I'll write back with any issues.
  4. I

    Cocoa 2D OpenGL Texture + easy Question

    How would I go about using this to draw to any view? I tried to make MyWindowController a subclass of NSOpenGLView in IB and in PB and that just came up as a white (empty) view. (I assume b/c the drawRect function was missing).
  5. I

    Cocoa 2D OpenGL Texture + easy Question

    I see you're using an NSImage...interesting. Well, the code segment you gave me was a bit incomplete...It's missing the myGLContext class, the texture and some other usefull things, so it's not much of a help. But it sparked my head into thinking that maybe I should just use the whole window...
  6. I

    Cocoa 2D OpenGL Texture + easy Question

    yeah, the NeHe tutorial 6 says that the bitmap needs to be flipped inorder to draw it as it is shown (should be flipped on X-axis yeah). I read this in other places too. OpenGL has a co-ordinate system where the bottom left is (0,0)...for textures, while the Mac OS has top left as (0,0) as the...
  7. I

    Cocoa 2D OpenGL Texture + easy Question

    Ok, I'm new to OpenGL, and I tought I could do it, but I'm starting to think I can't anymore. 1. I checked out Apple's OpenGL sample code with the green triangle (Green Triangle ), and I had no trouble doing it. Then I went to the NeHe tutorials to see if I could do textures...Apparently...
  8. I

    Simple cocoa icon question

    Sweet, it worked :D. It worked after a compile and logout for me though, not just a compile. Thank you very much...I will have to research this info.plist file to see what other goodies it can provide me, thanks!
  9. I

    Simple cocoa icon question

    Hey. This is my first major cocoa programming project in Objective-c and I've had this problem buggin' me all day. I have an app right now that all it really does is test the classes behind it. I have a very nice icon for this app also. I'd like this icon to be the icon for the application...
  10. I

    Heat/Power PC/MAC Processors

    You Guys ROCK! I couldn't find anything, but hey, I know what one of my citations will be now! you guys helped me out more that you think. Friday I'll live up to my end of the deal and convince people why Mac's are good :) BRENT
  11. I

    Heat/Power PC/MAC Processors

    Anyone know where I can find a comparison of PC and MAC Processors in terms of heat and power consumption? I remember reading an article awhile ago on this and compared those results with the human brain, I thought this was amusing, but I need these facts so I can cite them in a speech I'm...
  12. I

    [HOWTO] - Use iTunes as an alarm clock

    also you could get iTunes Clock off of versiontracker too. it's got a GUI and it's free! has a fature to set volume to max. the only problems are that it works off of 24 hr time, it'll only unpause a selected song, and it won't wake from sleep.
  13. I

    UNIX basics?

    Decent! it work, and I'm printing out that whole thing on Unix basics. A start to a new life here :)
  14. I

    UNIX basics?

    hey I was a 9 wizard, but the migration to X has made me stupid, so sorry if this sounds like an elementary problem. I hope to know more about UNIX someday. I was in itunes and I noticed some color me badd tags were not right, so I tried to correct them and it wouldn't let me. I go to...
  15. I

    menubar clock freezes

    I haven't been in AIM or IE all day and it froze, so those apps have nothing to do with it. I dunno what else I can do now... And I got it bad too b/c clicking the now unchecked "show clock in menubar" checks it until I quit system prefs and go back to it where it is unchecked again. And as...
Back
Top