Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

81
Views
A-frame cambia las propiedades del sonido al hacer clic

Tengo algo de sonido en mi escena usando A-frame ( https://aframe.io ). También tengo un botón en la parte superior de mi pantalla. Lo que me pregunto es cómo puedo hacer que cuando se haga clic en un botón, el rolloffFactor de reducción del sonido disminuya de 1 a 0. Código actual:

 <html> <head> <script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script> <script> function changeRollOff() { /*Code to change factor of roll off here*/ } </script> </head> <body> <a-scene> <button style="position: fixed; z-index: 10000;" onclick="changeRollOff()" >Change RollOffactor</button> <a-box position="-1 0.5 -3" rotation="0 45 0" color="#4CC3D9"></a-box> <a-sphere position="0 1.25 -5" radius="1.25" color="#EF2D5E"></a-sphere> <a-cylinder position="1 0.75 -3" radius="0.5" height="1.5" color="#FFC65D"></a-cylinder> <a-plane position="0 0 -4" rotation="-90 0 0" width="4" height="4" color="#7BC8A4"></a-plane> <a-entity id="river" geometry="primitive: plane" material="color: blue" position="-10 0 0" sound="src: url(https://cdn.glitch.com/2ecb29ef-7d11-4ac6-b954-e050a39aa59a%2FCHIPTUNE%2C%20BUT%20FUNKY%20Useful.mp3?v=1630627441361); autoplay: true; rolloffFactor: 1;"></a-entity> <a-sky color="#ECECEC"></a-sky> </a-scene> </body> </html>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

El rolloffFactor es una propiedad del atributo de sound . Puede cambiarlo con element.setAttribute(component, property, new_value) :

 document.getElementById("river").setAttribute("sound", "rolloffFactor", 0);
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!