-
Hello, thanks for creating this library! I ran into a bug trying to visualize a sphere in Python 3.12. I know 3.12 isn't listed as an supported platform (https://github.com/cmower/optas#support), but …
-
**Is your feature request related to a problem?**
A `Scene` encompasses everything that is required to describe a 3D world. From geometries to lights to the camera, a `Scene` gives the renderer detai…
-
Is there a way to make an added shape have some transparency? I tried changing the color to a 4-element list, but that didn't work:
```
view.shape.add_sphere(zcc_point * 10, [1, 0, 1], 1)
view.sh…
-
-
This is probably just something I'm doing wrong with Embree, but i'm not really sure what the cause of it is.
I run the following two functions (DBG is a debug function):
``` c++
rtcSetGeometryIn…
-
The following snippet fails on MacOS:
```py
import numpy as np
import pyvista as pv
from pyvistaqt import BackgroundPlotter
import vtk
p = BackgroundPlotter()
# sphere
center = np.random.ran…
-
Debug output from an asset-bundle based model, that should have the 'Airlock' tag on the 'Airlock' transform.
````
[LOG 17:29:20.893] Transform: GameObject 1(Clone) Tag: Untagged Layer: 0
[LOG 17…
-
It would be nice to have a visualization of each Qubit state on bloch sphere. Currently, in https://github.com/rsehgal/barcQ/issues/38 we are concentrating only on the output of circuit, where are dis…
-
-
### Version
1.3.0
### On which installation method(s) does this occur?
Docker
### Describe the issue
When using an stl file (sphere for example) instead of primitive geometry, the total…