User Tools

Site Tools


public:t-gede-15-1:lab3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:t-gede-15-1:lab3 [2015/01/26 17:14] – [Lab Project] marinopublic:t-gede-15-1:lab3 [2024/04/29 13:33] (current) – external edit 127.0.0.1
Line 53: Line 53:
 } }
 </code> </code>
-  - **Instantiate Effect and Update from FrameListener** Now you have to create an instance of your effect, passing the Cube entity into it's constructor, giving it initial position and velocity values, and finally make sure to call this effect's update function in every frame, e.g. inside the FrameListener's ''frameStarted'' method (note that you'll have to pass a pointer to this effect into the FrameListener constructor so that it knows about it). Don't forget to delete your effect instance in the destructor of your application!+  - **Instantiate Effect and Update from FrameListener** Now you have to create an instance of your effect, passing the Cube entity into it's constructor, giving it initial position and velocity values, and finally make sure to call this effect's update function in every frame, e.g. inside the FrameListener's ''frameStarted'' method (note that you'll have to pass a pointer to this effect into the FrameListener constructor so that it knows about it). Don't forget to delete your effect instance in the destructor of your application!  
 +  - **Make the cube move in a non linear path**, Now the cube moves linearly upward rotating around Sinbad, make the cube move non linearly, explore the use of cosine function with time on the cubes radius, height or velocity for interesting results.
  
 ===== Bonus points! ===== ===== Bonus points! =====
/var/www/cadia.ru.is/wiki/data/attic/public/t-gede-15-1/lab3.1422292457.txt.gz · Last modified: 2024/04/29 13:32 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki