pythreejs icon indicating copy to clipboard operation
pythreejs copied to clipboard

A Jupyter - Three.js bridge

Results 78 pythreejs issues
Sort by recently updated
recently updated
newest added

This may be a trivial issue but I took a bit of time to sort it out and maybe this will save someone else some time. If you use `use_example_model_ids()`...

Hi, Thank you all for developing this awesome project! Today I would like to report a peculiar behavior that when many (>=8 for example) Renderer()s are used inside a ipywidgets.interact...

Is there a way to update the color BuffetAttribute from a BufferGeometry ? `` geometry = BufferGeometry(attributes=dict( position=BufferAttribute(pList), color=BufferAttribute(cList), )) `` Changing the color attribute on geometry does not change...

Is it possible to track an animated object with a PerspectiveCamera such that it stays in view? A spotlight is able to do this using Spotlight.target = object, but I...

Hi, I am interested in writing a Jupyter kernel which, upon execution of some code, will generate a pythreejs rendering. But it is unclear to me how I would do...

The attributes dictionary of a BufferGeometry seems to be populated in a strange/unintuitive way. It appears that it isn't available (in some cases) until you run a new cell in...

Could someone help me set up a forked dev environment so that I can explore various stereo effects that (hopefully) will lead to a pull request? Maybe that someone could...

Designing a pseudo-2D app where `enableRotate` = `False` in `OrbitControls`. This works, and I can get the desired drag and pan movement while holding the `ctrl` key down. But for...

This might be a long shot, but does anyone know the most straightforward way to accomplish a "depth of field" effect with pythreejs? Here's an example in threejs: https://threejs.org/examples/webgl_postprocessing_dof2.html.

Looking forward to using threejs in a notebook environment but using `conda install -c conda-forge pythreejs` I get the error: `ImportError: DLL load failed: The specified module could not be...