pythreejs
pythreejs copied to clipboard
A Jupyter - Three.js bridge
With threejs is actually pretty simple way to render to a texture instead of the canvas. Basically all you have to do is provide a render target to the render...
I was wondering if there is a keyboard shortcut for translation of the origin. I can pan, tilt, and zoom with the mouse, but I would like to truck, etc....
- [ ] Add attribution for basis of `docs/sphinxext/autodoc_traits` - [ ] Add comments to it as well
Starting from [this example](http://pythreejs.readthedocs.io/en/latest/examples/Animation.html) and afterwards executing this: ``` positon_track.values = [100, 6, 100, 6.3, 3.78, 6.3, -2.98, 0.84, 9.2, ] ``` will not lead to different positions in the...
Performance
The following code to render 1000 objects takes 18 seconds on my notebook to complete. (This just as a trivial example, geometry instancing is not the solution I am looking...
It would be wonderful to be able to load in threejs-json models using the [THREE.JSONLoader()][1] api, but AFAICT it does not seem to be implemented yet. [1]: https://threejs.org/docs/#api/loaders/JSONLoader
Would be nice to add a new screencast that showcases the ability to just evaluate any object and have it rendered on screen to emphasize that you can render both...
Does the memory of this part of BufferGeometry automatically reclaim? Or do I need a manual recycling method? I called this in a function, but left the function to show...
Hi, I am trying to use pythreejs on Google Colab, and I am seeing a failure related to `DirectionalLight`. A minimal notebook to reproduce has the following content: ``` #...