Uses of Package
engine.entities

Packages that use engine.entities
  • Classes in engine.entities used by engine.entities
    Class
    Description
    Represents any 3D entity's textured model, position and rotation within the 3D world.
  • Class
    Description
    Camera class uses the positional data and methods of the Entity to store its position in the 3D world This class handles the movement of the Camera as well as its speed of movement and direction Uses the mouse and keyboard class to check the key callbacks for movement.
    Represents any 3D entity's textured model, position and rotation within the 3D world.
    Light class is used by the shaders to illuminate all objects in the world.
  • Classes in engine.entities used by engine.shaders
    Class
    Description
    Camera class uses the positional data and methods of the Entity to store its position in the 3D world This class handles the movement of the Camera as well as its speed of movement and direction Uses the mouse and keyboard class to check the key callbacks for movement.
    Light class is used by the shaders to illuminate all objects in the world.
  • Classes in engine.entities used by engine.tools
    Class
    Description
    Camera class uses the positional data and methods of the Entity to store its position in the 3D world This class handles the movement of the Camera as well as its speed of movement and direction Uses the mouse and keyboard class to check the key callbacks for movement.
  • Classes in engine.entities used by engine.world
    Class
    Description
    Represents any 3D entity's textured model, position and rotation within the 3D world.