You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I modified the osgaudio example to use findDataFile() to locate the high-
e.wav file when calling the Sample constructor. However, as Sample is in the
osgAudio namespace, it seems like the constructor should call findDataFile()
on behalf of the application (the osgaudio example should not have to do
this).
This is somewhat complicated by the fact that Sample is just a facade over
equivalent classes in the back-end, where you typically would not want to
call into osgDB.
Original issue reported on code.google.com by SkewMat...@gmail.com on 10 May 2010 at 10:07
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
SkewMat...@gmail.com
on 10 May 2010 at 10:07The text was updated successfully, but these errors were encountered: