hello everyone,
can you help me to make :
Clock Clock hands in computer graphics with pendulum and gears
that function correctly
Note : Please use c++ in OpenGL
Here is the paper for my request:
Some Comments on Popular Project Ideas I have noticed some patterns in popular project ideas: Clock Clock hands, by themselves, are Too Easy. Here's why: 0., 0., -1. ); gl PushMatrix(); glRotatef( 360.*12.*Time - 90., DRAW THE BIG HAND gl PopMatrix(); gl PushMatrix(); glRotatef( 360. * Time - 90., 0., 0., -1.); DRAW THE LITTLE HAND gl PopMatrix(); Done. However, if you want to add a pendulum and gears that function correctly, then that would make it OK.
hello everyone, can you help me to make : Clock Clock hands in computer graphics with pendulum and gears that function c
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am