Introduction to Digital Modelling and Animation in Design week 4 Textures

Size: px
Start display at page:

Download "Introduction to Digital Modelling and Animation in Design week 4 Textures"

Transcription

1 Introduction to Digital Modelling and Animation in Design week 4 Textures Thaleia Deniozou Point Lighting The three- point lighting is a standard method used in visual media such as video, photography and 3D visual effects. By using three separate positions (3 light sources), the scene s subject can be illuminated adequately, while also controlling (or eliminating) the shading and shadows produced by direct lighting. The three light sources used are called Key, Back and Fill lights and an example scheme can be seen in the image in the right. The three- point- light set- up is a classical, very simple scheme to achieve a scene with softer lighting and widely used to illuminate 3D scenes in Blender. Our Spot Light is the main, or Key light of the scene (the one casting shadow). We also need to add two more lights to fake diffusion. The next light needed is called the Back Light. It is placed behind the scene s objects (here the 3D character). This illuminates the hidden side of our scene and allows us to separate the foreground of our picture from the background, adding an overall sense of depth. Usually the Back Light is as strong as the Key Light, if not stronger (same energy). Here we used a Spot Light with Energy of 1 (Key and Back Light). The result is already far better. Finally, the third light is the Fill Light. The Fill light's aim is to light up the shadows on the front of the scene. We will place the Fill Light exactly at the location of the camera, with energy usually lower than the Key and Back Lights. The Fill light lights visible parts of the model, which were previously in darkness with just the Key and Back lights only. As you add lights, keep an overall total even to avoid over- lighting a scene.

2 The three- point- lighting does not suggest that all shadows will be eliminated but it will help you adequately light your scene and bring up the quality of your modeling. Textures After you create a material and would like to add some kind of texture to the object (i.e. brick, carpet, wood grain, etc), you then click on the Texture button beside the Material button on the Properties Panel. After you click the New button, you have some choices in the texture buttons. First, you need to decide if you wish to use one of Blender s preloaded texture generators or provide your own image as a texture. Blender is capable of using almost any image file type whether created in a paint program or is a photographic image. JPEG images are the most common. Blender can even place a movie on an object as a material. This is a good effect if you want to add animation within your animation. REMEMBER You can t add a texture unless you ve already added a material. Material and Texture properties work together. Here's what you see in the texture panel:

3 Let s say you want to use one of Blender s built- in textures (under the Type option). Some of the widely used ones are Clouds, Stucci, Magic, Marble and Wood. These can produce some interesting effects with a little practice. When you select one, setting options will open for that effect. Each texture has different tools available to work with, but some similarities are present in most: Most of Blender s texture options deal with turbulence and noise (randomness of the pattern). The wood texture also has some features dealing with the pattern of the wood grain (bands and rings). After you place the texture, you still need to go back to the Materials Buttons to fine tune the look on your object. For an example of how to work with a texture, we will apply a wood texture to a cube. We'll start with a basic cube that has a material applied to it. Since wood is usually various shades of brown, we'll make the Diffuse color brown. We'll also take Specular Intensity down a bit. We'll now go over to the texture buttons and add a new texture. Make the texture type is Wood. In the wood texture panel you will see some different ways to represent the wood grain. Sine- Saw- Tri will give you a different stripe while Bands- Rings- Band Noise- Ring Noise will give you a different pattern. For this example, select Ring Noise. Now you have a secondary color that needs to be corrected. To fix this, scroll down through your texture panels to find the color swatch to change this from the default pink to a better color. Choose a darker brown. You can also adjust the Size (X,Y,Z) of the texture (for this example: X = 5.50, Y = 6.40 and Z = 0.30) and the Noise Basis for more effects. Feel free to experiment until the texture looks exactly as you d like. Another interesting texture to use is the Stucci, which provides interesting effects on the surface of different meshes. In the Texture Buttons, select it as you do for any of

4 the other texture generators and adjust the settings. In the Stucci panel, adjust the size to Next, go down to the Influence panel and turn on Nor (under Geometry for Normal). Adjusting the Nor slider will adjust the amount of the effect. Play with the setting to get a bumpy effect on your texture. Turning the size setting way down can also give you a grainy effect. Below are some samples of different Noise Basis patterns. Image Textures The basic texture generators offered by Blender are often handy, but not always complete. Most of the times you need to place textures like grass, brick, metal, fabric and so on into your model. Anything that can be saved as a JPEG image can be used as a texture in Blender. Most other image type files can be used as well (png, targa, TIFF, bmp). Movie files can also be placed on an object as a material. To use a JPEG as a texture, add a Material as before, go to the Texture buttons and select the Image or Movie option under Type. When you select this, here is what you see for options:

5 For an example of using images, here is a cube and sphere rendered using a brick image (jpg). You will notice that, by default, the image is mapped onto the top and stretched down the sides of the object. This is called Flat mapping. This can be adjusted in the Mapping panel, in the Texture Panel. Your other options (Cube, Tube, Sphere) are shown below: Let's say I want to use the Cube mapping, but the bricks are too large. I can control this in the Image Mapping panel under the Repeat option. This way you will affect the way the image tiles on the geometry s surface. Remember that the Material and Texture panels work together. The bricks look

