kakaragame / Kakara

The Kakara base game consisting of the client, engine, common game and server modules.
MIT License
3 stars 0 forks source link

Added SkyBox #5

Closed ryandw11 closed 4 years ago

ryandw11 commented 4 years ago
wyatt-herkamp commented 4 years ago

Ok, I got some requests.

  1. Use the Skybox Model. (https://github.com/lwjglgamedev/lwjglbook/blob/44e2de41bfde7c599e6d0e7aea67fb8e24d3bb46/chapter27/c27-p2/src/main/resources/models/skybox.obj image
  2. smooth out the skybox movement.
  3. Give BackgroundImage its own file. I am not a big fan of inner classes. Good Job @ryandw11 thank you.

@Monology could you create a daytime Skybox for the game?

ryandw11 commented 4 years ago
  1. Yea I can use it... There is zero difference though.
  2. I'm not quite sure what you mean by this. The skybox doesn't move at all.
  3. Background Image is for use in that class only. I don't want to give BackgroundImage its own file as I don't want to encourage the use of it.
ryandw11 commented 4 years ago

I am going to consider this done. The failed check is a problem with the client's code.