Replies: 1 comment 2 replies
-
|
Hi @danlipsa, yes you can plot multiple meshes. Each independent From there you can create an Ascent scene that has multiple plots, which will be combined into a single image. Here is a simple example: One caveat is that you can only do one volume rendering b/c combining multiple volume renders is not well defined. Hope this helps and let me know if you have follow up questions. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,

Is it possible to render several datasets in the same image? For instance, the following image from SENSEI oscillators miniapp renders (with ParaView) three datasets: for the 'mesh' dataset we volume render the 'data' field, for the 'particle' dataset we use a glyph plot for the 'velocity' and for the 'oscillators' dataset we just render the point positions using spheres. How can I produce something similar using ascent? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions