Skip to content

vmoros/3D-scene-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive Computer Graphics, Assignment 4

Demo

demo

Description

This is a 3D scene editor with shadow mapping and environment mapping. You can insert, move, rotate, and rescale 3D models.

Building and Running

This program has been tested on Ubuntu 20.10

To build the program, run these commands from the root directory:

cmake -B build
cmake --build build

Then to run the program, run these commands from the root of this repository:

cd build
./Assignment4_bin

Examples of output

To see some examples of what this program can do to images, read this file.

About

3D scene editor in C++ and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published