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

From Chilipedia
Jump to: navigation, search
(Video Timestamp Index)
(Video Timestamp Index)
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
* ImGui window columns
 
* ImGui window columns
 
* Adjustable window size / graphics resolution
 
* Adjustable window size / graphics resolution
 +
 +
== Notes ==
 +
There is a bug in the Tree widget relating to how the IDs are allocated. It will be addressed in Tutorial 29.
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==

Latest revision as of 09:24, 25 September 2020

In this video we explore the tree structure of the hierarchy of nodes (using ImGui stuff), and we explore how transforms propagate down that tree. We also look into loading model file formats other than .obj (.gtlf), and we upgrade our Assimp dependency to a version that isn't COMPLETELY BROKEN.

Topics Covered

  • ImGui TreeNode and TreeNodeEx
  • ImGui window columns
  • Adjustable window size / graphics resolution

Notes

There is a bug in the Tree widget relating to how the IDs are allocated. It will be addressed in Tutorial 29.

Video Timestamp Index

Source Code

See also