akosgarai / go_opengl_playground

learn glfw & gl
3 stars 1 forks source link

Material editor application. #164

Closed akosgarai closed 3 years ago

akosgarai commented 3 years ago

I want to implement an editor application, where i can update the world real time. The idea is the following: On the left part of the screen displays the world screen, where a sphere is in the middle (the position, diameter, is hardcoded first). The right half of the screen contains the form, where the material of the sphere can be changed (diffuse, ambient, specular, shininess).

Iteration 1

Iteration 2

Iteration 3

Iteration 4