lundi 7 septembre 2020

Child and Components

Game Object are a combination of Component (Collision or physics components) or childs game objects (Matrix palette or objects bind to another object)

For that , on each Game entity, I create 2 linked list when we can attach Components of Child games objects


The green ground is a "child" of the cube actor, the cube actor have a white collision component



mardi 1 septembre 2020

Space Partition DX12

 Grid Partition

Grid 5 x 5
                                                                            Grid 5 x 5


QuadTree

Quad Tree Level 1
Quad Tree Level 2

Quad Tree Level 3

   Quad Tree decomposition

Octree

Octree