Hardware 3D (C++ DirectX Graphics) Tutorial 57

From Chilipedia
Jump to: navigation, search

Learning about the cube map texture resource and how to use it to implement a skybox.

Topics Covered

  • Cube map texture
  • 3D vector sampling
  • Dealing with skybox depth issues
  • Sampling vector generating geometry
  • Mapping 2D textures to the cube map "faces"

Video Timestamp Index

Source Code

See also