Cabri3D Web can be used to display a .cg3
file anywhere on the web.
Below is a tool to create files which include the information of the Cabri3D file.
The resulting URL:
http://gallery.cabri.com/player/?cg3=http://example.com/download/file.cg3
The following provides an HTML file containing the Cabri 3D file: filename
You can configure the player with the following parameters
which can also be expressed as additional URL parameters of the iframe URL (e.g. &noToolbar=true
)
or as object properties in the cabriConfig
object (e.g. {noToolbar: true}
):
noToolbar
: hides the toolbar, staying with the move tool but accepting
gestures such as two-fingers or right-clicks to perform turn-operations.withDevFps
: Display the ribbon indicating the number of frame-per-seconds
in the screen (complete rendering), DE-engine, and BabylonJS engine.noResize
: avoid rescaling the Cabri3D drawing area when the window is resizeddebug
: Send some of the debug messages to the javascript console visible in
the web-inspector.