-
### Describe the bug
I'm using a react component like
```ts
import { lazy, Suspense } from "react";
const Lazy = lazy(() => import("./LazyCanvasPreload"));
const FullPageSpinner = () => spi…
-
node_modules/tres-dxf-loader/dist/tres-dxf-loader.js' has type "any" implicitly.
Try "npm i --save-dev @types/tres-dxf-loader" if it exists or add a new declaration file (.d.ts) that includes "decl…
-
# Ask
Publish the JS modules needed to create custom components separately from the sst CLI. This would allow me to create SST components separately from having an "sst app", allow the community to p…
san4d updated
3 weeks ago
-
Should be possible to get rid of three.js and just compile the shader...
should be possible to get the webgl context and compile shaders and stuff with no deps
https://developer.mozilla.org/en-US/do…
-
As soon as I try to run this line of code:
const mesh = await ExpoTHREE.loadObjAsync({asset: require('../assets/models/head.obj')});
My app starts complaining about this. Everything else is fine…
-
I finished learning Three.js today to make a game. I realized Three.js is not enough and you need protoge-I mean Cannon.js. There is no tutorials where I can learn from. I learned Three.js off of vide…
-
### 问题描述
```
自定义三维图层
html,
body,
#container {
width: 100%;
height: 100%;
}
#container {
width: 100%;
height: …
msdog updated
7 months ago
-
Carrying on the work
-
React version: 18.3.1
## Steps To Reproduce
1. `$ npx create-react-app my-app`
2. `$ cd my-app`
3. Replace the contents of App.js with the code listed below
4. `$ npm run start`
5. Open the …
-
I am getting the following error when redirecting on a page.
`Uncaught Error: null pointer passed to rust`
I created a code sandbox here: https://codesandbox.io/p/sandbox/jovial-tdd-njw3j3
Here, …