DirectSound Listener Woes

Started by
0 comments, last by HanSoL0 21 years, 8 months ago
Is there any reason why my listener''s position is not being updated each frame like I''m telling it to? (In the render loop)
  D3DXMATRIX listenView;
g_pD3Ddevice->GetTransform(D3DTS_VIEW, &listenView);

g_3DListener->SetPosition(listenView._41, listenView._42, listenView._43, DS3D_IMMEDIATE);  
For some reason, my listener still seems to be at the origin. Is there another method of g_3DListener that applies the position (or any other property)? Any help is much appreciated! Ryan Buhr Reactor Interactive, LLC.

Ryan Buhr

Technical Lead | Sector 13

Reactor Interactive, LLC

Facebook | Twitter

Advertisement
Still no progress....

*bump*



Ryan Buhr
Reactor Interactive, LLC.

Ryan Buhr

Technical Lead | Sector 13

Reactor Interactive, LLC

Facebook | Twitter

This topic is closed to new replies.

Advertisement