pablolarah · @pablolarah
157 followers · 1201 posts · Server mastodon.social

🎥Learn how to animate a camera flying through your creations using @theatre_js & React Three Fiber in this new by @AndrewPrifer at @codrops

tympanus.net/codrops/2023/02/1

#tutorial #frontend #webgl #threejs #animation #3d #webdevelopment #R3F

Last updated 2 years ago

NERDDISCO · @NERDDISCO
141 followers · 510 posts · Server mastodon.social

Together with @2xAA I founded the band in 2021 and yesterday we finally released our website with some basic info AND our super cool logo in 3D using combined with a custom ( ).

It's also my second learning project for and . I used v5 for the first time here, to have some default components that just look good.

:owi: iieinander.band :perfect:

Next feature: Upcoming shows!

#iieinander #R3F #glsl #shader #fbm #noise #nextjs #react #mui

Last updated 2 years ago

NERDDISCO · @NERDDISCO
126 followers · 462 posts · Server mastodon.social

360° viewer in + using an

```
import { OrbitControls, Environment, useTexture } from '@react-three/drei';
import * as THREE from 'three';

export default function Equirectangular() {
const texture = useTexture(`/image.jpg`);
texture.mapping = THREE.EquirectangularReflectionMapping;

return (
<>
<Environment background map={texture} />
<OrbitControls />
</>
);
}
```

(Just putting this here as I always forget how it works 😅)

#threejs #R3F #equirectangular #image

Last updated 2 years ago

NERDDISCO · @NERDDISCO
127 followers · 450 posts · Server mastodon.social

gm from within @elk

I had some time off with the family and spend the last days learning with the help of threejs-journey.com by Bruno Simon. I'm not done yet with all the material, but my goal is to start with my new project in January. So you can expect to see some live streams over at twitch.tv/NERDDISCO as I want to document all the steps of building my new project.


```toml

```

#ReactThreeFiber #R3F #fungiverse

Last updated 2 years ago

· @Pumaparded
52 followers · 39 posts · Server mastodon.social

Only partially learnt it but got a point cloud from a mesh and animated transitions with . Did want too animate between two shapes but got a little confused about how to pass the second position as an attribute?

tomjhinton.github.io/genuary23

#R3F #GENUARY #genuary2023 #genuary13

Last updated 2 years ago

pablolarah · @pablolarah
7 followers · 60 posts · Server mastodon.social

🌳 Creating fluffy trees with Three.js (part 1)
by Michael Dougall @itsdouges






douges.dev/blog/threejs-trees-

#gamedev #glsl #react #R3F #threejs #tutorial #webdev

Last updated 2 years ago