-
ポンデリングが傾いたみたいな画像がドーナッツ状にあってスクロールするとアニメーションが動いて画像が切り替わる。
選択してる画像が画面いっぱいに出るみたいなアニメーションを作りたい。
photoshopとかで作ったものを洒落た感じで出したい。
-
### Description
As of now, https://github.com/Tresjs/tres/blob/main/src/composables/useRenderer/index.ts#L209 supports the default WebGL 2 renderer.
The idea would be to adapt `useRenderer` so …
-
Here's the error:
> Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export you…
-
## Overview
This issue will track progress on version 8 of Pixi React. This new major version is a complete rewrite of the library and will support Pixi.js v8.
## Thesis
The v7 codebase of Pixi Rea…
trezy updated
1 month ago
-
I found similar issue related to this, but in the drei repo: https://github.com/pmndrs/drei/issues/1558
But in my case, it also happens on the `MeshStandardMaterial` with `normalMap`. I can't reall…
-
# Description of the bug
When using `import { motion } from "framer-motion-3d"` with Webpack, it fails to compile.
It seems to relate to the same issue we have with the `framer-motion` package in…
-
Hi Simone!
It is great library!
However i facing an issue. saying that ReferenceError: window is not defined
I am using React Three Fiber inside my NextJs App.
Any thoughts ?
-
👋 Hi there, I was learning react-three-fiber with https://youtu.be/ZnXKmODEFHA?t=961
When I'm try to use `camera.position.copy(ref.current.position)` to move with the sphere I just created, I found…
-
With the following code:
```tsx
import type { BloomEffect } from "postprocessing";
import { useFrame } from "@react-three/fiber";
import { Bloom } from "@react-three/postprocessing";
import {…
-
去年学习threejs找到一个非常喜欢的库react-three-fiber,然后今天去了解了下这个团队pmndrs,发现了很多东西!!学习