-
### Description
I created a mesh using `Three.js` and added it to the scene with `context.scene.add()`. How can I add a click event to it?
Initially, I could directly write `mesh.onClick = clickM…
-
### Describe the bug
This code logs `state.controls` null even if there is a Control in the scene (for example OrbitControls)
```
const { onBeforeRender, pause, resume } = useLoop()
const up…
-
### Describe the bug
I have a scene where the rendering of a pyramid TresGroup is conditioned by a boolean named `show`, using `v-if`. This TresGroup is the root node of a SFC, and this SFC is includ…
-
### Describe the bug
When i use this snippet I see white background instead of `body/html` with red color.
```html
```
I want to see html background instead of threejs scene background.
…
-
### Describe the bug
There is an issue with the automatic disposal, some elements like
- GridHelper
- AxesHelper
Are throwing this error when the scene is unmounted
```
chunk-SRLW6FY7.j…
-
### Description
## Problem
Updates/renders share the same unordered-from-the-components-perspective callback "slot", leading to out-of-sync visuals.
## Example
Here's the Cientos' playgrou…
-
### Describe the bug
After updating to version 4, my frame rate drops when I move the cursor or zoom in and out of the camera.
Component:
`CanvasBackground.vue`
Is only one model Icosahedron.
…
-
### Describe the bug
KeyboardControls as per documentation are currently not working with Nuxt 3.11.2.
### Reproduction
https://stackblitz.com/edit/nuxt-starter-cpvwvw?file=app.vue
### Steps to re…
-
### Description
As a developer using TresJS, I would like to have an Event Management solution with the following features:
- Support for:
- onClick
- onContextMenu (rightClick)
- onDoubl…
-
### Describe the bug
I wanted to check out the [showcase](https://playground.tresjs.org) but it gives `404`.
### Reproduction
https://playground.tresjs.org
### Steps to reproduce
_No response_
#…