6 good, but the texture may be a bit too glossy and flat. You can make adjustments to Specular in Materials (glossiness) and add a Normal (Nor) to the brick texture in the Texture panel under the Influence panel. This will simulate depth and add a nice effect to the brick. UV Unwrap Unwrapping is a more precise technique of mapping a texture on an object and helps you use other features as well, like Texture paint and Baking. In order to get the UV coordinates for a mesh we must unwrap it using the UV/Image Editor. First of all we need to create the proper workspace to project our mesh upon. Split the screen in two and change the second screen to the UV/Image Editor (from the Edit Type button on the bottom of the 3D view header). Select the object (here the cube) > go to Edit mode (tab) > A > U This will bring up the unwrap menu. The Unwrap Calculations we mostly use are either the Unwrap that performs the operation automatically in the best possible way (use this for simple geometry) or the Unwrap (smart projections) that attempts to flatten the mesh and performs a mark seams operation automatically. Hit Unwrap and see how the Cube s faces unwrap in the image editor. The one is on top of the other, which is not very useful if you want to project different parts of the image in different areas of the mesh.

7 To fix this we will use the Mark Seams techniques to indicate to Blender how to Unwrap the Cube with detail. This way we will attempt to flatten the 3D shape to a 2D image using the seams as markers. So let s start over. Add a new cube to the scene and select it > Edit mode (tab). Now we will mark the seams. Which seams we select will depend on how we want to unwrap the mesh. Select them with the Edge select tool > ctrl+e> mark seam> then hit A to select everything again>u> unwrap. So you can see, we now unwrapped the mesh as a 2D image projection of all the faces of the Cube:

8 *you can use Ctrl + E > clear seams to deselect the seams you previously marked. **the unwrap object on the UV/Image Editor (2D projection) can still be manipulated as all other meshes in Blender, by its vertices, edges and, faces using the panel on the bottom header: Now that we have our cube selected let s apply a texture on the cube. The first thing to do is bring an image in. Go to Image > Open (on UV/Image Editor header) and search for your file. Once you bring the image in it will be quite big so you ll need to zoom out a bit. You may also need to rotate you image according to what it is you want to do In the example below the image has been rotated along the x axis, 270 degrees: Each of the little sections representing the unwrapped faces of the cube is called an island. We can use the selection modes as we have seen before to make the islands bigger and fit the parts of the image we want in each of them. This way we define in detail the parts of the image that will be projected on each face of the cube. For this example use the face and edge select modes to make the islands bigger. Then go back to the 3D viewport and change the shading to textured to see how the texture maps on the mesh:

9 Although you now have your texture on the cube and you can see it in the 3D viewport, if you try to render out an image you will notice that the texture is not visible. There are a couple of controls we need to do to make sure we see the texture in the render. First make sure the cube has a material applied form the Materials Panel. Then go to the Textures Panel in the Properties and select the Type > Image or Movie. Then go to Open and re- select the same image as the one you used for the UV and finally go to Mapping and select UV as the Coordinates, to instruct Blender to use the UV unwrap when rendering. Finally, trying to render again you should see the correct texture on the cube:

As we said Procedural Textures are not images but textures that Blender creates automatically. They are good to use as a foundation to start with.

As we said Procedural Textures are not images but textures that Blender creates automatically. They are good to use as a foundation to start with. Textures There are two types of Textures in Blender. Procedural Textures that are by default created by the program and Image Textures that use external images. We will first see how you can apply a Procedural

More information

Chapter 4- Materials and Textures

Chapter 4- Materials and Textures Chapter 4- Materials and Textures Materials and textures are what change your model from being gray to brilliant. You can add color, make things glow, become transparent like glass or make them look like

More information

Chapter 5- Materials & Textures

Chapter 5- Materials & Textures Chapter 5- Materials & Textures As mentioned in the past chapter, materials and textures are what change your model from being gray to brilliant. You can add color, make things glow, become transparent

More information

Chapter 4- Materials and Textures

Chapter 4- Materials and Textures Chapter 4- Materials and Textures Materials and textures are what change your model from being gray to brilliant. You can add color, make things glow, become transparent like glass or make them look like

More information

Chapter 5- Materials & Textures

Chapter 5- Materials & Textures Chapter 5- Materials & Textures As mentioned in the past chapter, materials and textures are what change your model from being gray to brilliant. You can add color, make things glow, become transparent

More information

Chapter 23- UV Texture Mapping

Chapter 23- UV Texture Mapping Chapter 23- UV Texture Mapping Since games need to be able to process operations as fast as possible, traditional rendering techniques (specular, ray tracing reflections and refractions) cannot typically

More information

Textures and UV Mapping in Blender

Textures and UV Mapping in Blender Textures and UV Mapping in Blender Categories : Uncategorised Date : 21st November 2017 1 / 25 (See below for an introduction to UV maps and unwrapping) Jim s Notes regarding Blender objects, the UV Editor

