Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.47 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.47 KB

COMP5411 Rendering Project

This repository contains rendering projects for COMP5411, Advanced Computer Graphics. In this project, we are going to implement the following features:

Demonstration Video

IMAGE ALT TEXT HERE

Features

Implementation

  • Using three.js to implement features.
  • Nodejs server

Usage

  • npm install
  • use gulp dev to start development
  • open localhost:5411/src/ in the browser
  • Need to restart gulp dev if the server.js file is modified. Find the server and webpack log in the root directory *.log files.

References: