Zhiyuan Cheng - Module 4

Stage 1 - Part 1:

image

First create an arced wall surface, with radius and height can be parametrically changed. Then mesh the whole walls into pixels to set color information. Finally read image from file, get color information from pixels, and set color to the wall pixels, correspondingly.

Stage 1 - Part 2:

image

First create an S-Shaped wall based on sine wave, whose frequency, amplitude can be changed, and the height of the wall can also be changed. Then mesh the whole wall into quad points to place panels. Finally, read image from file to get brightness information, and set it to the height of the panels correspondingly.

Stage 2:

image

Here is my building with panels that can adapt to sun direction.

The building is created with two levels. Each level is based on rectangle footprints and extrude to a changeable height. The dimension of the building can also be changed parametrically. The relative size of the two rectangular footprints can also be changed.

The walls are meshed to place the rotation shade panels with same width. The width can be changed by the user, but the height will always be the full wall height.

The building is responsive to the sun direction in the following aspects:

  1. The color of the four directions will change based on the sun direction. Facing to the sun, it will be green; Back to the sun, it will be red.
  2. The rotation angle of the shades of the panels.
  3. The width of the panel.