ViaCognita
(ViaCognita)
October 15, 2024, 6:59am
1
Hi!
If I want to use this image in a sphere, how can I do it?
Maybe I need to create a UV mapping. But I don’t know much about it.
Thanks!
Hey there @ViaCognita ! Are you using it as a skybox? If so, here’s a couple resources that should help out!
Unreal Engine 5 UE5 How to Create a Skybox | Sky & Atmosphere System
Welcome to the third video of an exciting new series here on 3D Tudor on YouTube!
[Unreal Engine 5 UE5 How to Create a Skybox Sky & Atmosphere System]
Hi, I’m Luke! Help me celebrate joining 3D Tudor with this new YouTube tutorial series about Unreal Engine 5.
The video is a complete introduction to the UE5 Sky and Atmosphere System. It teaches you how to use HDRI textures to set up a material to be used within the Unreal …
Hey ,
There’s some useful information on cubemap system in UE4 you can look at here:
You can also take a look at BP_Sky_Sphere seen in Default level (File > New Level > Default) to take a look at an implemented example.
Hope that helps!
ViaCognita
(ViaCognita)
October 15, 2024, 8:05am
3
Thanks. Yes, I’m using it as a skybox. But I asked it because I’m curious about how to apply a 2D Texture to sphere.
By the way, in Unreal I think it is just applying it a sphere.
Nawrot
(Nawrot)
October 15, 2024, 8:57am
4
This look like HDR texture, it does not use sphere mapping. Instead google for HDR skybox material. Or get some package from marketplace that has space skyboxes, material should be there.
For mapping to skybox with HDR you use reflection vector. Just google material like that.
ViaCognita
(ViaCognita)
October 15, 2024, 9:16am
5
In this case, I just need to apply it to the sphere.