More information

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 1 The Blender Interface and Basic Shapes

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 1 The Blender Interface and Basic Shapes Blender Notes Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 1 The Blender Interface and Basic Shapes Introduction Blender is a powerful modeling, animation and rendering

More information

Caustics - Mental Ray

Caustics - Mental Ray Caustics - Mental Ray (Working with real caustic generation) In this tutorial we are going to go over some advanced lighting techniques for creating realistic caustic effects. Caustics are the bent reflections

More information

Chapter 6- Lighting and Cameras

Chapter 6- Lighting and Cameras Lighting Types and Settings When you create a scene in Blender, you start with a few basic elements that will include a camera, but may or may not include a light. Remember that what the camera sees is

More information

Chapter 4- Blender Render Engines

Chapter 4- Blender Render Engines Chapter 4- Render Engines What is a Render Engine? As you make your 3D models in, your goal will probably be to generate (render) an image or a movie as a final result. The software that determines how

More information

Texture Mapping. Images from 3D Creative Magazine

Texture Mapping. Images from 3D Creative Magazine Texture Mapping Images from 3D Creative Magazine Contents Introduction Definitions Light And Colour Surface Attributes Surface Attributes: Colour Surface Attributes: Shininess Surface Attributes: Specularity

More information

Actions and Graphs in Blender - Week 8

Actions and Graphs in Blender - Week 8 Actions and Graphs in Blender - Week 8 Sculpt Tool Sculpting tools in Blender are very easy to use and they will help you create interesting effects and model characters when working with animation and

More information

Blender Texture Painting Tutorial

Blender Texture Painting Tutorial Blender Texture Painting Tutorial Blender Version: 2.74 Author: Chaven Yenketswamy Date: Aug 2015 The Texture painting interface in Blender can be rather confusing and frustrating for beginners. This tutorial

More information

AR-media TUTORIALS IMPROVING REALISM AMBIENT OCCLUSION. (June, 2011)

AR-media TUTORIALS IMPROVING REALISM AMBIENT OCCLUSION. (June, 2011) AR-media TUTORIALS IMPROVING REALISM AMBIENT OCCLUSION (June, 2011) Copyright Copyright 2008/2011 Inglobe Technologies S.r.l. All rights reserved. No part of this publication may be reproduced, transmitted,

More information

Autodesk Fusion 360: Render. Overview

Autodesk Fusion 360: Render. Overview Overview Rendering is the process of generating an image by combining geometry, camera, texture, lighting and shading (also called materials) information using a computer program. Before an image can be

More information

Chapter 5- Setting Up a World

Chapter 5- Setting Up a World Chapter 5- Setting Up a World Using Color, Stars and Mist You ve created a nice scene for your lighthouse, but we re missing a really nice background. Depending on which release of Blender you re running,

More information

Shadow Casting in World Builder. A step to step tutorial on how to reach decent results on the creation of shadows

Shadow Casting in World Builder. A step to step tutorial on how to reach decent results on the creation of shadows Shadow Casting in World Builder A step to step tutorial on how to reach decent results on the creation of shadows Tutorial on shadow casting in World Builder 3.* Introduction Creating decent shadows in

More information

Chapter 12- NURBS & Meta Shape Basics

Chapter 12- NURBS & Meta Shape Basics Chapter 12- NURBS & Meta Shape Basics When you press Shift-A for Add, you will notice other object types beside meshes, cameras and lights that can be created. Two types of objects that can be created

More information

Chapter 9- Ray-Tracing

Chapter 9- Ray-Tracing Ray-tracing is used to produce mirrored and reflective surfaces. It is also being used to create transparency and refraction (bending of images through transparent surfaceslike a magnifying glass or a

More information

Chapter 3- Creating & Editing Objects

Chapter 3- Creating & Editing Objects Working with Basic Meshes Chapter 3- Creating & Editing Objects Now that we know how to move around in Blender, let s start doing some basic building and shaping. In this chapter we will talk about creating

More information

11 Rendering. Apply materials

11 Rendering. Apply materials 11 Rendering Rendering is available for showing your model as if it was photographed or sketched. If you render to look like a photo, this is called photorealistic rendering. Flamingo nxt is an example

More information

Chapter 1- The Blender Interface

Chapter 1- The Blender Interface Chapter 1- The Blender Interface The Blender Screen Years ago, when I first looked at Blender and read some tutorials I thought that this looked easy and made sense. After taking the program for a test

More information

Chapter 14 Particle Systems & Interactions

Chapter 14 Particle Systems & Interactions Chapter 14 Particle Systems & Interactions This is probably the nicest and most flexible of the Blender effects. When you turn an object into particles, it can be used to simulate snow, fire, smoke, clouds,

More information

UV Mapping to avoid texture flaws and enable proper shading

UV Mapping to avoid texture flaws and enable proper shading UV Mapping to avoid texture flaws and enable proper shading Foreword: Throughout this tutorial I am going to be using Maya s built in UV Mapping utility, which I am going to base my projections on individual

More information

Basic Blender Commands This is just a partial list of Blender commands. Please visit the Blender.org website for more details.

Basic Blender Commands This is just a partial list of Blender commands. Please visit the Blender.org website for more details. Basic Key Commands Basic Blender Commands This is just a partial list of Blender commands. Please visit the Blender.org website for more details. TAB key- Toggles between edit mode (vertex editing) and

More information

Step 2: Add Material and Texture

Step 2: Add Material and Texture Step 2: Add Material and Texture Material This part is easy as the Default Cube already has a material assigned. All we need to do is rename it as materials in Trainz assets need to have specific file

More information

Creating a Snowman Scene

Creating a Snowman Scene Creating a Snowman Scene By: Shane Trautsch Blender 2.72 What you will learn Basic Modeling Particle systems sculpting Materials and Textures Lighting Creating a Snow By now, you have created a snowman.

More information

4) Finish the spline here. To complete the spline, double click the last point or select the spline tool again.

