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

Hi, I have two Meshes and two AnimationActions. I would like to have a single animation control widget to control both animations/objects. How is this possible? I guess something like...

I am trying to change the color of the face of a mesh with buffer geometry when it is clicked on, but nothing I've tried seems to have any effect...

I'm trying to animate length and direction of an ArrowHelper, but these attributes don't seem animateable. Why is this the case? Alternatively, I can use position, rotation and scale attributes...

I'm trying to create a high quality movie out of a pythreejs scene animation by saving sequential images using ImageRecorder, as described in the examples. However, I noticed there is...

The string "repititions" show up across the [source code](https://github.com/jupyter-widgets/pythreejs/search?q=repititions&type=Code) when it should read "repetitions".

Initial WIP for #246 Remaining work - [ ] Cleanup code (remove dummy prints in example) - [ ] Make it work

Is there any way to load gltf models in pythreejs using the `THREE.GLTFLoader` api?

I'm unable to find the bridge for the 3DS loader in the documentation. Would you mind pointing me in that direction?

I'm trying to map texture to a box mesh in jupyter lab, however I failed. It doesn't show the render but "Loading widget...". If I don't map the texture, and...

Hi, I recently discovered pythreejs and I have to say I am thoroughly impressed in how easy it is to work with! It's a great tool and a great fit...