home.social

#equirectangular — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #equirectangular, aggregated by home.social.

  1. There is a weird park that goes over a street in #Vancouver. Guess you could call it a park overpass(underpass?).
    Today I happened to park beside it. So I checked it out and did a #spherical #panorama.
    #equirectangular #360panorama

  2. 360° viewer in #threejs + #R3F using an #equirectangular #image

    ```
    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 😅)

  3. 💯 📸 100 Equirectangular Panoramen hab ich bis jetzt bei Wikimedia hochgeladen. 😊

    Hier:
    commons.wikimedia.org/wiki/Use

    Ist noch viel Arbeit..

    Meine Website ist auch gerade wegen Umbau geschlossen. 🚧

    #WikiMedia #CreativeCommons #Pano360 #Equirectangular

  4. I just released Skyfill v1.0, which helps me create my drone panoramas. It can fill in those parts of the sky that your drone can't photograph (because it can't look straight up). Having a full sky in your panorama makes it much nicer to look at, especially in a VR environment.

    stuvel.eu/blog/218/skyfill-rel

    Of course it's all #GPL #OpenSource code.

    #DJI #Drones #Photography #Panorama #Equirectangular