]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/openal_test3.cxx
cppbind.Ghost: clean up a bit
[simgear.git] / simgear / sound / openal_test3.cxx
index fafb404538bd1bfbe43bb78b799ddaffcb65d54d..bbf5b089633aa078aaa92a0db48d10168fbd47df 100644 (file)
@@ -10,7 +10,8 @@
 #include <simgear/misc/sg_path.hxx>
 
 #include "soundmgr_openal.hxx"
-
+#include "sample_group.hxx"
+#include "sample_openal.hxx"
 
 int main( int argc, char *argv[] ) {
     SGSampleGroup *sgr;
@@ -42,7 +43,7 @@ int main( int argc, char *argv[] ) {
 
     printf("source at lat,lon = (10,-10), listener at (9.99,-9.99)\n");
     pos = SGGeod::fromDeg(9.99,-9.99);
-    sample1->set_position( SGVec3d::fromGeod(SGGeod::fromDeg(10,-10)) );
+    sgr->set_position_geod( SGGeod::fromDeg(10,-10) );
     smgr->set_position( SGVec3d::fromGeod(pos), pos );
     sample1->play_looped();
     smgr->update(1.0);