Skip to content
Yuri Pourre edited this page Apr 14, 2022 · 1 revision

SceneGraph

Is a graph of GameObjects

GameObjects

Represent the entities added to a scene. They can have multiple components (Model, Terrain, ...)

Transform can be tricky to understand at first glance but is fairly simple, it encoded as an array of 10 floats:

  • The first 3 floats represent poisition
  • The next 4 floats represent rotation (as a Quaternion)
  • The next 3 floats are scale