Monthly Archives: July 2008
Sound in OSG using OpenAL
Navigation on a Terrain
Curves
3D models
3D Cafe
http://www.3dcafe.com/index.php?option=com_content&task=view&id=14&Itemid=80
CadPlants
http://www.cadplants.com/
3D XTRAS
http://www.3dxtras.com/3dxtras-free-3d-models-list.asp
Plants 3D models from 3DXTRAS
http://www.3dxtras.com/3dxtras-free-3d-models-details.asp?prodid=2135
http://www.3dxtras.com/3dxtras-free-3d-models-details.asp?prodid=10212
http://www.3dxtras.com/3dxtras-free-3d-models-details.asp?prodid=7689
http://www.3dxtras.com/3dxtras-free-3d-models-details.asp?prodid=9666
http://www.3dxtras.com/3dxtras-free-3d-models-details.asp?prodid=10198
OpenAL Programmers Guide
OpenAL Getting Started
OpenAL http://www.openal.org/
1. Download OpenAL 1.1 SDK & Installer for Windows and install them
- Download http://connect.creativelabs.com/openal/Downloads/OpenAL11CoreSDK.zip
- unzip the file
- run OpenAL11CoreSDK.exe
- Download http://connect.creativelabs.com/openal/Downloads/oalinst.zip
- unzip the file
- run oalinst.exe
2. Set environment variables
- Go to Control panel -> System icon -> Advanced tab -> Environment variables
- Create a new variable called “OAL_ROOT” and set the value “C:\Program Files\OpenAL 1.1 SDK” for Visual Studio .Net 2005
3. In Visual Studio .Net 2005
- Configuration Properties -> C/C++ -> General -> Additional Include Directories “$(OAL_ROOT)\include” 추가
- Configuration Properties -> Linker -> General -> Additional Library Directories “$(OAL_ROOT)\libs\Win32” 추가
- Configuration Properties -> Linker -> Input -> Additional Dependencies “OpenAL32.lib” 추가