-
### Describe the bug
Description:
I am experiencing an issue where events on dynamically added spheres are not being registered. In my setup, I have a box that, when clicked, adds a new sphere to …
-
### Description
As a developer, what if we provide a function similar to [vuesuse](https://vueuse.org/core/useMouse/#component-usage)
In which we can use a composable as a component too. This co…
-
### Describe the bug
I tried writing this code into `Tresjs v 4.0.2` I think this issue and issue #727 have a common cause
```vue
```
Only `@pointer…
-
### Description
### Hola 👋
There is MindAr.
MindAr is a threeJS libary for image tracking and other AR Features.
**Is it possible to integrate it?**
Not too familar with TresJs So far, but…
-
### Describe the bug
I was trying to load an OBJ file and get the geometry out to make it a TresLine instead of TresMesh, but it kept failed. And every BufferGeometry I've tried has failed the same t…
-
### Describe the bug
I'm trying to import a model in `components/3D/TestModel.vue` and nest it. However, it's not appearing. Only those models that are inside the `app.vue` or inside `components` its…
-
On `v4` I noticed that if a `Sprite` is inside a `Group`, the events coming from the raycast are not triggered, only the missing one, even if the events are binded to the Sprite itself, not the parent…
dghez updated
4 months ago
-
### Describe the bug
![Screenshot 2024-02-02 at 16 32 52](https://github.com/Tresjs/tres/assets/4699008/ceb03475-6b93-4b3e-84db-7587c6e29254)
### Reproduction
Not needed.
### Steps to reproduce
…
-
### Describe the bug
## Problem
`useRenderLoop().onLoop` ticks before the renderer can meaningfully render.
When `onLoop` is initially called, e.g.:
* camera.aspect has its default value of…
-
### Describe the bug
As shown in the StackBlitz URL example, `onPointerLeave` was activating in version 3.9 and earlier. However, in version 4.0 and later, it is difficult to activate. How can I use …