-
I tried the misc_controls_transform example and used raycaster to make objects pickable. The application runs well on my macOS, but on Windows 11, it is very laggy and crashes easily.
Below is my s…
-
### Description
I've integrated CompressedArrayTexture which works perfectly on Windows, Mac and iOS, but appears broken on both Meta Quest headsets and Android mobile phones. The ThreeJS example als…
-
Hey @Floppy thanks for adding this project! As stated in the @manyfold3d issue, I'm keen to give it a try for adding STP-file support. I'm not very familiar with Javascript, but I'm eager to learn. Af…
-
### Description
bumpmaps appear to be supported but aren't mentioned on the docs:
https://threejs.org/docs/?q=EXT_MATERIALS_BUMP#examples/en/exporters/GLTFExporter
### Solution
Document this as a …
-
Project won't compile if the code delivered by CDN isn't the same as the node module installed.
Example : ThreeJS Addon isn't the same in the local modules and in the CDN.
-
i want to use naso + ssr.
such as with the ssr by threejs expample.
but it Invalid
-
I am trying to call three.js in the browser using Kotlin.
In my first attempt, I used the original three.js wrapper from [Lars Ivar Hatledal](https://github.com/markaren), which this project also i…
lobis updated
3 years ago
-
To make a lib a better Threejs player we should allow Threejs primitives to be customized via the public api.
Care need to be taken not to be merely passing many options.
This includes:
- Scen…
-
### Description
On iOS it seems BatchedMesh example have 3 bugs :
- indexing problem (my guess) : always present
- sorting problem : `sortObjects = false` reduce the visibility of the bug
- per…
-
点击模型高亮还是比较常见的需求,能内置增加点击模型时候,边框高亮吗?类似https://threejs.org/examples/webgl_postprocessing_outline.html这样的效果。