Open main menu

CDOT Wiki β

Changes

GAM531/Team A

807 bytes added, 01:28, 8 December 2014
Assigned Tasks
|-
| Dima Rudeshko || Scene Ordering || reorderScene() function is located in Managers.cpp file and is called from Engine.cpp right after updateValues().The enhancement provides +70fps advantage, and can be tested by removing a function call from Engine.cpp. reorderScene() function also includes an output of lengths of the objects at the end of it, in order for you to see the changes(needs to be un-commented).
|-
| Davson Wandja || LOD Calculator || lod variable is located under the template function void ActorManager<RS>::render() which is located under Engine/Managers.cpp. the variable lod increases or decreases depending on the variation of distance between the camera and the Actor in the scene. In order to see the change, the file enhancedTechniques.emtl needs to be modified and the Technique needs to be assigned to different values of lod.
|}
{| class="wikitable" cellpadding="5" cellspacing="1" border="1"
! Team Member !! Labs DirectX !! OpenGL
|-
| Justin Wilkin || 2, 3, 4 || 8
| Davson Wandja || 6, 8, 9 || 9
|}
 
== Scene ==
 
The scene is created to test all of our enhancements. Speed can be changed on line 129: float increment2 = increment = 0.001;