-
### Describe the bug
Clicking on examples lands on 404 page not found.
### Reproduction
https://cientos.tresjs.org/examples.html
### Steps to reproduce
_No response_
### System Info
_No respons…
-
### Describe the bug
I'm use simple code:
```vue
import { TresCanvas } from "@tresjs/core";
```
When I press ctrl + space, it should …
-
https://codesandbox.io/s/n60qg
-
### Describe the bug
I used the component OrbitControls,
But set enableDamping, the controls has no damping
### Reproduction
https://stackblitz.com/edit/tresjs-basic-krexte?file=src%2Fcompon…
-
### Describe the bug
It seems like Tres.js is no longer working in Firefox. Even on your official documentation all examles render just a black canvas.
I would really like to use Tres.js in projects…
-
### Describe the bug
OrbitControls makes components coming after it in the template completely lose their component context on the nodeOps
So one can't use `useTres()` or even `getCurrentInstance()`…
-
**Describe the bug**
Could be the position absolute? or maybe conflict with BulmaCSS.
**Steps**
Steps to reproduce the behavior:
1. Go to https://serene-mousse-562782.netlify.app/mixHtml
2. Ope…
-
**Describe the bug**
With the new updates of TresJs/Core you can assign the setAttributes('position', BufferGeo)...
Like this...
```
```
Before this work, this broke the "S…
-
**Describe the bug**
When use `useTres` composable inside a sub-component to obtain the state, this state never gets updated. Curiously it does get updated when accessed from `cientos` or any other p…
-
I like your library very much and want to learn and use it in the website I'm about to create.
When I tried to check the playground demo, I found that it didn't display properly.
node version > 18…