
Nago
Type
ChildNode.
Description
A simple audiovisual instrument. Uses simple monochrome bezier curves for the visuals and a physically-modelled string for the audio.
Attributes
slider1 SFFloat (input)
slider2 SFFloat (input)
displayString SFFloat (input) When greater than 0.5, displays the physically-modelled string.
displayBrightness SFFloat (input) When greate than 0.5, displays the brightness of the audio as a square.
Example Use
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE X3D> <X3D profile="Full"> <Scene> <NavigationInfo type="ANY"/> <Transform translation="0.0 0.0 -6.0"> <Nago DEF="bob"/> </Transform> </Scene> </X3D>