惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
G
Google Developers Blog
Vercel News
Vercel News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
博客园 - 三生石上(FineUI控件)
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
H
Hackread – Cybersecurity News, Data Breaches, AI and More
aimingoo的专栏
aimingoo的专栏
T
Tailwind CSS Blog
博客园 - 叶小钗
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
Microsoft Security Blog
Microsoft Security Blog
P
Proofpoint News Feed
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG

博客园 - 安徽飞雪游戏工作室

贴几张我们用irrlicht做的游戏截图 jpg图片效果有点差,看起来是不是有点像劲舞团? 3dmax导出为my3d教程 从内存中加载图片资源 3dmax文件导出到ms3d文件. irrlicht1.3中文支持 【原创】IrrLicht中ms3D模型不支持多个贴图问题的解决 【引】[翻译]Irrlicht引擎里的冲突检测与响应 [原创]IrrLicht中MS3D模型骨骼动画支持bug的排除 MS3D model 的 Frame count - 安徽飞雪游戏工作室 材质动画 Irrlicht 论坛好贴 精选(不断补充中...) [转]Scrolling Credits Code [转](C++) How to animate and move an entity [原创]为Irrlicht中的人物添加武器 [原创]Irrlicht中的Texture透明色(colorkey) [原创]IrrLicht的GUI使用 [原创]IrrLicht-1.0中文支持 [原创]一个在Irrlicht中会常用的字符串转换函数 [转]宽字符标量L"xx"在VC6.0/7.0和GNU g++中的不同实现。
Audiere PK OpenAL
安徽飞雪游戏工作室 · 2006-08-21 · via 博客园 - 安徽飞雪游戏工作室

Audiere: http://audiere.sourceforge.net/
     Platform: Windows, *nix
     Cost: Free (LGPL) ------ freely use Audiere in commercial products
  Support file format:  Ogg Vorbis, MP3, FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files.  不支持MIDI
  features:
     Braindead easy API
    Supported file formats: Uncompressed WAV*, Uncompressed AIFF*, Ogg Vorbis*, FLAC*, MP3, MOD, S3M, IT, XM (* supports seeking)
    Streaming and buffered audio
    Volume, pan, and pitch shift modification
    Flat tone, square wave, white noise, and pink noise generation
    Runtime enumeration of audio devices and supported file formats
    Custom file streams
    Python, Delphi, Java, XPCOM (JavaScript in Mozilla) bindings
    
 Support 2D/3D:  2D, 不支持3D音效
 Link:  http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=1422
   http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=8853#8853
   http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=627&highlight=openal
   http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=6106&highlight=openal
   http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=7646&highlight=openal
   http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=8048&highlight=openal   
Comment:
 1. 3d sound made using audihere!!  http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=7549&highlight=openal    


OpenAL: http://www.openal.org
     Platform: Windows, Mac, Linux, BSD, Solaris, IRIX, PS2, XBox, GameCube
     Cost: Free (LGPL).
     Support file format: Ogg , wav
    
   Support 2D/3D:  3D(hardware supported) and SoundBlaster Live 5.1 compatible

Link:  http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=2891&highlight=sound
  http://www.devmaster.net/articles.php?catID=6
  http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=10267&highlight=openal
  3d stereo sound  http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=7335&highlight=openal
Comment:

1. The main reason why it doesn't work is to use stereo waves !!!
Stereo waves will cause OpenAl to play the sound as background music (like Audiere) !!!
If you use a mono wave it works: the nearer the player to the sounds position, the louder the sound is played. If the player left or right of the sound, the sound will played on left/right speaker...

2. 一般使用OpenAL..音效部分就是用wav格式, 背景音樂部份就是用ogg..