3D Piano created in C++ programming language with OpenGL.
Use Q-I for white keys and 2-9 for black keys.
The piano keys are modeled in Blender and exported to OBJ file format. I had to create my own OBJ loader. It is a tiny model parser but it can load vertices, uvs and normals. Model faces must be triangulated. Texture is also supported.
No comments:
Post a Comment