#ZeppelinEureka, #SanFranciscoBay, #California
I took this promotional image over #Alcatraz on San Francisco Bay for Airship Ventures. It was tricky because models NEVER stay still for long exposures, and the airship definitely moved around a bit although the pilot used GPS to hold position.
///wiping.gifts.thick [what3words]
#Photography #Picture #OAA #AYearForArt #MastoArt #interior #Window #WindowsOfMastodon #TravelPhotography #Travel #WellTravelled #Panorama #Nikon #D200 #Nikkor #10mm #WindowFriday #Freitagfenster #Friday #urbex #Equirectangular
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 😅)
Der ein oder andere hat's ja schon gesehen, ich hab mal wieder noch ein neues Hobby: 3D Videografie.
Stimuliert von den ActionCams von unten sowie den 3D-Scanner vom Bau und Architektur von Oben, hat sich ein Feld von sog. 360° Kameras entwickelt. Plötzlich sind so Zungenbrecher wie #equirectangular #panoramic, #mercator, #cubemaps das neue #HDR.
Und wie das so meine Art ist, neues Hobby, neue Matrix:
https://matrix.to/#/#xr360:matrix.org
und gleich auch ein neues tube: