GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

OpenGL Programming

Welcome to the OpenGL programming forum.

Post New Thread
Threads in Forum : OpenGL Programming Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
Question
by Mitchie
Hello! I'm creating an opengl code by animating an object. So, I'm using a keyboard input so that i can move the object. I have successfully compiled and run the object. But when I pressed a keyboard input, the program is "Not Responding". :( I am using Windows Vista OS. I've tried my code with...
02-Nov-2009 04:47
by Mexican Bob Go to last post
1 570
 
by pixelereSet
hi everybody! im try to do this tutorial(the camera part III): www.morrowland.com/apron/tut_gl.php to navigate in a scene of just a triangle and a quad, and i did it in MFC the problem is that is flickering too much!!!
15-Jul-2009 00:51
by pixelereSet Go to last post
0 376
 
by thekilla1234
I bought the OpenGL Superbible Fourth Edition and I have reached the 'Your First Program' section (Listing 2.1 for reference). I spent a while getting all the libraries setup and the program finally compiles with no warnings or errors, but when I run the program, the window doesn't load up, there...
30-Jun-2009 13:52
by thekilla1234 Go to last post
0 247
 
by aussteve
I have a scene consisting of some cubes.I want to interactively view it by changing viewpoint(And camera orientation).I had found similar opengl program for projection transformation and understand the program to a large extent.I am slightly confused about choosing parameters of glFrustum for my...
12-May-2009 16:23
by aussteve Go to last post
0 598
 
by nancycoder
I am a beginner kernel programmer. I need to write a kernel code for a new system call called int sys_printstr(void *buf); This system call returns the usual success/failure codes. The buf argument that it gets is an encoded string as follows: the first byte in buf contains the length of the...
21-Jan-2009 07:36
by Mexican Bob Go to last post
1 1,493
 
by vbnet2005
Hi, I have a box on screen which uses keyboard input to allow the user to move the object left,right, up, down. What i want to know it, once the user takes the box out of the window, how do i get it to reappear? eg, user moves the box to the left, off the screen and so repears on the right hand...
21-Jan-2009 07:24
by Mexican Bob Go to last post
1 436
 
by genesaika
Does OpenGL need some special program installed on a computer to run programs made with it? If not then what does it run in? Also I would like to know where is the best place to learn OpenGL from. I am working with VC++ 2008 express on windows vista.
21-Jan-2009 07:07
by Mexican Bob Go to last post
1 526
Red face
by sheree
Hello everyone, I had built my camera by only using the position of the camera and its reference point where they are the parameters of opengl function : glLookAt(eye_x,eye_y,eye_z,center_x,center_y,cente_z,up_x,up_y,up_z); and I have my view domain represented by the position of the camera as...
01-Aug-2008 11:09
by sheree Go to last post
2 1,621
Unhappy
by sheree
Hello everyone, I had a problem by dealing with the display function in opengl. Well, the problem goes as following: I would like to use a function inside display function of opengl, and having a variable in that function which can be changed interactively, could be by keyboard function,but in...
25-Jun-2008 12:33
by sheree Go to last post
1 485
Talking
by jlw501
#include <stdio.h> #include <stdlib.h> #include <GL/glut.h> #include <math.h> #define SPACE 32 #define ESCAPE 27 GLint window; GLint window_height; GLint Xsize=400;
13-Jun-2008 01:08
by steve.john6 Go to last post
8 743
 
by sheree
Hello everyone, I would like to get some advices from whom had experiences by working on glew.h library with BCC55, So what I did to get it as follows: 1. going to the link of The OpenGL Extension Wrangler...
31-May-2008 15:52
by sheree Go to last post
1 954
 
by genesaika
I am trying to compile a program and I get the error: Error 1. I am using dev-C++ on Windows Vista. Please if you have any info for me can you tell me? Also I would like to know if anyone has a rather easy tutorial for openGL I'm rather new and am trying to learn what I can. My plan for...
04-May-2008 19:46
by genesaika Go to last post
1 1,215
 
by tarek issa
hi, im new here, who's the "man" who know opengl programming to discus with?!
21-Apr-2008 10:29
by tarek issa Go to last post
2 502
 
by obduk
I am trying to make a OpenGL Program that enters game mode. I am using C++ and GLUT on Linux (Ubuntu, Gnome). I have made a program that enters gamemode, changing the screen to the set resolution before on windows, but I cannot seem to make it work on Linux. The program creates a blank canvas the...
11-Apr-2008 07:39
by obduk Go to last post
0 1,010
 
by nora_antonia
hello I implemented a rotating cube in opengl which rotates when the user moves the mouse. I am a beginner with opengl, so i wanted to ask you a question on rotating. here is my code for the rotation : void CDiplomaView::OnLButtonDown(UINT nFlags, CPoint point) { // TODO: Add your message...
10-Apr-2008 12:37
by nora_antonia Go to last post
0 1,088
 
by nick5309
I'm an intermediate C++ programmer, and i'm interested in learning how to make games. I'm not very familiar with game programming at all, but i know about OpenGL and DirectX. What would you guys recommend i learn/use? And also, could you link me to some killer tutorials? My gratitude in advance :D
22-Jan-2008 23:41
by Peter_APIIT Go to last post
6 1,939
 
by jeremy.oakes
Has anybody done any work with hosting an XServer as a texture in an OpenGL application? I'm looking for an open source project so that I do not have to reinvent the wheel if I don't have to.
21-Jan-2008 07:30
by jeremy.oakes Go to last post
0 508
 
by ce2007
Hello all, I have an image with white background and a single blackdot on it. I was wondering if there is any function to read the pixels of an image to find the blackdots position by calculating the centroid of the black dot. I am new to opengl and c++ programming, i would appreciate if anyone...
10-Dec-2007 01:45
by whitepenguin Go to last post
1 602
Exclamation
by Xeiph
can someone please explain how exactly i can link the GLUT files i have downloaded with visual studio 2005 so i can start using opengl and compiling programs? i cant seem to get anything running properly.
26-Nov-2007 19:51
by Xeiph Go to last post
4 2,952
 
by StiRaSpecC
Hi Guys!! This is my first post on the forum. I'm trying to learn how to program in open gl. I recently bought a book on open gl game programming and am having trouble with one of the exercises. I'm not sure if it is ok to post the source code on here, but here goes. #include <gl\glut.h> #include...
25-Nov-2007 20:26
by daffymaria Go to last post
10 1,554
Post New Thread

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 32 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 22:27.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.