4) Finish the spline here. To complete the spline, double click the last point or select the spline tool again. 1) Select the line tool 3) Move the cursor along the X direction (be careful to stay on the X axis alignment so that the line is perpendicular) and click for the second point of the line. Type 0.5 for

More information

Working with the BCC Brick Generator

Working with the BCC Brick Generator Working with the BCC Brick Generator Brick is a versatile generator of tiled surfaces with realistic texture and lighting controls. The bricks can act as a Þlter on a layer or generate a brick surface

More information

Chapter 17: The Truth about Normals

Chapter 17: The Truth about Normals Chapter 17: The Truth about Normals What are Normals? When I first started with Blender I read about normals everywhere, but all I knew about them was: If there are weird black spots on your object, go

More information

Photo Studio Version 5 Release 13. Photo Studio

Photo Studio Version 5 Release 13. Photo Studio Photo Studio Page 1 Preface Using This Guide More Information Conventions What's New? Getting Started Entering the Photo Studio Workbench Loading Products Creating a Quick Render Basic Tasks Camera Management

More information

Rock Tutorial: Creating A Rock Like Seen In Gears Of War With A Focus On Normal

Rock Tutorial: Creating A Rock Like Seen In Gears Of War With A Focus On Normal http://www.icantbelieveitsnothighpoly.com/tutorials_new.html To view finished product 360 degrees around Instructions // Download: Video (Rotation of Final Mesh)/// (Right click and save) This is an advanced

More information

Shaders and Textures in Artlantis 2.0 By Gérard Bomer, Abvent

Shaders and Textures in Artlantis 2.0 By Gérard Bomer, Abvent Shaders and Textures in Artlantis 2.0 By Gérard Bomer, Abvent In Artlantis, Shaders and / or Textures are used to define the aspect of materials. In Artlantis there are a few procedural shaders that have

More information

This view is called User Persp - perspective. It's good for rendering, but not for editing. Ortho will be better.

This view is called User Persp - perspective. It's good for rendering, but not for editing. Ortho will be better. Create a crate simple placeable in Blender. In this tutorial I'll show you, how to create and texture a simple placeable, without animations. Let's start. First thing is always to have an idea, how you

More information

Chapter 19- Object Physics

Chapter 19- Object Physics Chapter 19- Object Physics Flowing water, fabric, things falling, and even a bouncing ball can be difficult to animate realistically using techniques we have already discussed. This is where Blender's

More information

Computer graphics Labs: Blender (1/3) Modelling, transparency and reflection

Computer graphics Labs: Blender (1/3) Modelling, transparency and reflection Computer graphics Labs: Blender (1/3) Modelling, transparency and reflection University of Liège Department of Aerospace and Mechanical engineering Designed with Blender 2.76b Introduction to the interface

More information

LEVEL 1 ANIMATION ACADEMY2010

LEVEL 1 ANIMATION ACADEMY2010 1 Textures add more realism to an environment and characters. There are many 2D painting programs that can be used to create textures, such as Adobe Photoshop and Corel Painter. Many artists use photographs

More information

Basic Blender Commands This is just a partial list of Blender commands. Please visit the Blender.org website for more details.

Basic Blender Commands This is just a partial list of Blender commands. Please visit the Blender.org website for more details. Basic Key Commands Basic Blender Commands This is just a partial list of Blender commands. Please visit the Blender.org website for more details. TAB key- Toggles between edit mode (vertex editing) and

More information

NURBS Sailboat on Ocean (Modeling/Animation)

NURBS Sailboat on Ocean (Modeling/Animation) Course: 3D Design Title: NURBS Sailboat Blender: Version 2.6X Level: Beginning Author; Neal Hirsig (nhirsig@tufts.edu) (April 2013) NURBS Sailboat on Ocean (Modeling/Animation) The objective of this PDF

More information

CGS 3220 Lecture 4 Shaders, Textures, and Light

CGS 3220 Lecture 4 Shaders, Textures, and Light CGS 3220 Lecture 4 Shaders, Textures, and Light Introduction to Computer Aided Modeling Instructor: Brent Rossen Overview Working with the menu-less UI Working with the Hypershade Creating shading groups

More information

