Difference between revisions of "Hardware 3D (C++ DirectX Graphics) Tutorial 32"

From Chilipedia
Jump to: navigation, search
(Created page with "Oh my gawd look at how sexy nanoboi is. Materials are the bomb-diggity. == Topics Covered == * Funky pointer to pointer bullshits * Indexing into Assimp materials * Iterating...")
 
(Video Timestamp Index)
 
Line 13: Line 13:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
* [https://youtu.be/zWeuY3fuA3Q Tutorial 32]
+
* [https://youtu.be/Db43ajHVzlU Tutorial 32]
  
 
== Source Code ==
 
== Source Code ==

Latest revision as of 22:52, 4 August 2019

Oh my gawd look at how sexy nanoboi is. Materials are the bomb-diggity.

Topics Covered

  • Funky pointer to pointer bullshits
  • Indexing into Assimp materials
  • Iterating over Assimp material properties
  • Loading Assimp material texture
  • Multiple textures per Drawable (multi-slot binding)
  • Accessing Assimp vertex texture coordinates
  • Specular maps with color-intensity and glossiness (power)
  • Unpacking (mapping) alpha channel to specular power
  • Loading material constants (specular power)

Video Timestamp Index

Source Code

See also