Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Objects or Entities

Samuel Rasquinha edited this page Jun 17, 2020 · 1 revision

Objects or Entities in GLGame

Objects are the backbone of GLGame. Transformations such as rotations, scaling etc.. can be added to an object. These objects can be added to a scene using the AddObjectAtPosition() function in the GLGame::Scene class.

The other functions that are used to apply transformations, change position etc.. are pretty straightforward and has comments attached to them.

You need to specify an id while creating a GLGame::Object.

Clone this wiki locally