Quantum

The experience of objects being in a quantum superposition

General Information

Tools & Technologies:

Unity

C#

GIT

My Roles:

Programmer

Specifications:

Team Size

Time Spent

Project Type

Solo

2 Months

Personal

Highlights

System to classify which objects are rendered on screen

To Move non visable Objects, it is nececeary to know which objects are rendered on screen.

Performance enhancement through compute shader

All Objects are rendered onto a render texture with their ID encoded as a color. Then the Texture is searched for all IDs. To speed up the process, the image gets presorted with a compute shader.