top of page
Mobile.001.png
Project Virtual A004: News
Screenshot 2020-05-08 at 5.36.43 AM.png

MODELLED WITH BLENDER

I love Blender; the whole thing is in three parts - The main venue, speakers, and lights, the textures are then assigned in Unity. There was no accurate blueprint so I just used a few seating plan PDFs and some photos as a reference.

Screenshot 2020-05-08 at 5.48.43 AM.png

GENERATE LIGHT INTENSITY FROM AUDIO

This is my first time actually coding something that actually has a purpose. The lights are split into different 'Blocs', each block gets its own controller. The 'BlocController' script reads the amplitude of audio responsible for that Bloc and translates that into light intensity. A cascade is added by add intensity values in a List<float> and accessing different parts of the list with different lights.

Screenshot 2020-05-08 at 5.53.33 AM.png

SPATIALIZED AUDIO

Although adding audio sources directly into Project Acoustics is an option considering it's already a spatializer, I decided to simulate real-world speakers and feeding each speaker object its own audio channel generated from Spat5. This allows experimentation with Spat5 spatialization and also easily migratable into a real-life A004 surround speaker workflow.

Virtual A004

Virtual A004

Project Virtual A004: Video Player

DESIGN DOCUMENTATION

A detailed explanation of the design process

Project Virtual A004: Text

Zip File Download Links

Project Virtual A004: Text

©2020 by Jackson Wong

bottom of page