Compare commits

...

5 commits

4 changed files with 5 additions and 5 deletions

View file

@ -103,7 +103,7 @@ params:
itchio: itchio:
enable: true enable: true
text: Find my Game Jam's on text: Find my Game Jams on
img: /images/logos/social-logos/itchio-logo-white.svg img: /images/logos/social-logos/itchio-logo-white.svg
link: https://aroy.itch.io link: https://aroy.itch.io

View file

@ -1,7 +1,7 @@
--- ---
title: Creating 360° Equirectangular Images with Hugin title: Creating 360° Equirectangular Images with Hugin
date: 2023-08-04T11:58:40.938Z date: 2023-08-04T11:58:40.938Z
lastmod: 2023-08-04T13:23:42.789Z lastmod: 2023-11-15T20:37:52.008Z
image: /images/blog/2023-08-04-creating-360°-equirectangular-images-with-hugin/ExampleEqui.jpg image: /images/blog/2023-08-04-creating-360°-equirectangular-images-with-hugin/ExampleEqui.jpg
description: Creating equirectangular images from 6 separate cube map images using Hugin description: Creating equirectangular images from 6 separate cube map images using Hugin
tags: tags:
@ -42,7 +42,7 @@ Go to the Stitcher tab and do each of the following:
* You can select "builtin" for the simplest approach, but might want to select "emblend" from the drop down list and then click on the "Options" button next to that and enter "-l 1" (dash el one) to specify minimal blending unless you want Hugin to do some blending at the seams. * You can select "builtin" for the simplest approach, but might want to select "emblend" from the drop down list and then click on the "Options" button next to that and enter "-l 1" (dash el one) to specify minimal blending unless you want Hugin to do some blending at the seams.
* Finally, click the "Stitch!" button to create the TIF file (which you should then convert to JPG using your image editing program for use with VR). * Finally, click the "Stitch!" button to create the TIF file (which you should then convert to JPG using your image editing program for use with VR).
The allows us to take a six-image cube map such as: This allows us to take a six-image cube map such as:
![image showing the separate cube map images](/images/blog/2023-08-04-creating-360°-equirectangular-images-with-hugin/cube-map.png) ![image showing the separate cube map images](/images/blog/2023-08-04-creating-360°-equirectangular-images-with-hugin/cube-map.png)
and convert it into an equirectangular image ready for a VR viewer such as: and convert it into an equirectangular image ready for a VR viewer such as:

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

@ -1 +1 @@
Subproject commit 9486d2e8c6197721442700f7af33267d7eabb3b8 Subproject commit 1429bde5466a2cc35a3dae81493047cf1bb0dfa1