| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
 |
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...
|
|
1 |
526 |
|
|
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!!!
|
|
0 |
351 |
|
|
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...
|
|
0 |
227 |
|
|
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...
|
|
0 |
562 |
|
|
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...
|
|
1 |
1,470 |
|
|
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...
|
|
1 |
423 |
|
|
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.
|
|
1 |
519 |
|
 |
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...
|
|
2 |
1,597 |
|
 |
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...
|
|
1 |
480 |
|
 |
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;
|
|
8 |
740 |
|
|
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...
|
|
1 |
928 |
|
|
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...
|
|
1 |
1,185 |
|
|
by tarek issa
hi, im new here,
who's the "man" who know opengl programming to discus with?!
|
|
2 |
497 |
|
|
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
|
0 |
990 |
|
|
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...
|
|
0 |
1,072 |
|
|
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
|
|
6 |
1,915 |
|
|
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.
|
|
0 |
499 |
|
|
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...
|
|
1 |
592 |
|
 |
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
|
4 |
2,915 |
|
|
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...
|
|
10 |
1,537 |