OuuGiii / CG-Project-3

The 3 lab of the course Computer Graphics
0 stars 0 forks source link

Create spotlights #5

Closed OuuGiii closed 4 years ago

OuuGiii commented 4 years ago

Create a total of four spotlights (spotlight sources) distributed around the painting and sculpture that should partially illuminate these objects.

This illumination should be sufficient to be able to see both the painting and the sculpture, but it need not illuminate them in their entirety.

These light sources shall be capable of being activated or deactivated by means of the keys '1' to '4' which turn each spotlight on and off individually.

The spotlight should be geometrically modeled using two geometric primitives:

by simply assigning a material type to your choice

Help: Light Orientation Demonstrator (THREE.SpotLight)

OuuGiii commented 4 years ago

Should we do like physical spotlights? I'm confused

OuuGiii commented 4 years ago

DONE!