Skip to content

Constannnnnt/RenderingGraphics

Repository files navigation

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: