Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: 3D Camera

  1. #1
    Member
    Join Date
    Apr 2012
    Location
    Düsseldorf im Rheinland
    Posts
    38

    Red face 3D Camera

    Hope you like the Delphi / OpenGL example!

    The example takes XYZ-coordinates and interpolates linear; I think it´s not to hard to improve it to use catmull-rom or spline interpolation!

    Feel free to post improvements, ports to other compiler and platforms or a comment about this subject !
    Attached Files Attached Files
    Last edited by Micronix-TRSI; 15-09-2012 at 06:04 PM.

  2. #2
    Member
    Join Date
    Apr 2012
    Location
    Düsseldorf im Rheinland
    Posts
    38
    I made an example which includes the Milkshape MS3D Animation Project.
    Last edited by Micronix-TRSI; 15-09-2012 at 06:09 PM.

  3. #3
    thanks again , making opengl code bank would be nice idea , just like delphi TipsManager

  4. #4
    PGDCE Developer de_jean_7777's Avatar
    Join Date
    Nov 2006
    Location
    Bosnia and Herzegovina (Herzegovina)
    Posts
    287
    The example crashes. I'm on Windows 7 SP1 x32, Athlon II X2 240, 4 GB DDR3 and a Radeon HD6850.

    I get the following:
    Exception EAccessViolation in module OpenGLApp.exe at 00000000.
    Access violation at address 00000000. Read of address 00000000.
    Sounds like the program is dereferencing a nil pointer somewhere.
    Existence is pain

  5. #5
    Member
    Join Date
    Apr 2012
    Location
    Düsseldorf im Rheinland
    Posts
    38
    de_jean_7777:
    The executeable file features the Farbrausch Synth V2. I included the v2.DLL in the executeable, maybe that is the reason. My AntiVir don´t like the Synth, too!

    Do you get an exception if you compile the sourcecode?

  6. #6
    PGDCE Developer de_jean_7777's Avatar
    Join Date
    Nov 2006
    Location
    Bosnia and Herzegovina (Herzegovina)
    Posts
    287
    Can't compile the source code, since I don't have Delphi. I tried to convert the project to use with Lazarus, but there are some difficulties, like the missing jpeg unit and I don't have the time to see if I can replace this with something from fpc/lazarus.
    Existence is pain

  7. #7
    It runs perfectly on Windows 7 after I compiled it under Delphi6.

  8. #8
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Will definitely give this a go once I get back home from the weekend
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  9. #9
    Member
    Join Date
    Apr 2012
    Location
    Düsseldorf im Rheinland
    Posts
    38

    Milkshape MS3D Simple Car

    Milkshape MS3D Car [TRSI].jpg

    Delphi / OpenGL Example - minor updated v1.2
    Attached Files Attached Files
    Last edited by Micronix-TRSI; 22-01-2013 at 09:23 PM.

  10. #10
    Quote Originally Posted by Micronix-TRSI View Post
    Hope you like the Delphi / OpenGL example!

    The example takes XYZ-coordinates and interpolates linear; I think it´s not to hard to improve it to use catmull-rom or spline interpolation!

    Feel free to post improvements, ports to other compiler and platforms or a comment about this subject !
    As usual you are doing great work mate

    Much appreciated

    cheers,
    Paul

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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