Daniel Diaz
πŸŒƒ

Daniel Diaz

Model Geometry

Figure 1. Image mapped to the surface
Figure 1. Image mapped to the surface

Figure 2. Embossed Surface
Figure 2. Embossed Surface

Modeling Approach

I merged The Starry Night painting by the Dutch painter Vincent Van Gogh into my project for this assignment.

Figure 3. The Starry Night By Vincent Van Gogh.
Figure 3. The Starry Night By Vincent Van Gogh.

Before starting, I reduced the radius size of the ribs on my structure to let the panels get a bigger size and make the painting more consistent by taking advantage of the parameters set in the previous assignment.

First, I added the logic to read the painting file and turned it into pixels that could match the user's number of U and V Panels.

Figure 4. Image File and UV.
Figure 4. Image File and UV.

Then added the option to the user to play with the position configuration of the image by adding four different lists that match the transposed or original effect, the vertical flip, the horizontal flip, and the last one, which combines the horizontal and vertical flip in a movement.

Figure 5. Original or Transposed Effect.
Figure 5. Original or Transposed Effect.

Figure 6. Image Flip Options.
Figure 6. Image Flip Options.

With the List.GetItemAtIndex, the program allows the user to choose the configuration desired by changing the number of options

Figure 7. Mapping Variations
Figure 7. Mapping Variations

Finally, I added a node logic to enable the user to choose between the embossed or debossed effect.

Figure 8. Panel Heights.
Figure 8. Panel Heights.