Mesh Modeling Dice Boolean

Mesh Modeling Dice Boolean Course: 3D Design Title: Mesh Modeling Dice - Boolean Dropbox File: Dice.zip Blender: Version 2.41 Level: Beginning Author: Neal Hirsig (nhirsig@tufts.edu) Mesh Modeling Dice Boolean In this tutorial,

More information

Chapter 1- The Blender Interface

Chapter 1- The Blender Interface The Blender Screen When I first looked at Blender and read some tutorials I thought that this looked easy and made sense. After taking the program for a test run, I decided to forget about it for a while

More information

Working with the BCC Bump Map Generator

Working with the BCC Bump Map Generator Working with the BCC Bump Map Generator Bump mapping is used to create three dimensional detail on an image based on the luminance information in the image. The luminance value of each pixel of the image

More information

RICE DMC SHORT COURSE. Creating a Digital Illustration in Photoshop (Advanced)

RICE DMC SHORT COURSE. Creating a Digital Illustration in Photoshop (Advanced) RICE DMC SHORT COURSE Creating a Digital Illustration in Photoshop (Advanced) 1.Filter>Render>Clouds 2.Filter>Distort>Shear Image> Adjustments>Hue and Saturation Add Layer Style 3D>New 3D Layer from File

More information

Guide Contents Introduction Useful Information Navigating the Scene Hotkeys Placing and Manipulating Objects The Builder Cube Builder Cube Edit

Guide Contents Introduction Useful Information Navigating the Scene Hotkeys Placing and Manipulating Objects The Builder Cube Builder Cube Edit Guide Contents Introduction Useful Information Navigating the Scene Hotkeys Placing and Manipulating Objects The Builder Cube Builder Cube Edit Geometry Builder Cube Edit UVs Static Meshes Materials Mat.

More information

CSE528 Computer Graphics: Theory, Algorithms, and Applications

CSE528 Computer Graphics: Theory, Algorithms, and Applications CSE528 Computer Graphics: Theory, Algorithms, and Applications Hong Qin State University of New York at Stony Brook (Stony Brook University) Stony Brook, New York 11794--4400 Tel: (631)632-8450; Fax: (631)632-8334

More information

Chapter 3- Creating & Editing Objects

