Class LightingService

java.lang.Object
com.csse3200.game.lighting.LightingService

public class LightingService extends Object
Provides a global access point to the lighting engine. This is necessary for lights to be attached to entities. The lighting engine should be updated each frame by adding it to the renderer or calling the render method in the game screen.
  • Constructor Details

  • Method Details