...
CAE-193 Show assertion errors in console, not only modal dialog
CAE-177
...
Official support for embedded or static
...
hosted CUG
...
bundles in C3
C3 4.0 (CAE-119) added a technical preview of the support for CUG bundles. This versions add official support for loading CUG bundles in the ConstantRemoteModel.
CUG bundles can be either downloaded as a static resource, opened as a local file or encoded as a JavaScript object. A CUG bundle is a single file, either containing binary data (cugbundle.bin
) or encoded into a JavaScript object (cugbundle.js
). If encoded as a JavaScript object, the model can be embedded into a single HTML page to create a standalone 3D result visualization without any server requirement.
Loading remote bundles, typically served as a static resource, can be done using ConstantRemoteModel.openRemoteBundle()
.
Local CUG bundles must be loaded/read by the client code, and can then be passed on to ConstantRemoteModel
using ConstantRemoteModel.openLocalBundle()
.
...