pythreejs
pythreejs copied to clipboard
A Jupyter - Three.js bridge
Hi! I'm trying to visualize an atomic structure composed of about 1000 atoms with pythreejs. Knowing that I model atoms by the same mesh (a simple sphere), I tried to...
Hi, Something I have been looking into is how to make use of my spacemouse navigator in pythreejs to rotate and move 3d objects (like I am able to do...
For example if I set a material color to `grey` in pythreejs I get an error and have to change it to `gray`, but you can see that three.js supports...
For example, it doesn't seem like `Tetrahedron/Octahedron/IcoshedronBufferGeometry` are present.
Here is a screenshot demonstrating a minimum reproducible bit of code that causes the problem:  I would like to add that the three obj method does work, but only...
Forgive the maybe-dumb question, but I'm new to both pythreejs and threejs in general. I'm actually interested in the [OBJLoader](https://threejs.org/docs/index.html#examples/loaders/OBJLoader), but this is not included out of the box*, so...
In your notebook `examples/Geometries.ipynb` you have the following for TubeGeometry: ``` # TODO: handling THREE.Curve TubeGeometry( path=None, ``` I've naively tried using a `LineCurve3` for the path but I get...
I have animation tracks that start at large frame numbers e.g 6,000 However, the animation action always wants to begin playback at frame 0, causing my animation to be frozen...
``` (venv) ~: jupyter labextension list JupyterLab v0.35.5 Known labextensions: app dir: /usr/share/jupyter/lab jupyter-threejs v2.0.3 enabled OK (venv) ~: jupyter lab [I 04:09:19.805 LabApp] Writing notebook server cookie secret to...
It would be really nice to be able to save my scene as a .svg file to put into publications. Having searched across the web I still don't see any...