-
@tdungate noticed a memory leak on Windows when using the plug-in in chrome. This got worse the more he toggled the Threejs canvas on and off. I think, garbage collection isn't disposing of contexts…
-
Hi this is the same model loaded in ThreeJS (chrome)
https://github.com/user-attachments/assets/de81d590-3af3-4171-8d8b-ac6cc0024c0f
and this in windows forms opentk control
https://githu…
merco updated
1 month ago
-
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…
-
![image](https://user-images.githubusercontent.com/7374733/226998609-7d670968-f644-4a5d-b147-197a13847ff1.png)
![image](https://user-images.githubusercontent.com/7374733/226998656-07c1db5d-135d-42c9-…
-
With the recent changes in ThreeJS, and the introduction of NodeMaterials in core ThreeJS accessible when using the WebGPURenderer, it may be interesting to look into switching to using it.
Though af…
-
Firstly thank you for maintaining an amazing port!!!
Repro example:
```
import 'dart:async';
import 'package:flutter/material.dart' as material;
import 'package:three_js/three_js.dart' as three…
-
我自己在做的时候,子应用中使用pipeline压缩过的glb模型,在引入的时候报错了,您有遇到过类似的问题吗?
![image](https://github.com/user-attachments/assets/9edb9251-eb9b-4f8c-be72-f97b3f0e2526)
![image](https://github.com/user-attachments/assets/…
-
Upgrading Threejs version to 155 makes the model very dark. How do I modify it?
![图片](https://github.com/user-attachments/assets/34f766a8-810d-46c7-a205-ec7a79f6ade0)
wwjje updated
1 month ago
-
### Steps to reproduce
1. I copy the test html/js file (I put them in 1 file for testing) to https://ordinarai.com/e/
2. open the website using webview_flutter
3. error occured
note: you can g…
-
### Description
Video texture example is black screen because of WebGL context lost on Ubuntu 22.04.
Initial analysis: When video is not ready( not first frame come), rendering is inited wrongly…