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...
Type: Posts; User: shanshan
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...
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...
Hello,
I have some tga image files, named: frame0551.tga frame0552.tga frame0553.tga ...
how can I make these images to a video?
Can you give me an example of call a timer or something that gives time to trigger rendering of next model.
Thank you.
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.
...
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:...
Thank you so much.
I just install all of these packages you list, and now it works.
Thank you so much. I do like this:
# yum install libXmu-devel
and now it works! o(∩_∩)o
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 =...
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 &...
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...
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...
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])
...