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

From Chilipedia
Revision as of 19:24, 5 July 2020 by Chili (Talk | contribs) (Created page with "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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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