I'd love to see cAudio or a wrapper for SDL to pick up on this:
http://www.youtube.com/watch?v=SQmQD27uCt0
I noticed 3d surround sound really didn't help make 3d audio better in games. Perhaps some smart stereo software could do it?
Search found 155 matches
- Sat Apr 23, 2011 7:33 am
- Forum: Game Programming
- Topic: True 3d sound
- Replies: 0
- Views: 1301
- Sat Apr 16, 2011 3:01 am
- Forum: Off-topic
- Topic: Funny programming pictures, jokes & quotes
- Replies: 436
- Views: 211383
- Wed Apr 13, 2011 11:52 pm
- Forum: Everything 2d/3d Graphics
- Topic: Blender 2.57 released
- Replies: 3
- Views: 1730
- Sun Apr 10, 2011 9:46 am
- Forum: Everything 2d/3d Graphics
- Topic: Perlin Noise
- Replies: 1
- Views: 1111
- Fri Apr 08, 2011 10:45 am
- Forum: Open Discussion and Dev Announcements
- Topic: irrPlanet
- Replies: 10
- Views: 3874
- Wed Apr 06, 2011 3:17 am
- Forum: Project Announcements
- Topic: irrb 0.4 (Blender Exporter)
- Replies: 330
- Views: 242795
- Wed Apr 06, 2011 3:10 am
- Forum: Advanced Help
- Topic: Matrix view transform use problem...
- Replies: 3
- Views: 1159
- Wed Apr 06, 2011 12:58 am
- Forum: Project Announcements
- Topic: irrb 0.4 (Blender Exporter)
- Replies: 330
- Views: 242795
Using hotkeys in blender you'll be faster at modeling than any UI.3DModelerMan wrote:Except when the newest version has a user interface that's so much easier to work with.pippy3 wrote: The view "latest software version is the best" is immature and silly, especially with output focused software like blender.
- Wed Apr 06, 2011 12:41 am
- Forum: Everything 2d/3d Graphics
- Topic: arb assembly tutorials?
- Replies: 19
- Views: 12487
- Tue Apr 05, 2011 11:32 pm
- Forum: Project Announcements
- Topic: irrb 0.4 (Blender Exporter)
- Replies: 330
- Views: 242795
- Sun Apr 03, 2011 10:53 pm
- Forum: Off-topic
- Topic: Must have visual effects in a game
- Replies: 15
- Views: 3656
- Fri Apr 01, 2011 4:48 am
- Forum: Off-topic
- Topic: dev-cpp and mysql
- Replies: 2
- Views: 1725
- Thu Mar 31, 2011 3:20 am
- Forum: Advanced Help
- Topic: Changing MaterialType does not work
- Replies: 4
- Views: 881
- Thu Mar 31, 2011 2:55 am
- Forum: Advanced Help
- Topic: Changing MaterialType does not work
- Replies: 4
- Views: 881
Changing MaterialType does not work
I want to change
mesh->getMesh()->getMesh(0)->getMeshBuffer (0)->getMaterial ().MaterialType = video::EMT_TRANSPARENT_ADD_COLOR;
to
mesh->getMesh()->getMesh(0)->getMeshBuffer (0)->getMaterial ().MaterialType = video::EMT_SOLID;
But it stays the same after I modify it. Others have had this ...
mesh->getMesh()->getMesh(0)->getMeshBuffer (0)->getMaterial ().MaterialType = video::EMT_TRANSPARENT_ADD_COLOR;
to
mesh->getMesh()->getMesh(0)->getMeshBuffer (0)->getMaterial ().MaterialType = video::EMT_SOLID;
But it stays the same after I modify it. Others have had this ...