Hi,
I am looking for information selecting a point in 2d using mouse and moving it with mouse and getting back feedback (that is new point location). Also will it be possible to move point in...
Type: Posts; User: apoorv
Hi,
I am looking for information selecting a point in 2d using mouse and moving it with mouse and getting back feedback (that is new point location). Also will it be possible to move point in...
Hi
Actually I have pasted code for 2 windows only, the thrid is repration like mean curve till glPUSHMATRIX . Even with 2 window I am getting same error. Am I missing some command or step which is...
This is Main Display Call Code
call glutinit()
call glutinitdisplaymode(ior(GLUT_SINGLE,GLUT_RGB))
call glClearColor(1.0,1.0,1.0,1.0)
! Calling Profile Curve ...
Hi,
Which code can help. Do you want part of the code I have written
Apurva
Hi,
Yes it is white only when I start. On readjusting the window it comes in black background. Also I want white background for that window, but whatever I have tried it comes black.
Any help...
Hi,
I am opening multiple window using fortran and OPENLGL. Now the problem I am facing is that the first window I am opening comes as blank white. I am attaching a snapshot.
I you can help me...
Hi
Being a beginner I have a silly question for experts. I have a window of size 500 by 500 and want to display a Nurbs Curve in Range of x-range = 0 to 10 y-range = 0 to 8. Now my basic question...
Hi,
I am a beginner in Opengl programming and trying to dirty my hands in Opengl Programming with fortran 90/95. I am stuck with nurbs display program. I just want to display nurbs statically, not...