Chapter 3- Creating & Editing Objects ` Chapter 3- Creating & Editing Objects Edit Mode- Mesh Editing Object Mode After you have created a mesh, you can go into Edit mode (Tab key or Mode option in window) and change its shape. In edit mode,

More information

Blender Lesson Ceramic Bowl

Blender Lesson Ceramic Bowl Blender Lesson Ceramic Bowl This lesson is going to show you how to create a ceramic looking bowl using the free program Blender. You will learn how to change the view, add, delete, scale and edit objects

More information

A Blender Tutorial. Building a Simple Loco Part 2 Mapping and Texturing. Paul Hobbs 2008

A Blender Tutorial. Building a Simple Loco Part 2 Mapping and Texturing. Paul Hobbs 2008 A Blender Tutorial Building a Simple Loco Part 2 Mapping and Texturing Paul Hobbs 2008 Page 1 of 24 Contents What is Mapping?...3 A Practical Example Using Auto Mapping...3 Optimising the Mapping...5 A

More information

O Hailey: Chapter 3 Bonus Materials

O Hailey: Chapter 3 Bonus Materials O Hailey: Chapter 3 Bonus Materials Maya s Toon Line For those familiar with toon lines in Maya, you may skip ahead past this section. Those not familiar might find it useful to understand the basics of

More information

3D Modeling Course Outline

3D Modeling Course Outline 3D Modeling Course Outline Points Possible Course Hours Course Overview 4 Lab 1: Start the Course Identify computer requirements. Learn how to move through the course. Switch between windows. Lab 2: Set

More information

BCC Sphere Transition

BCC Sphere Transition BCC Sphere Transition The Sphere Transition shape models the source image onto a sphere. Unlike the Sphere filter, the Sphere Transition filter allows you to animate Perspective, which is useful in creating

More information

Split the 3D Editor Viewport

Split the 3D Editor Viewport Split the 3D Editor Viewport To create two viewports where there was previously one (the 3D Editor Viewport), click on the cross hatch in the upper right hand corner of the 3D Editor Viewport. When the

More information

Flames in Particle Flow

Flames in Particle Flow Flames in Particle Flow In this tutorial we are going to take a look at creating some licking flames in Particle Flow. I warn you however, is that this method of fire creation is very processor intensive.

More information

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics

FACULTY AND STAFF COMPUTER FOOTHILL-DE ANZA. Office Graphics FACULTY AND STAFF COMPUTER TRAINING @ FOOTHILL-DE ANZA Office 2001 Graphics Microsoft Clip Art Introduction Office 2001 wants to be the application that does everything, including Windows! When it comes

More information

REU Modeling Course Day 1 pt2 AutoDesk Maya - More Modeling

REU Modeling Course Day 1 pt2 AutoDesk Maya - More Modeling REU Modeling Course Day 1 pt2 AutoDesk Maya - More Modeling Maggie Iglesias Pena iglesias@iastate.edu Workshop Workflow Let s Review last session Creating & Applying Materials Rendering Today s mini goal

More information

Quick Start Tutorial

Quick Start Tutorial Tutorial Tutorial: Build an Apple Welcome to Design 3D CX 7. This is a quick tutorial to get you started. In this tutorial you ll learn how to import an Adobe Illustrator file, Lathe it into a 3D object,

More information

About this manual. How it works

About this manual. How it works Welcome to KeyShot 2 KeyShot is the first interactive image creation tool of its kind that allows anyone with little or no experience to create photographic images from their 3D digital data within minutes.

More information

Going 3D with Blender: A room with toys

Going 3D with Blender: A room with toys LinuxFocus article number 318 http://linuxfocus.org Going 3D with Blender: A room with toys by Katja Socher About the author: Katja is the German editor of LinuxFocus. She likes

More information

First Animated Model Yellow Submarine

First Animated Model Yellow Submarine Course: 3D Design Title: First Animated Model Yellow Submarine Blender: Version 2.6X Level: Beginning Author; Neal Hirsig (May 2012) First Animated Model Yellow Submarine Most of you are perhaps too young

More information

1 INTRoduCTIon to BLENDER 1. 3 PREPARATIon 19

1 INTRoduCTIon to BLENDER 1. 3 PREPARATIon 19 INTRoduCTIoN xv 2 INTRoduCTIon to GIMP 13 Topics Covered... xv What Isn t Covered...xvi Requirements....xvi The Projects....xvi The Bat Creature... xvii The Spider Bot... xvii The Jungle Temple... xvii

More information

Using Blender to Produce a Trainz Asset - Step 2-2 Add Materials and Texture (Continued)

Using Blender to Produce a Trainz Asset - Step 2-2 Add Materials and Texture (Continued) Apply Texture First, deselect everything in the 3D Editor Viewport by pressing the AKEY. When vertices, edges or faces are selected they appear orange. This key is also a toggle. Try pressing the AKEY

More information

Property of: Entrada Interactive. PBR Workflow. Working within a PBR-based environment

Property of: Entrada Interactive. PBR Workflow. Working within a PBR-based environment Property of: Entrada Interactive PBR Workflow Working within a PBR-based environment Ryan Manning 8/24/2014 MISCREATED PBR WORKFLOW CryDocs on Physically Based Shading/Rendering: http://docs.cryengine.com/display/sdkdoc4/physically+based+rendering

More information

Turn your movie file into the homework folder on the server called Lights, Camera, Action.

Turn your movie file into the homework folder on the server called Lights, Camera, Action. CS32 W11 Homework 3: Due MONDAY, APRIL 18 Now let s put the ball in a world of your making and have some fun. Create a simple AND WE MEAN SIMPLE environment for one of your ball bounces. You will assign

More information

Announcements. Written Assignment 2 is out see the web page. Computer Graphics

Announcements. Written Assignment 2 is out see the web page. Computer Graphics Announcements Written Assignment 2 is out see the web page 1 Texture and other Mappings Shadows Texture Mapping Bump Mapping Displacement Mapping Environment Mapping Watt Chapter 8 COMPUTER GRAPHICS 15-462

More information

Week 1 The Blender Interface and Basic Shapes

Week 1 The Blender Interface and Basic Shapes Week 1 The Blender Interface and Basic Shapes Blender Blender is an open-source 3d software that we will use for this class to create our 3d game. Blender is as powerful as 3d Studio Max and Maya and has

More information

Course: 3D Design Title: Mesh Modeling Hand Dropbox File: Hand.zip Blender: Version 2.41 Level: Beginning Author; Neal Hirsig

Course: 3D Design Title: Mesh Modeling Hand Dropbox File: Hand.zip Blender: Version 2.41 Level: Beginning Author; Neal Hirsig Course: 3D Design Title: Mesh Modeling Hand Dropbox File: Hand.zip Blender: Version 2.41 Level: Beginning Author; Neal Hirsig (nhirsig@tufts.edu) Mesh Modeling Hand Open a new Blender file. We will be

More information

COS 116 The Computational Universe Laboratory 10: Computer Graphics

COS 116 The Computational Universe Laboratory 10: Computer Graphics COS 116 The Computational Universe Laboratory 10: Computer Graphics As mentioned in lecture, computer graphics has four major parts: imaging, rendering, modeling, and animation. In this lab you will learn

More information

Course: 3D Design Title: Mesh Modeling Shark Dropbox File: Shark.zip Blender: Version 2.45 Level: Beginning Author: Neal Hirsig

Course: 3D Design Title: Mesh Modeling Shark Dropbox File: Shark.zip Blender: Version 2.45 Level: Beginning Author: Neal Hirsig Course: 3D Design Title: Mesh Modeling Shark Dropbox File: Shark.zip Blender: Version 2.45 Level: Beginning Author: Neal Hirsig (nhirsig@tufts.edu) Mesh Modeling Shark In this tutorial, we ll model a Shark.

More information

Baking Blender materials to texture to make them usable in a game engine

Baking Blender materials to texture to make them usable in a game engine Baking Blender materials to texture to make them usable in a game engine Categories : Uncategorised Date : 19th November 2017 1 / 20 Baking Blender materials to texture to make them usable in a game engine

More information

It s A Material World After All Alexander L.. Wood CAD Training Solutions, LLC

It s A Material World After All Alexander L.. Wood CAD Training Solutions, LLC November 30 December 3, 2004 Las Vegas, Nevada It s A Material World After All Alexander L.. Wood CAD Training Solutions, LLC GD21-3 Learn the basics of taking your 3D model into a rendered presentation.

More information

FLAMINGO CHEAT SHEET FOR ES 305 CLASS 5 Pages of Fresh Flamingo Goodness

FLAMINGO CHEAT SHEET FOR ES 305 CLASS 5 Pages of Fresh Flamingo Goodness FLAMINGO CHEAT SHEET FOR ES 305 CLASS 5 Pages of Fresh Flamingo Goodness *Keep this PDF with you at all times it will help you to maneuver the vast and confusing ocean that is the Flamingo Materials Editor!

More information

Chapter 9- Animation Basics

Chapter 9- Animation Basics Timing, Moving, Rotating and Scaling Now that we know how to make stuff and make it look good, it s time to figure out how to move it around in your scene. Another name for an animation is Interpolation

More information

Bricks'n'Tiles. Tutorial Creating a brick file and texturing a medieval tower. Easy Creation of Architectural Textures.

Bricks'n'Tiles. Tutorial Creating a brick file and texturing a medieval tower. Easy Creation of Architectural Textures. Bricks'n'Tiles Easy Creation of Architectural Textures www.bricksntiles.com Tutorial Creating a brick file and texturing a medieval tower 1 Introduction Welcome this this Bricks'n'Tiles Tutorial. Brick'n'Tiles

More information

This lesson introduces Blender, covering the tools and concepts necessary to set up a minimal scene in virtual 3D space.

This lesson introduces Blender, covering the tools and concepts necessary to set up a minimal scene in virtual 3D space. 3D Modeling with Blender: 01. Blender Basics Overview This lesson introduces Blender, covering the tools and concepts necessary to set up a minimal scene in virtual 3D space. Concepts Covered Blender s

More information

LOOSE FITTING CLOTHES

LOOSE FITTING CLOTHES LOOSE FITTING CLOTHES Begin by opening the basic box modeled figure 0-BasicFigure.blend. He s at https://users.soe.ucsc. edu/~yonge/05_homework_resources/. This exercise uses some retopology techniques

More information

Think about film & lighting

Think about film & lighting Quiz 3: Textures Camera and Lighting for Animation Hand back Quiz 2 Amy Gooch CS 395: Intro to Animation Summer 2004 Think about film & lighting Reality! Cameras & Viewpoint Lighting in animation Same

More information

Notes on Blender: By Matthew Evett

Notes on Blender: By Matthew Evett Notes on Blender: By Matthew Evett A synopsis of the Wiki: http://en.wikibooks.org/wiki/blender_3d:_noob_to_pro The Blender GUI is implemented via opengl. Thus the GUI is not Windowsstandard. Can resize

More information

Introduction to 3D Concepts

Introduction to 3D Concepts PART I Introduction to 3D Concepts Chapter 1 Scene... 3 Chapter 2 Rendering: OpenGL (OGL) and Adobe Ray Tracer (ART)...19 1 CHAPTER 1 Scene s0010 1.1. The 3D Scene p0010 A typical 3D scene has several

More information

8K Earth, Moon and Mars Shaders Asset V Documentation

8K Earth, Moon and Mars Shaders Asset V Documentation 8K Earth, Moon and Mars Shaders Asset V0.3.3 Documentation Charles Pérois - 2015 Introduction 2 Table des matières 1. Introduction...3 2. Release Note...4 3. How to Use...5 1. Set the scene...5 1. Set

More information

Full Screen Layout. Main Menu Property-specific Options. Object Tools ( t ) Outliner. Object Properties ( n ) Properties Buttons

Full Screen Layout. Main Menu Property-specific Options. Object Tools ( t ) Outliner. Object Properties ( n ) Properties Buttons Object Tools ( t ) Full Screen Layout Main Menu Property-specific Options Object Properties ( n ) Properties Buttons Outliner 1 Animation Controls The Create and Add Menus 2 The Coordinate and Viewing

More information

3D & 2D TREES. Andy Simmons Andy Simmons

3D & 2D TREES. Andy Simmons Andy Simmons Hopefully this tutorial will give you an insight into how I create 3d and draw trees. There are four parts all dealing with trees. Amorphium, Bryce and Photoshop. I have had many requests for this tutorial,

More information

Mastering Truspace 7

Mastering Truspace 7 How to move your Truespace models in Dark Basic Pro by Vickie Eagle Welcome Dark Basic Users to the Vickie Eagle Truspace Tutorials, In this first tutorial we are going to build some basic landscape models

More information

Tutorial 4: Texture Mapping Techniques

Tutorial 4: Texture Mapping Techniques Tutorial 4: Texture Mapping Techniques Completion time 40 minutes In the previous tutorial we learned how to create materials, and how to assign texture maps to those materials. In this tutorial we will

More information

Animating the Page IN THIS CHAPTER. Timelines and Frames

Animating the Page IN THIS CHAPTER. Timelines and Frames e r ch02.fm Page 41 Friday, September 17, 1999 10:45 AM c h a p t 2 Animating the Page IN THIS CHAPTER Timelines and Frames Movement Tweening Shape Tweening Fading Recap Advanced Projects You have totally

More information

TUTORIAL 7: Global Illumination & Ambient Occlusion

TUTORIAL 7: Global Illumination & Ambient Occlusion TUTORIAL 7: Global Illumination & Ambient Occlusion The goal of this short tutorial is to introduce a few select aspects of mental ray so that you may consider incorporating them in your projects if appropriate.

More information

Chapter 3- Creating & Editing Objects

Chapter 3- Creating & Editing Objects ` Chapter 3- Creating & Editing Objects Working with Basic Meshes Now that you can move around in Blender, let s start doing some basic building and shaping. In this chapter we will talk about creating

