Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: shanshan

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,182

    Thank you Dark! I try to use valgrind run the...

    Thank you Dark!
    I try to use valgrind run the program, here is the output:
    valgrind ./scooppic
    valgrind: mmap(0x804f000, 1408000000) failed in UME with error 22 (Invalid argument).
    valgrind: this...
  2. Replies
    2
    Views
    1,182

    Cannot run program.

    I have a program can run normally previous, but can not run now.
    I did not change the code, so the code is correct.
    here is the out put information when i run the code.

    $ gdb scooppic
    GNU gdb...
  3. Replies
    3
    Views
    960

    Fedora How to make a movie?

    Hello,
    I have some tga image files, named: frame0551.tga frame0552.tga frame0553.tga ...
    how can I make these images to a video?
  4. Replies
    4
    Views
    1,309

    Re: Make animation by OpenGL

    Can you give me an example of call a timer or something that gives time to trigger rendering of next model.
    Thank you.
  5. Replies
    4
    Views
    1,309

    Re: Make animation by OpenGL

    Thank you ZbuffeR!
    scooppic is write by C programmer.
    I have the source code, and can modify myself.
    The part of the source code is list below.
    If need more details please tell me.


    ...
  6. Replies
    4
    Views
    1,309

    Make animation by OpenGL

    I have some files, the file name like these: exp001a exp001b exp001c .... exp001i. There are total 10 files.
    Each file includes the information for a model in 3 dimensions.
    For example the file:...
  7. Thread: Makefile

    by shanshan
    Replies
    4
    Views
    1,369

    Re: Makefile

    Thank you so much.
    I just install all of these packages you list, and now it works.
  8. Replies
    4
    Views
    2,633

    Re: make: /usr/bin/ld: cannot find -lXmu

    Thank you so much. I do like this:
    # yum install libXmu-devel
    and now it works! o(∩_∩)o
  9. Replies
    4
    Views
    2,633

    make: /usr/bin/ld: cannot find -lXmu

    I have a make file the following is a part of this make file.

    ############## Makefile ################################
    NCDIR = /usr/include/
    LIBDIR = /usr/lib/

    GL_LIB = libGL.so
    GLU_LIB =...
  10. Thread: Makefile

    by shanshan
    Replies
    4
    Views
    1,369

    Re: Makefile

    Thank you Dark Photon .
    I use the command:
    # ls -l /usr/lib/libGL
    libGL.so.1 libGL.so.1.2 libGLU.so.1 libGLU.so.1.3.070801
    so I did not have the lib file libGL.so &...
  11. Thread: Makefile

    by shanshan
    Replies
    4
    Views
    1,369

    Makefile

    I try to install software in my laptop
    The head of the Makefile is:
    INCDIR = /usr/X11R6/include
    LIBDIR = /usr/X11R6/lib
    GL_LIB = libGL.so
    GLU_LIB = libGLU.so
    GLUT_LIB = libglut.so

    I cannot...
  12. Replies
    4
    Views
    9,717

    Re: Install OpenGL in Fedora.

    Thank you arts and Henry. Thank you so much.
    I follow the website http://forums.fedoraforum.org/showthread.php?t=155503 step by step try to install. After reboot I go to a black screen with many...
  13. Replies
    4
    Views
    9,717

    Install OpenGL in Fedora.

    I don't know how install OpenGL in Fedora.
    and the following is my VGA information.
    01:00.0 VGA compatible controller: ATI Technologies Inc Device 68f9 (prog-if 00 [VGA controller])
    ...
Results 1 to 13 of 13