PDA

View Full Version : Anyone know about OpenAL....



tfpang
01-26-2001, 02:49 PM
I try to set up the position of the Listener, but whatever position I set, the Listener seems staying at the origin(0,0,0).....

Coding:
ALfloat listenerPos[] = {1.0,2.0,3.0};
Listenerfv(AL_POSITION,listenerPos);

WHY WHY???

softland_gh
01-26-2001, 11:20 PM
I'm sorry, I don't have an answer to your question, but I have a question for you. Where can I download OpenAL.dll? I hav a PC with Windows 98 and Creative Sound Blaster Vibra 128 Sound card. I downloaded the documentation but the file OpenAL.dll they have on their site doesn't seem to be working at all.

tfpang
01-27-2001, 12:18 AM
I think you should goto www.openal.org. (http://www.openal.org.)


Originally posted by softland_gh:
I'm sorry, I don't have an answer to your question, but I have a question for you. Where can I download OpenAL.dll? I hav a PC with Windows 98 and Creative Sound Blaster Vibra 128 Sound card. I downloaded the documentation but the file OpenAL.dll they have on their site doesn't seem to be working at all.