User Tools

Site Tools


public:t-vien-14-1:lab_7_materials

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:t-vien-14-1:lab_7_materials [2014/02/26 11:34] hannespublic:t-vien-14-1:lab_7_materials [2024/04/29 13:33] (current) – external edit 127.0.0.1
Line 18: Line 18:
 ===== Procedure ===== ===== Procedure =====
  
-  - **Make Room** Start by making a room you can walk around in and use the textures supplied in the zip file above. At least use the door texture somewhere, the others are optional. We will be building the effects around the door. Remember to adjust the First Person controller to an appropriate height so that the scale of the door will seem right. Keep the room fairly dim (don't add bright lights). If you wish to darken the walls, you can adjust the ''color'' value for the wall materials after applying the textures, by darkening the color, the overall texture will darken.  +  - **Make Room** Start by making a room you can walk around in and use the textures supplied in the zip file above. At least use the door texture somewhere, the others are optional. We will be building the effects around the door. Remember to adjust the First Person controller to an appropriate height so that the scale of the door will seem right. Keep the room fairly dim (don't add any light sources other than the **Ambient** light, which you can adjust in **Edit->Render Settings**). If you wish to darken the walls, you can adjust the ''color'' value for the wall materials after applying the textures, by darkening the color, the overall texture will darken.  
-  - **Seeing Through Windows** For wall segments that contain windows, you should pick ''Transparent/Diffuse'' as the material type so that the transparency value of the texture will get picked up by the shader. This should result in windows you can see through. NOTE: There seems to be a bug with these textures (or maybe Unity), the transparency only appears in **Scene** view but not in **Game** view.+  - **Seeing Through Windows** For wall segments that contain windows, you should pick ''Transparent/Diffuse'' as the material shader type so that the transparency value of the texture will get picked up by the shader. This should result in windows you can see through. NOTE: There seems to be a bug with these textures (or maybe Unity), the transparency only appears in **Scene** view but not in **Game** view.
   - **Make Outside Environment** You should put something on the outside of those windows, at least a sky box with a bright and sunny sky. Another possibility is to place a texture of some landscape or city scape on a Quad a few meters away (essentially a [[http://en.wikipedia.org/wiki/Matte_painting|matte painting]].    - **Make Outside Environment** You should put something on the outside of those windows, at least a sky box with a bright and sunny sky. Another possibility is to place a texture of some landscape or city scape on a Quad a few meters away (essentially a [[http://en.wikipedia.org/wiki/Matte_painting|matte painting]]. 
   - **Add Sun Shafts** Strong light coming through windows may illuminate particles in the air and create visible shafts of light. Instead of modeling volumetric lighting (i.e. the actual interaction of light with particles), we can fake these shafts with a few well placed textures. Create a **quad** and place it perpendicular to the quad representing the door wall segment. Apply the **beams** texture to this quad and ensure that transparency is used by the material. Adjust the placement so that it looks like the beams are coming from the broken windows. Duplicate this quad a few times and spread them across the window. To make them visible from more angles (they are of course very thin!) you can rotate some of them a little bit and even flip some completely.   - **Add Sun Shafts** Strong light coming through windows may illuminate particles in the air and create visible shafts of light. Instead of modeling volumetric lighting (i.e. the actual interaction of light with particles), we can fake these shafts with a few well placed textures. Create a **quad** and place it perpendicular to the quad representing the door wall segment. Apply the **beams** texture to this quad and ensure that transparency is used by the material. Adjust the placement so that it looks like the beams are coming from the broken windows. Duplicate this quad a few times and spread them across the window. To make them visible from more angles (they are of course very thin!) you can rotate some of them a little bit and even flip some completely.
-  - **Add Light Projector** Make sure you have imported the **Projectors** package from the **Assets** menu. Find and add the **Blob Light Projector** game object to your project. Place the projector outside of the door such that the light from it will fall on the floor on the inside. Now you have to create a light texture that mimics the pattern of the broken window. In any paint program such as Photoshop or [[http://www.gimp.org/|Gimp (free)]], use the door texture to create another texture of the same size (1024x1024) but completely transparent aside from white areas where the broken windows are located. There are many ways to accomplish this. One way is to open the door texture and use a selection tool (e.g. flood select) to select only the broken window parts. Then create a new 1024x1024 texture with a transparent background and use the selection to fill with white exactly the same broken window area. In Unity, create a new material of type **Projector/Light** and assign the new texture to it. Also, in the texture properties (select the texture itself, not the material) set ''Wrap Mode'' to ''Clamp'' to prevent it from being repeated many times across the floor. Finally adjust (e.g. fiddle with placement and the ''field of view'') until it looks right. +  - **Add Light Projector** Make sure you have imported the **Projectors** package from the **Assets** menu. Find and add the **Blob Light Projector** game object to your project. Place the projector outside of the door such that the light from it will fall on the floor on the inside. Now you have to create a light texture that mimics the pattern of the broken window. In any paint program such as Photoshop or [[http://www.gimp.org/|Gimp (free)]], use the door texture to create another texture of the same size (1024x1024) but completely transparent aside from white areas where the broken windows are located. There are many ways to accomplish this. One way is to open the door texture and use a selection tool (e.g. flood select) to select only the broken window parts. Then create a new 1024x1024 texture with a transparent background and use the selection to fill with white exactly the same broken window area. In Unity, create a new material with shader type **Projector/Light** and assign the new texture to it. Also, in the texture properties (select the texture itself, not the material) set ''Wrap Mode'' to ''Clamp'' to prevent it from being repeated many times across the floor. Finally adjust (e.g. fiddle with placement and the ''field of view'') until it looks right. 
   - **Add Particles** Right above your **Hierarchy** panel select **Particle System** from the **Create** drop-down menu. It should already be producing shiny little particles. Place the system right where the beams of light hit the floor and rotate it so that the particles travel in the direction of the beams towards the window. Look at the parameters you can adjust in the **Inspector** panel for the particle system. You need to make these particles imitate very small dust moving very slowly through the air. You can play with the following adjustments:   - **Add Particles** Right above your **Hierarchy** panel select **Particle System** from the **Create** drop-down menu. It should already be producing shiny little particles. Place the system right where the beams of light hit the floor and rotate it so that the particles travel in the direction of the beams towards the window. Look at the parameters you can adjust in the **Inspector** panel for the particle system. You need to make these particles imitate very small dust moving very slowly through the air. You can play with the following adjustments:
     * In the **Shape** module: Select the ''Box'' emitter shape. This will shoot the particles in one direction (which you can control by rotating the box).     * In the **Shape** module: Select the ''Box'' emitter shape. This will shoot the particles in one direction (which you can control by rotating the box).
/var/www/cadia.ru.is/wiki/data/attic/public/t-vien-14-1/lab_7_materials.1393414466.txt.gz · Last modified: 2024/04/29 13:33 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki