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
-
Hi all,
![RenderView2_000040](https://private-user-images.githubusercontent.com/6180727/286291752-aedd2b2d-fdc8-4d4e-ae77-1c050dc241ca.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDE4MTQsIm5iZiI6MTczODkwMTUxNCwicGF0aCI6Ii82MTgwNzI3LzI4NjI5MTc1Mi1hZWRkMmIyZC1mZGM4LTRkNGUtYWU3Ny0xYzA1MGRjMjQxY2EucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDQxMTU0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzQwNjVmMjZhOGUxYTNlZjVmYmUwOGZjNTI3NjAxZTRkYmY3MWE0MmQ5NGY1NmU2MWE3YmY4ZWY5NjMxMWVjZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.gtqIrqq1leHIoPowrc6yFvK6fCL8K1EjUBXq_EbHdtg)
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