Unit 3 (WebGL / three.js) Report

This is my project demo for the webGL coursework. In this project, I used variety of feature to make my scenery looks realistic. I used multiple object(.obj) file in my project. Most of the obj file include texture and mtl file. So because of this I need to used separate code for obj with texture and seprate code for obj with mtl. I added skybox to my project to make it scenery even more realistic. I expanded the terrain and change the texture of the terrain to make sure it fit with all the object that i used. I added some pointlight and light to make my scenery brighter and I added some animation for the jet in my project so that it can move. Finally, I used mouse control to control the camera in the demo.