More information

An Introduction to Maya. Maya. Used in industrial design, CAD, computer games and motion picture effects. The ambition is what get

An Introduction to Maya. Maya. Used in industrial design, CAD, computer games and motion picture effects. The ambition is what get An Introduction to Maya Gustav Taxén gustavt@nada.kth.se 2D1640 Grafik och Interaktionsprogrammering VT 2006 Maya Used in industrial design, CAD, computer games and motion picture effects Special focus

More information

Real Time Rendering Version 5 Release 13. Real Time Rendering

Real Time Rendering Version 5 Release 13. Real Time Rendering Real Time Rendering Page 1 Preface Using This Guide Where to Find More Information Conventions What's New? Getting Started Applying Materials Modifying Mapped Material Basic Tasks Materials Applying a

More information

LIGHTING - 1. Note. Lights. Ambient occlusion

LIGHTING - 1. Note. Lights. Ambient occlusion Note LIGHTING - 1 The creation and use of lights varies greatly between the default Blender renderer and the Cycles renderer. This section refers only to simple lighting in the default renderer. Lights

More information

Shadows. COMP 575/770 Spring 2013

Shadows. COMP 575/770 Spring 2013 Shadows COMP 575/770 Spring 2013 Shadows in Ray Tracing Shadows are important for realism Basic idea: figure out whether a point on an object is illuminated by a light source Easy for ray tracers Just

