Link a Slider to a Property in a 3D Scene
- Blender file – instancing.blend
- JavaScript file – my_temp2.js
A Slider Controlling the Speed of an Animation and Adding a Second Slider
- Blender file – my_orbit.blend
- JavaScript file, not stopping – my_orbit_v1.js
- JavaScript file, with stopping – my_orbit_v1a.js
- JavaScript file, two sliders – my_orbit_v2.js
How To Style Sliders Using A Style Sheet
- JavaScript file with containers – my_orbit.js
- CSS file – my_orbit.css
Procedural Animation, Using JavaScript to Animate 3D Objects, Using a Slider to Change the Speed
- Blender file – instancing.blend
- JavaScript slider linked to z rotation – my_temp1.js
- JavaScript slider linked to z location – my_temp2.js
- JavaScript slider linked to animation speed z location– my_temp3.js
- JavaScript slider linked to animation speed z rotation – my_temp4.js