Rendering Circle - GLU / GLUT API ?4522 (4/16/2004 11:04:13 PM) Hi, For a particular functionality, I wanted to render a circle ( an ellipse, to be precisely ). I remember reading openGL does not have circle as a primitive. Hence , I ended up implementing the Bresenham... dreamzlion
OPENGL + 3DS MAX7276 (4/12/2004 4:46:31 PM) Lets say, i have a 3DS Scene, with some animated objects and a camera motion along a path. I want to integrate this scene into a game, which is based upon OpenGL in realtime. What possibilities do i have to d... RADIUM
camera movement using glut0448 (4/17/2004 11:46:06 AM) Hi all, I would like to implement camera motion using GLUT. The camera must move accordingly to the mouse motion when the user press the left button at the same time. I know I need gluLookAt and glutMotionFunc ... samuel
Texture Stages Operation Problems, help!1151 (4/16/2004 9:09:50 PM) Hello there, First of all don't panic, you don't have to read the whole testMinchia() function to answer me :) I am having a very weird problem with texture operations. My problem is when I try to do somethin... Peter
resize image for texture1180 (4/16/2004 8:35:46 PM) Hello, Is it possible to get an image, let's suppose 1000x800, and reduce it keeping the aspect ratio, using gluScaleImage !? I want to reduce it to able to copy it with glTexSubImage2D to my already creatd te... whisper
import cad object2217 (4/16/2004 10:00:32 PM) Hi, I have the same problem. Can anyone show me how to import a cad obj (or stl) into opengl to render? Thanks alot. ... van.le(2)
timing for beginner14104 (4/15/2004 9:19:34 PM) Please give me a sample timing code that can i put into nehe's tutorial number 8. I am so weak, that i am not able to extract that code from sample demo. By timing routine i mean that the animation will run sam... Bohus
glutBitmapCharacter2297 (4/15/2004 5:02:20 PM) Hello all How do I rotate the caracteres written by glutBitmapCharacter ? I've tried glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glRotatef(90.0, 0.0, 0.0, 1.0); glutBitmapCharacter ... How is the right way ... whisper
gluPerspective not working? Try this!9433 (4/8/2004 9:31:08 PM) If you're pulling your hair out over gluPerspective not working, and you're tired of being told to RTFM whenever you ask, try this: 1. You need to call gluLookAt as well, and 2. You need to call it AFTER gluPe... fritz_foetzl