782 Topics

Member Avatar for
Member Avatar for darkagn

Hi all, I have done some development in OpenGL in the C++ platform and was thinking about trying my hand at DirectX which I have heard is a bit more challenging than OpenGL. From what I have read, DirectX seems to be the more popular format so I was wanting …

Member Avatar for jbennet
0
203
Member Avatar for cjwenigma

Hello.. I'm trying to use OpenGL to draw the great pyramid model and have it rotate.. i'm having trouble with my points as you can see they are commented out. I'm also trying to figure out how to turn the eye point and how to rotate it... here are my …

Member Avatar for jbennet
0
415
Member Avatar for cmoodc

given the equations is it possible to develop midpoint algorithm for: hyperbola :ellipse :parabola :circle ??

Member Avatar for twomers
0
119
Member Avatar for prushik

Ok, I'm trying to write a little game in c++ using very simple graphics. not opengl or anything like that. Everything compiles fine (There are some warnings, i know how to fix them im just lazy, ill do it later) all of my code worked perfectly until i added the …

Member Avatar for iamthwee
0
101
Member Avatar for venomlash

I'm new to C++ graphics, and a friend tipped me off to OpenGL. I'm currently trying to work with the GL Utility Toolkit ([INLINECODE]#include gl\glut.h[/INLINECODE]), which I had to download from the web. Due to all the download sites being intended for people with older versions of Windows (I think), …

Member Avatar for Ancient Dragon
0
164
Member Avatar for eXceed69

hi guys, I've been done with my c++ training and i applying it to some of my projects. I've started reading some OpenGL tutorials. What would be the requirement for creating a Game in 3D/2D?what would you prefer?

Member Avatar for PirateTUX
0
259
Member Avatar for curvespace

Greetings everyone! My name is Simon, I'm 37 & I live on a smallish Island off the south coast of England called the Isle of Wight. Although it is pretty rural, I've managed to live here most of my 20 years as a software engineer, videogame developer, writer and now …

Member Avatar for curvespace
0
108
Member Avatar for cmoodc

hi all I need a help in my first h.w //write a function using opengl that draw a cube of size 50 pixels anyone can help me thanx

Member Avatar for Ancient Dragon
0
59
Member Avatar for enginerdy

Here are the system specs of this machine: OS 10.4.3 Hardware Overview: Machine Name: Power Mac G5 Machine Model: PowerMac7,3 CPU Type: PowerPC G5 (3.1) Number Of CPUs: 2 CPU Speed: 2.7 GHz L2 Cache (per CPU): 512 KB Memory: 4 GB Bus Speed: 1.35 GHz Boot ROM Version: 5.2.4f1 …

0
52
Member Avatar for bvgsrs

I have downloaded dev c++ IDE for C++ programmming and do have windows MediaCentre OS. Now to go for some widgets like buttons or textboxes in my program do I need to install gtk+ how would openGl with GLUT help me in this regard ? Do I have to download …

Member Avatar for ~s.o.s~
0
104
Member Avatar for Dejai

Hello everyone this is my first post on this forum... Though I am a member of several. Just thought I would share some information with all the people out there who want to know more about c++ game programming. Firstly if you want to make graphical games you need something …

Member Avatar for jbennet
0
94
Member Avatar for Sir_BigOne

Making a "hello" world program in VC++ 6.0 is cool, as I got a very happy feeling when i completed it... but reading alot of books to learn "a round about" way in something isn't me. I'm objective oriented. What materials should I, could I, get my hands onto learn …

Member Avatar for Covinus
0
99
Member Avatar for jan1024188

Hello About half year ago I was interested in Direct3D 9/10 programming, but I released that DX isnt for me. Im not really interested into a game development. I know C/C++ basics, some Win32 API and some QT4 basics. Now, I'd like to try OpenGL. I am looking for a …

Member Avatar for John A
0
94
Member Avatar for Colin Mac
Member Avatar for John A
0
133
Member Avatar for Colin Mac

I'm having a bit of trouble understanding what [B]glLoadIdentity[/B](); does in OpenGL . This is a quote from the Redbook. "Recall that the viewing transformation is analogous to positioning and aiming a camera. In this code example, before the viewing transformation can be specified, the current matrix is set to …

Member Avatar for Grigor
0
134
Member Avatar for Ospreyluvr

I have heard a lot about OpenGL. I was just wondering if anybody could tell me what the pros and cons of it were.

Member Avatar for Grigor
0
103
Member Avatar for aPPmaSTer

I have a program that I made with OpenGL, but it doesn't work on PCs that don't have OpenGL installed. Is there a way to embed the necessary OpenGL files into the .exe file through the compiler?

Member Avatar for John A
0
110
Member Avatar for Phrogramer

Hi, I am new to the forums (although I have posted once before and i have looked around) and I thought I should introduce myself. My name is Sophie, I'm 14 and from England. I have been programming for a while (since I was 10) and I am working on …

Member Avatar for Mike555
0
238
Member Avatar for Stubbs

Hey everyone. I'm 13 years old an in the 8th grade. I was an admin on some Adobe Flash support forums before it was overrun and have been working with flash for around 4 months now and am pretty good at it. I've done some stuff with C#/XNA but I …

Member Avatar for Dani
0
8
Member Avatar for bld

Best Video Cards ------------------------------------------- [COLOR="Red"][B][U]Nvidia Geforce 8 Series Video Cards[/U][/B][/COLOR] Features ------------- [B]NVIDIA® unified architecture:[/B] Fully unified shader core dynamically allocates processing power to geometry, vertex, physics, or pixel shading operations, delivering up to 2x the gaming performance of prior generation GPUs. [B]GigaThreadâ„¢ Technology:[/B] Massively multi-threaded architecture supports thousands of …

0
62
Member Avatar for Cerberus

I've been trying to install JOGL but can't seem to get it to work. Can anyone give me a simple expanation of how to install it please.

0
54
Member Avatar for iqbal

i am just start Computer grahics. that is my first program please help me [code=c] #include <GL/glut.h> void DrawPixels(); void OurPixelsDrawingFunction(); void SetView(); void SetView(int w, int h) { glViewport(0,0,w,h); glMatrixMode(GL_PROJECTION); glLoadIdentity(); glMatrixMode (GL_MODELVIEW); glLoadIdentity(); } void DrawPixels() { glClearColor(1.0,1.0,1.0,0); glClear(GL_COLOR_BUFFER_BIT); glMatrixMode(GL_PROJECTION); gluOrtho2D (0.0,600.0,0.0,600.0); OurPixelsDrawingFunction(); void OurPixelsDrawingFuntion() { glColor3f(0,1,0); /*Set …

Member Avatar for John A
0
122
Member Avatar for tirengarfio

Hello, at the third post of this thread: [URL]http://gpwiki.org/forums/viewtopic.php?t=4164[/URL] you can see these two sentences: "if you go to properties and put in as linker dependancies SDL.lib and OpenGL.lib". "and make sure the paths to both the .lib files are in the linker input directory value" Can someone tell me …

Member Avatar for Ancient Dragon
0
101
Member Avatar for danizzil14

I think thats what they are called, it's the -command thing you put after the exe's name, to give it a specific start up property. Anywho, here's my problem, I run a program called Blender, but it runs really slowly due to an OpenGL glitch, so I have to go …

Member Avatar for danizzil14
0
195
Member Avatar for kharri5

I was trying to do AVI from openGL on my computer and decided to try out lesson 35 of the NeHe tutorial: [url]http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=35[/url] Well I tried using my own video, and I tried using the video (Face2.avi) he supplied, but both of them crap out on this line: pgf=AVIStreamGetFrameOpen(pavi, NULL); …

Member Avatar for John A
0
337
Member Avatar for ThundrbltMN

Hi, my name is Andy, and I work for an aircraft simulation software company. We use OpenGL, and I am trying to learn how to use it. Thank you all, and I look forward to interacting with you all! :)

