Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 597 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 597 Bytes

Fun with WebGL 2.0 - 035 - Scene Graph / Transformation Hierarchy

Description: Today we finally to get implement our transform parent-child relationships. This allows all our transformations to cascade from parent to child in a way to create specific effects very easily. We also get to use our transform object as an empty/folder/container/groups to create a single point to apply a transformation to a group of renderables.

Links