X3D.X3DOMConfiguration


Configuring X3DOM? on a webpage:

Attributes are set on the X3D element like normal HTML attributes. Example:

    <x3d showLog="true" showStat="true">
        ...
    </x3d>

Available Options: Currently supported parameters:

ParameterValuesDefaultDescription
showLogtrue, falsefalseHide or display the logging console
showStattrue, falsefalseHide or display the statistics overlay
showProgresstrue, falsetrueHide or show the loading indicator.
PrimitiveQualityHigh, Medium, Low, floatHigh/1.0Render quality (tesselation level) for Box, Cone, Cylinder, Sphere.

from: http://doc.x3dom.org/author/configuration.html

See also: