libgdx / box2dlights

Fork of box2dlights by Kalle Hamalainen
Apache License 2.0
256 stars 81 forks source link

Re-factor and prepeare box2lights tests for 1.3 release #32

Closed rinold closed 9 years ago

rinold commented 9 years ago
  1. Re-factor test project so that it will include or switch between all following light types: 1.1. PointLight 1.2. ConeLight 1.3. DirectionalLight 1.4. ChainLight [new in 1.3]
  2. Add input-handled ability for run-time lights property changing (e.g. for distance and direction)
  3. Add input-handled example of run-time blending modes changing
rinold commented 9 years ago

New example implements all stated in request points.