More information

ART 268 3D Computer Graphics Texture Mapping and Rendering. Texture Mapping

ART 268 3D Computer Graphics Texture Mapping and Rendering. Texture Mapping ART 268 3D Computer Graphics Texture Mapping and Rendering Texture Mapping Is the way in which a material is wrapped around an object. The default method is UVW mapping (see below). When you drag a material

More information

Project 9. Render a Kitchen

Project 9. Render a Kitchen Project 9 Render a Kitchen Creating a kitchen in 3D is one of those projects that help a lot in improving our skills. Since a kitchen can be created without having to resort to complex modeling skills,

More information

Render methods, Compositing, Post-process and NPR in NX Render

Render methods, Compositing, Post-process and NPR in NX Render Render methods, Compositing, Post-process and NPR in NX Render Overview What makes a good rendered image Render methods in NX Render Foregrounds and backgrounds Post-processing effects Compositing models

More information

Reference Image. Source:

Reference Image. Source: Mesh Modeling By Immer Baldos This document is a tutorial on mesh modeling using Blender version 2.49b. The goal is to create a model of an elevator. This tutorial will tackle creating the elevator cart,

More information

Polygon Modeling Basics Chapter 1 - Vertices

Polygon Modeling Basics Chapter 1 - Vertices Polygon Modeling Basics Chapter 1 - Vertices In this tutorial we will cover the basic tools necessary for Polygon Modeling using the Vertex sub-object selection. It is less of a how to tutorial and more

More information

Creating the Tilt Game with Blender 2.49b

Creating the Tilt Game with Blender 2.49b Creating the Tilt Game with Blender 2.49b Create a tilting platform. Start a new blend. Delete the default cube right click to select then press X and choose Erase Selected Object. Switch to Top view (NUM

More information

Computer graphics Labs: Blender (1bis/3) SketchUp model importation and animation

Computer graphics Labs: Blender (1bis/3) SketchUp model importation and animation Computer graphics Labs: Blender (1bis/3) SketchUp model importation and animation University of Liège Department of Aerospace and Mechanical engineering Designed with Blender 2.76b and SketchUp 8 From

More information

COS 116 The Computational Universe Laboratory 10: Computer Graphics

COS 116 The Computational Universe Laboratory 10: Computer Graphics COS 116 The Computational Universe Laboratory 10: Computer Graphics As mentioned in lecture, computer graphics has four major parts: imaging, rendering, modeling, and animation. In this lab you will learn

More information