Skip to content

Does imodeljs support renderschedule and timeline ? #1384

Answered by pmconne
namsancow asked this question in Q&A
Discussion options

You must be logged in to vote

The app in that video is an iModel.js-based app, so yes - the display system in imodeljs-frontend animates the view according to its schedule script.

You can use a ScriptBuilder to produce a Script that can be persisted on a RenderTimeline element to which a DisplayStyle can refer. Animate the view by manipulating the Viewport's time point, perhaps using this.

There is only one iModel.js library. Most of the other repositories in those two GitHub projects are examples of apps that use iModel.js, or packages that consume iModel.js. I don't know the details of why there are two projects. We don't intend to change the name of the imodeljs repository, but iModels are only one part of a digita…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@namsancow
Comment options

Answer selected by pmconne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants