danbuis / BBDGamesLib

Code base to rapidly make Java based programs using OpenGL to render to the screen
0 stars 0 forks source link

Add 2 GameComponent2d to the dummy game. #84

Closed danbuis closed 4 years ago

danbuis commented 4 years ago

Do this to provide an example usage incorporating/testing that logic flow. Make the polygon semi-irregular with more than 4 points.

Use a different shader group to fill the shape with a nice dark green color. This will provide examples of a few things such as null textures, a new shader, and usage of layers.

danbuis commented 4 years ago

I'll go ahead and make each one a different color, and have them both rotate slowly, one at the center and one around a point.

danbuis commented 4 years ago

Done and a few wrinkles ironed out. Added to the openGL PR #82