User Tag List

Results 1 to 4 of 4

Thread: tutorials for openGL?

  1. #1
    No Products Registered

    Join Date
    Jul 2011
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    tutorials for openGL?

    can someone tell me some tutorials for the openGL objects?

  2. #2
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  3. #3
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: tutorials for openGL?

    The first two MMF2 example's should show you that accurate 3D projection is simply a problem in positioning points on a screen.

    The final example shows how OpenGL can help optimize 3D gaming by speeding up ( in actuality parallelising ) the super-tight core loop of rasterization, which is; filling the space between the points we have positioned.



    if you already know OpenGL then you probably want an example which exclusively uses Xlua for GL procedures and doesn't pass-off any difficulty's of implementation to the GL sister objects (eg clear, MS3D ... )

    I have written several engines like and they far exceed the performance possible otherwise; however i haven't uploaded any here so for now, just know it's possible

  4. #4
    No Products Registered

    Join Date
    Jul 2011
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: tutorials for openGL?

    thanks bro! I never used any form of 3D before, so I'm fine with those tutorials. thanks

Similar Threads

  1. OpenGl ? how to get all opengl extensions?
    By warlords in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 26th May 2016, 09:57 PM
  2. [BUG] HWA and OpenGL
    By ColdFire in forum Hardware Accelerated Runtime
    Replies: 5
    Last Post: 16th July 2011, 03:30 AM
  3. Help? OpenGL HUD?
    By Tim in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 22nd November 2009, 02:42 AM
  4. Opengl
    By regs23 in forum Extension Development
    Replies: 1
    Last Post: 28th August 2009, 08:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •