Does Open AL require an OS abstraction layer like glut or glfw? Plus for sound api what would you recommend to go with OpenGL in the open source realm? (something preferably free)
Type: Posts; User: blessman11
Does Open AL require an OS abstraction layer like glut or glfw? Plus for sound api what would you recommend to go with OpenGL in the open source realm? (something preferably free)
Is GLUT also available for linux?
I want to learn how I'd do that without using "glut", that my main issue. I thought I'd post this to get some guidance over how i could attempt to do it
How do I execute the following code without using glut?
I've got the "glew-1.7.0" header files, libs... I don't loaded and I want the code below to compile so how do I do it?
#include...
Hi
I'm trying to create a spline path as seen in the link below but trying to find the fomular to use has been the most difficult aspect since I don't know how to interpolate the points. The...
hi
Does Open GL support vertex group referencing like Direct X does? This is to say if a vertex array group of position coordinates, texture coordinates and normal coordinates is stored in a...
Is "glut", the free open gl library multi thread safe (the really old one)?
I've got a weird issue were my class renders an error texture (the white box), when I initialize it with my constructor globally. However the same error doesn't happen when I initialize it in my...
its quite strange being dyslexic as programmer. Or maybe its microsoft word and rush typing the issue.
I just wish I could, I currently desperately running out of time since why game isn't...
thanks, now if only I can an alternate reference for it.
I've heard that texturing a quad is faster than drawing pixels on the screen directly. Anyhow, I've come to believe this yet I can't recall where its officially stated by Open GL.
I need this info...
You are amazing man
hi
For some awkward reason my projects displays my object once (found out during debugging) on screen and then displays the clear screen colour constantly.
It specifically happens after the...
Whats the fasted 32bit image file available? And does anyboad know how they are loaded into either Open GL or Direct X?
A mate at university said that binary datafiles would be the fasted....
Using the glDisplayfunc();, I want to display and transform individual objects in layers but its misbehaving instead. I know about how open gl executes the matrices at the bottom of the function...
How can I listen for the keys for UP, DOWN, LEFT and RIGHT?
When I ran a test on this using the function below, I fount it hard to display the keys and I don't know their ascii values.
Anybody...
I've tried the "#define .." solution but is doesn't work. Anyway why does the error occur in visual studio 2010 but not 2008
Zbuffer can you recommended a valid academic reference for why open GL uses unsigned chars? (this is if you know any official Open GL papers)
What books did you use? and also do you know how to embed other people's stuff into your engine (e.g. Nvidia Physx..., or other lighting systems).
This is my next challenge for the summer
Why is GLboolean an unsigned char?
I thought booleans were supposed to be faster, as logically they take less memory. Anyway I've talked to a friend and he said the issue of them on X86 processors...
I wanted to learn how to do this using matrix I defined myself, I was told thats the way I would have to do it when working on the xbox 360/ps3 next year at uni.
How do I scale an object before positioning it?
I've been having this error where my object refuses to be scaled before its repositioned.
//draw font in array
qva_Fonts[((int)*s)-32]->...
Oh is it.
All I just wanted to do was to scale my matrix then reposition it (I thought I needed two matrices for it).But, how would I go about doing this?
so basically, its just loading the matrix before multiplying. By the way would it be possible to load it when there is nothing being draw.
Or would it be a case of drawing then...
Why does Open GL draw my object on the origin the first time round when I place my object?
Additional info:
•I have an object which is written/ initialised on the origin? (x = 0, y=0)
•However...