<param>
usage example
This example demonstrates how to use the <param> tag to set browser options.
In this exmaple the param tag has been used to set the PrimitiveQuality parameter.
<x3d>
<scene>
<param name="PrimitiveQuality" value="Low"></param>
...
</scene>
</x3d>