Advertisement

Latest cubemaps Activity

Cubemap Sampling Artifacts

Hi @JoeJ,

I finally managed to get sometime to do some testing. While thinking about some of the points you raised, I decided to double check on how I was first generating the depth cubemap. When I first wrote the code, I had saved every image of the cubemap just to check that these were indeed bein…

2,515 views
Advertisement
theaaronstory
January 27, 2022 08:07 AM
Quick behind the scenes (cubemaps)

There was this discussion on another forum, which prompted this short entry:
 

There was this feature, most recently re-implemented into the project (a separate excursion), that provided a cinematic transition between locations; which in return gave more attention to the background. Which was a …

4,736 views

You can also have a look at mapping spheres to 2D textures for single pass shadow-map rendering. Last time I checked it is also quite a bit faster than cube-map shadows.

What you get is basically an UV unwrap of the sphere onto a texture, which you then write your depth info to.
When you need to samp…

7,105 views
Advertisement
Advertisement
Advertisement