-
Updated
Dec 23, 2021 - C++
scientific-visualization
Here are 172 public repositories matching this topic...
-
Updated
Feb 4, 2022 - C#
-
Updated
Feb 3, 2022 - Python
Summary of feature
Math library has 2D and 3D common shape types like Ray2D, Ray3D, Cube, Sphere, etc
It could be useful to have Ray2D and Ray3D to have methods to return the intesection with shapes and volumes.
Also, test methods to get whether shapes and volumens overlap.
Comments
Area/volume overlapping is a very common practice for graphics development in areas like frutum c
-
Updated
Feb 2, 2022 - Python
I've seen this come up in the discussions a few times. We need to document that the threshold filter is a CELL-wise operation.
Ref pyvista/pyvista#1815 (comment) and pyvista/pyvista#1758 (comment)
-
Updated
Jan 31, 2022 - Python
.... and that maybe fine.... If you decide this is of no interest, that is very helpful too!
Details:
Structures Models of long transcripts (like Human gene TTN with over 30,000 residues) need residue numbering > 9999
Obviously, MMCIF format is the solution of the RCSB/PDBe
The UCSF Sali Lab Modbase group has adopted hybrid-36 format for these models. I left one of their models here
Support xyz format?
-
Updated
Sep 17, 2021 - Python
-
Updated
Feb 4, 2022 - JavaScript
-
Updated
Nov 8, 2021 - C
-
Updated
Feb 5, 2022 - Python
-
Updated
Oct 18, 2021 - C++
-
Updated
Feb 2, 2022 - Java
-
Updated
Feb 5, 2022 - C++
-
Updated
Jan 28, 2022 - C++
Currently the measurement plane is a rectangle defined by the 2 smaller principal axes. Add options to show a disc/circle. This can use code from the membrane orientation visual.
-
Updated
Feb 3, 2022 - C++
-
Updated
Nov 18, 2020 - Python
-
Updated
Jan 26, 2021 - Python
Describe the bug
If you want to create a constant expression and use the insert-function, you will see: (I've listed all the constant creators):
cell_constant(<meshvar>, <constantvalue>)
zonal_constant(<meshvar>, <constantvalue>)
point_constant(<meshvar>, <constantvalue>)
nodal_constant(<meshvar>, <constantvalue>)
The <> surrounding 'constantvalue' is misleading because it im
-
Updated
May 3, 2020 - C#
-
Updated
Feb 2, 2022 - Python
-
Updated
Jan 20, 2022 - Python
This will allow the cylinder to have the same behavior when picking vertices or edges as with other primitives.
However, we should also keep repeat_sources as a secondary option just in case we need to use some of the other VTK filters.
See an example of box actor (using repeat_primitives) here https://github.com/fury-gl/fury/blob/master/fury/actor.py#L1696
See the current implementation
-
Updated
Feb 5, 2022 - C++
-
Updated
Feb 2, 2022 - C++
-
Updated
Jan 21, 2022 - Julia
Improve this page
Add a description, image, and links to the scientific-visualization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scientific-visualization topic, visit your repo's landing page and select "manage topics."
I don't think this is a duplicate ticket, even though it's quite an obvious feature after that cat demo at SciPy2018.
The code that selects and renders the different geos is here in the THREE.js code
https://github.com/maartenbreddels/ipyvolume/blob/master/js/src/scatter.js#L57
I don't know quite where/how to inject the mesh definition compatible with the data file of this form, but i