pythreejs
pythreejs copied to clipboard
A Jupyter - Three.js bridge
I can see in the threejs docs that the renderer has the `getPixelRatio()` method (https://threejs.org/docs/#api/en/renderers/WebGLRenderer.getPixelRatio) How can I access this property from the `pythreejs` renderer? It has no such method,...
There is no pythreejs rendered output . I'm running Jupyter Notebook (6.4.8), Ipywidgets (7.6.5), pythreejs (2.3.0), and Ipython (7.32.0) under Anaconda Navigator (2.1.2). I first reported this problem (without version...
Automatically resizes the pythreejs Renderer. Resolves #362.
Upgrade to threejs [r112](https://github.com/mrdoob/three.js/releases/tag/r112). ### Remaining wrappers - [x] ~PMREMGenerator~ (API changed from method to class, delaying wrapper) - [ ] LightProbe - [ ] LightProbeHelper - [ ] PositionalAudioHelper...
when assign scene.background a CubeTexture, there is an error occured: > TraitError: The 'background' trait of a Scene instance must be a valid HTML color, but a value of CubeTexture...
First off, I'd like to thank the developers of this project. I've been able to make great strides plotting within jupyterlab and extending `pyvista` through `pythreejs`. Is there any way...
The AnimationObjectGroup does not appear to function, though it is part of this library. The constructor takes no arguments, and it has no 'add' method to add objects to it....
I couldn't get the [new instructions](https://github.com/jupyter-widgets/pythreejs/blob/701b3ea63fc0dda2de74f93f096fb7fbe683f973/CONTRIBUTING.md#symlink-the-jupyterlab-3-federated-extension) for setting up a developer installation in JupyterLab 3.0 working. I tried: ``` cd pythreejs pip3 install -e . # installs `manager` and `datawidgets`...
I'd like to remap mouse bindings, which seems to work beginning from r99 (https://stackoverflow.com/a/54154920) Unfortunately *pythreejs* still seems to sue r97 ( https://github.com/jupyter-widgets/pythreejs/blob/150ff1c10c868b17fefa63d19153b5ee1fe87f66/js/package.json#L40 ) Now, r97 is from 26 Sep...
I am using [`jupyter-cadquery`](https://github.com/bernhard-42/jupyter-cadquery) to visualize some 3D models made with [CadQuery](https://github.com/CadQuery/cadquery). When visualizing the models on a Jupyter notebook, everything works as expected. But when trying to embed the...