dpwoert / CityIO

City 's-Hertogenbosch rendered in 3D
http://www.CityIO.nl
GNU General Public License v2.0
11 stars 2 forks source link

Geluids pixels lezen in frontend #67

Closed dpwoert closed 10 years ago

dpwoert commented 10 years ago
Soundplayer = function(){

    this.init = function(){

    }

    this.setPosition = function(x,y,z){

    }

}

==============

var sound = new Soundplayer();
sound.init();

sound.setPosition(...,...,...);