Cabri3D Web can be used to display a .cg3 file anywhere on the web.
We provide a tool to create the URL of the player or an HTML file. The tool can produce 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
It is possible to configure the player with the following parameters
which can 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.