Question: what information do u need? PROVIDE the OpenGL (LWJGL) code that draws a robot consisting of multiple cubes, see figure below. It can be done
PROVIDE the OpenGL (LWJGL) code that draws a robot consisting of multiple cubes, see figure below. It can be done by a drawRobot() method or directly calling the drawCube() method many times in renderScene( ) to form a robot composed of cubes with specific transformations to scale the cubes to represent the robot's parts. PROVIDE ONE example of complex animation in update Scene method playing with the robot parts, for example, robot parts moving in opposite directions or the robot head moving/spinning while another robot's part move to another direction, etc. PROVIDE ONE example of texture attached to one cube and ONE example of lighting. (45 marks) Figure 2. Example of a robot consisting of multiple cubes with specific geometrical transformations (scale/translation)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
