Entity Component System
In 3dverse, components are like Lego bricks. Each one is simple on its own, but combined they define how an entity behaves.
The pages below are a recipe book showing how different sets of components come together to create entities such as cameras, lights, physics objects, and more.
Identity
How components composition generates entity behaviors.
Cameras
How components composition generates entity behaviors.
Visual 3D Objects
How components composition generates entity behaviors.
Lights
How components composition generates entity behaviors.
Animation
How components composition generates entity behaviors.
Physics
How components composition generates entity behaviors.
Scripts
How components composition generates entity behaviors.
Sound
How components composition generates entity behaviors.
Editor Only
How components composition generates entity behaviors.