CG: Project Summary

June 5th, 2016

The Mall is a 3D game simulation where the player is placed inside a mini mall and their mission is to buy a certain object from the mall. There are 10 stores inside this mini mall, which are Topshop, Guess, Bonchon, McDonald’s, Chatime, Mart, Pharmacy and Clothing Store Brand B. There are several stores that sell identical things, so the player needs to find and go toward the correct store to complete the mission. After the player completes the mission, the game will reload and randomize a new mission.

Currently, the mall looks like this.

The models in this project were designed and created using Blender application.

Screenshot (48)

To display it in the browser we use several frameworks and APIs such as Three.js and OrbitControls.js. The interactivity provided in this game are the third person controller so that the player can translate and rotate toward the axis and the camera zoom in and out feature.

 

Here is the video demo of our game:

https://www.youtube.com/watch?v=x13NOEwR3fc

CG: Project Progress #3

June 4th, 2016

Tomorrow is the deadline of our Computer Graphic final project and fortunately we have managed to finish our project. The features that we have added to complete this project is the player’s model loader, player’s position detector, the camera’s ability to follow the player and the random generator for the array.

The first look of the program

The first look of the program

In the picture above, we can see that the goal is to buy a jacket from Topshop.

 

2

Mission completed

If the player’s position is inside the intended store, the program will give a message saying that the player has completed the mission and will reload the game to give a new mission.

As of now Cynta and I are just finishing the final report and the video demo.