Quivak Posted July 20, 2015 Posted July 20, 2015 Hello community. It can play 3D sound of a page , such as youtube ?
Simple0x47 Posted July 20, 2015 Posted July 20, 2015 From youtube...i don't think soo, but from .mp3 links you can play them without any problem. And there are a lot of scripts that allow you to make that.
Quivak Posted July 20, 2015 Author Posted July 20, 2015 if I know, but what I want is to reproduce the sound of any page in 3D
Xenius Posted July 22, 2015 Posted July 22, 2015 addEventHandler("onClientRender", root, function() local x,y,z = getElementPosition(localPlayer) for k,v in pairs(tvBrowsers) do if not isBrowserLoading(v) then local bx,by,bz = getElementPosition(tvParents[v]) local dist = getDistanceBetweenPoints3D(x,y,z,bx,by,bz) setBrowserVolume(v, 1-dist/10) end end end)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now