Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.23 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.23 KB

Game Engines - Homework 2

Thanut (Art) Parkeenvincha
CMPM 164 - Game Engines

Part A

Tasked with creating an animated 3D scene of your choice using the Unreal Engine

alt text alt text alt text

Part B

A Whitted-style ray tracer. Two shapes are available -- spheres and meshes. Supports Phong lighting, reflections, refractions, and fresnel.
alt text

How to run

Run make in the src folder. An executable called main should be created. Run by typing ./main. The output is a ppm file that can be opened on this website.

Citation

Medium article
Scratchapixel