I need someone to help me with an Open GL Project that I've started in.

Job ID: 37528644

Budget: $10 – $30 USD

Here is what the project entails:
Write a C++ application that uses a custom class(es) with OpenGL and a third-party library (i.e.
ASSIMP) to load and display animated 3D objects in OBJ files. Your program should load and
render the objects in the 3D screen. The animated 3D objects are frozen in place until the user
presses the “g” key and then the objects start moving around at random speeds and rotating
randomly about an axis. You must have at least four animated 3D objects and each object’s
movements are calculated in a separate thread. The objects must be able to collide and bounce off
each other. The objects should also be confined to the space around the center of the scene and
cannot just float off into space. You are free to use your own objects if you prefer

I already have the necessary folders/files needed and have done many of the requirements. Mostly need help with spinning the objects and moving them around.