Member Avatar for happygeek
0
44
Member Avatar for darrglud

I am currently running Ubuntu 6.10 (I hope that's the right number for Edgy Eft), and I had installed a Radeon x1650xt lately, and I am wondering if they're any drivers written for this operating system, and this video card. If so, how would I go about installing them, seeing …

Member Avatar for jbennet
0
125
Member Avatar for Virii

So I'm trying to decide if going to college for computer science or computer enegineering would be worth it. Or should I get a BS/BA in something I really enjoy doing (Like film or art) and just teach myself computer programming, opengl, direct 3d, etc. My passion has always been …

Member Avatar for WaltP
0
102
Member Avatar for Brent.tc

I need to know where to get a copy of bios.h(and any files that are used with it.) and the opengl header files.(gl\glaux.h...)

Member Avatar for Narue
0
69
Member Avatar for jd_1604

Hello again. After my past few weeks getting annoyed with compiling issues, I seem to have started getting somewhere.(Visual C++) I have a quick question. Since visiting numerous sites and experimenting with various sample and source codes I am finding one thing. One block of code from a certain site …

Member Avatar for ~s.o.s~
0
82
Member Avatar for jd_1604

Hello All. First of all,thank-you to all who replied with advice on my dilemma. 'Unable to compile OpenGL code.' Much appreciated and after extensive searching I was finally successful running a small piece of openGL sample code through Visual C++. What a hoot, what a joy!:) Unfortunately though, I then …

Member Avatar for ~s.o.s~
0
71
Member Avatar for Tauren

Fist of all I need links lol... How do I use openGL? How do I compile the stuff without getting error? NEED HELP!!!:?: :?: :?:

