-
Hi, awesome lib. Seems faster than threejs for basic buliding models. Perhaps it's not the right place, but since I cannot find any forum: what would be the procedure (if it's possible) to achieve thi…
-
Orillusion有类似于THREE.EdgesGeometry这样的类吗?
-
Using `plot_trisurf` you apparently need to provide triangle indices for it to display something. Maybe it would make sense to set a default value to something like: `np.arange(n_triangles * 3).reshap…
-
```
vue.runtime.esm.js?2b0e:4998 Uncaught TypeError: Cannot read property 'install' of undefined
at Function.Vue.use (vue.runtime.esm.js?2b0e:4998)
at createApp (app.js?1112:7)
at eval…
-
Hi,
The control "FirstPersonControl" in the threejs library allows to flight in the scene like a plane. I thinks it would be nice ta add this control in the plugin if it's possible. Just a sugest…
-
Are there any plans/need to have an automated documentation generation system?
The docs I found at the following links seem enough for anyone to get started.
- [Docs 1](https://github.com/ojack/hy…
-
Hello,
One year ago, I succeed in using ipyvolume with a python-3.7.7 kernel.
Today, working on a new virtual env (with the same python kernel), impossible to make my notebook running.
From a new…
-
Reading https://discourse.threejs.org/t/how-to-create-a-multiple-textured-terrain/5069 and http://stemkoski.github.io/Three.js/Shader-Heightmap-Textures.html, I wonder if splatting would easily be add…
-
When I create triangle indices with a `dtype='uint16'`, I get no output and this message in the browser console:
```
WebGL warning: drawElementsInstanced: Indexed vertex fetch requires 71173184 vert…
-
Hello,
I'd like to build a react native app able to read **4x4 markers**, so a number of 8191 markers.
Which way should i follow to achieve that?
I took a look at this example https://github.com/…