| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by em-kay
Hi There
I'm trying to write a code of moving circles but Im facing a problem in the move function. Here is the code :
#include <iostream>
#include <cmath>
#include <windows.h>
#include <gl/Gl.h>
#include <gl/Glu.h>
#include <gl/glut.h>
double r=600/4,delta=1/r;
|
|
2 |
1,811 |
|
 |
by hdavidson
Urge for request of help with MSVC++ 2008 and OpenGL
Hello everybody,
Please allow me first to thank you for letting me register on this forum , a friend of mine recommend it to me since I am in urgent need of help from somebody that knows Microsoft Visual C++ 2008 and OpenGL notions.
It all...
|
|
0 |
588 |
|
 |
by chezmark
Hi everyone, i was wondering if you can help me out with a problem i am facing. Well i know that i am not good neither in opengl nor on physx, but i was eager to give it a try. What i was hoping to do is to make a simulation where there is a rectangular cuboid in the scene which has one side...
|
|
0 |
834 |
|
 |
by chezmark
Hi, everybody.
Iam facing a problem and i am really looking for some help on this. I could really appreciate any help from all of you crazy programers out there.
Well my problem is this (I need to mention that I have no previous experience with OpenGL), i am trying to create a fractal as the one...
|
|
3 |
1,347 |
|
 |
by anandcta1234
Dear all,
I am using DirectShow to draw video frames. But here I can't able to draw frames to graphics card directly, because I need to use source, transform and renderer filters. Because of these many filters, I am suffering from latency problem and also here renderer will do everything for...
|
|
1 |
1,278 |
|
|
by Shasoosh
I got an OpenGL project I'm working on and a 3D model from Milkshape and I'm trying to combine those 2 together. I've tried a lot of ways to import the model into my code without success. I want to be able to see the model in my C# proj and control a few animations. Here is the code and the model...
|
|
0 |
823 |
|
|
by Mehdi-110
Please could you explain the following code in detail as i am so baffled and i do not know what this code exactly does. This is a game that basically draws multiple 3d objects i don't understand how and where the drawings were achieved so could you please explain thank you in advance
here is the...
|
|
0 |
805 |
|
|
by pepsidrinker
Hi guys, i need to make a 2d engine in OpenGL in c++ (though i use the opengl C api in it).
So basically, i got 2 classes : ClDrawer (which is the OpenGl core that draw the stuff on the screen) , and ClImage, which load an image and generate a texture from it (i got a white shape corresponding to...
|
|
1 |
645 |
|
|
by sdanyal
I am going to build a 3d racing game but i failed to make sky. Can anyone tell me that how can i create sky in game
Please tell me some methods or tricks for creating sky.
Also can anyone give me example program which is compile-able so that i can easily understand
|
|
0 |
540 |
|
|
by mr.muscolo
Hello!
What would be the best way to dynamically add new objects (models, drawings) to an existing world? Any tutorials would be appreciated.
|
|
1 |
1,315 |
|
 |
by oozsakarya
Hello---
I must to make a car race game with c++. I must to draw pist and I must to control whether the cars hit the pist. I heard that I can make these by opengl. How can I learn OPENGL and what is Opengl of course? Can you help me?
|
|
3 |
8,627 |
|
 |
by winbinyam
I have loaded Image, and I would like to mapp texture on Cube. Please tell me the procuder for texture mapping after loading image.
|
|
0 |
1,535 |
|
|
by winbinyam
I want to translate ball (made by gultSolidSphare), in the x,z cordinate not y that means on different direction except y(up or down). the difficult I face is how can apply relation b/n x value and z value, to make it id different direction.
|
|
0 |
686 |
|
 |
by winbinyam
hello, I'm working opengl on Dev c++, I need to mapp texture to polygone and I use free Image library but it is note working, the code is this
#include<windows.h>
#include<math.h>
#include<gl/GL.h>
#include<gL/glu.h>
#include<gl/glut.h>
#include "FreeImage.h"
static GLuint TextureID;
|
|
0 |
1,740 |
|
 |
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...
|
|
3 |
3,166 |
|
 |
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 |
1,997 |
|
|
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 |
1,308 |
|
|
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 |
1,031 |
|
|
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 |
2,306 |
|
|
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 |
2,571 |