Member Avatar for Ancient Dragon
0
335
Member Avatar for jd_1604

Hello. I am currently dabbling with C++ with view to learning openGL. I am using Microsoft Visual C++ and Borland compilers but the problem is neither of these programs want to accept any OpenGL code I put into them. Can someone please help me?

Member Avatar for jd_1604
0
116
Member Avatar for rhhaney145

Please Help, I am trying to create a visualizer for STEP (standard for exchange of product model data) files using C++ and OpenGL on Windows XP platform. I can get the OpenGL to draw some simple lines/shapes, the problem seems to be with parsing/understanding the file protocol. Has anybody out …

0
83
Member Avatar for jt0865

Hi,this is the problem I have in my computer, when I try to use anything on 3D I get this message,that says I need a least opengl 1.1 in the system to view 3D images. Thank you.

Member Avatar for DavidRyan
0
47
Member Avatar for carver

I am having some trouble reading a Mac Problem Report. I was hoping someone out there with a little more Mac experience could help out. Our Java program seems to be crashing on a thread that is calling JVM_GetLastErrorString, which doesn't make a lot of sense to me. Our Java …

Member Avatar for carver
0
181
Member Avatar for LieAfterLie

Okay, Iv'e finished learning C++. What can I do with it? Specifically, I want to do some graphics stuff, anything beyond iostream and fstream. What comes after C++? I know it does more than this. If I could just have a function to set a pixel, I could make my …

Member Avatar for LieAfterLie
0
106
Member Avatar for jc23

i hv 1 assignement which need to do the finite element analysis by using Borland C++..and openGL.. but i dun know what source code shoul i use to solve the finite element analysis in Borland C++ and openGL.. pls help me!!thanx for help..

Member Avatar for Ancient Dragon
0
77
Member Avatar for jc23

hi..i'm facing some problem to draw morh's circle by using opengl in Borland C++.. i'm able to draw 3 circles which is 2 small circle "in" 1 big circle..but may i know tat can i insert a formula into openGL to find out the radius for these 3 circle automatically? …

Member Avatar for jc23
1
622
Member Avatar for wingwarp

this is in an opengl guide and it wont work?? i keep getting errors at the end where the code starts to proclame the if (! statments! heres the code thx... [code] /* Steven Billington January 13, 2003 May 26, 2003 - UPDATE RobotOGL.cpp rod@cprogramming.com The following program creates a …

Member Avatar for WolfPack
0
2K
Member Avatar for wingwarp
Member Avatar for Dark_Omen

I am trying to develop a In-Game Music Controller, controls music players for gamers, but I am having trouble figuring out how I can make a UI that would come up over the game so that a person could use it without having to minimize it (sort of like xfire). …

Member Avatar for Dark_Omen
0
144
Member Avatar for thentrion

hey, i need some help because i would like to program an game. I know that it isnt simple etc... but i would like to use c++ as language and i am getting to know the language now a bit. Only i came by some things i dont really understand …

Member Avatar for Narue
0
193
Member Avatar for BlackManta

Hi all. I have been trying to teach myself a little opengl and I have the Visual C++ 2005 express edition. Now I am sure the the biggest problem is the express part, but I downloaded the windows SDK like another thread suggested. I also used the #pragma command (I …

Member Avatar for iamthwee
0
567
Member Avatar for sadronmeldir

Hey I'm new to the threads, but I thought you guys could help me. I'm trying to build a very basic room in openGL given that I know the 8 points (the corners of the room). I'm a great deal off from being done, but I'm receiving the following error …

Member Avatar for WaltP
0
314
Member Avatar for sirkraven

[COLOR=#555555]hi,[/COLOR] [COLOR=#555555]i need to create a basic object in opengl, e.g. a house. this could be done easily enough but all the vertex coordinates and facet windings have to be read in from another file. So far i have managed to open the file and read in the vertex coordinates. …

Member Avatar for iamthwee
0
79
Member Avatar for saihaghim

Please help me!!!!! My computer got infected by the cachcachekit trojan thing from one of my buddies on aim. Ya i know, i'm stupid. I already ran ewido, ccleaner, and norton but the norton alerts keep showing up!!!! please can someone help me? This is as far as i got …

Member Avatar for DMR
0
345
Member Avatar for amrfalcon2004
Member Avatar for Dark_Omen

Hey does anybody know how to make window forms using openGL in c sharp. Or know of a tutorial online, i've looked but turned up nothing useful, just that csGL is a good library to use for openGL projects. Thanks

Member Avatar for Dark_Omen
0
562
Member Avatar for j1979c

[B][COLOR=DarkRed]Hello all, Just want to know if you guys can recommend me some good links where I can learn how to make a robot with keyboard interactivity using OpenGL GLUT. Thanks in advance... :cool: [/COLOR][/B]

Member Avatar for SpS
0
277

The End.