
SineTest
Type
ChildNode.
Description
Simple test node, constantly outputs a sine wave.
Attributes
freq SFFloat (input) Frequency of the sine wave.
Example Use
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE X3D> <X3D profile="Full"> <Scene> <NavigationInfo type="ANY"/> <Transform translation="0.0 0.0 -1.0 "> <SineTest freq="880"/> </Transform> </Scene> </X3D>