Tutorial: Working with Lighting through Components

Size: px
Start display at page:

Download "Tutorial: Working with Lighting through Components"

Transcription

1 Tutorial: Working with Lighting through Components With a populated scene we can begin layering in light sources to add realism and light to our level. For this we will need to use an environmental probe to define the render area, the Time of Day Editor and light entities. You will learn how to do the following: Set up an Environmental Probe Modify lighting with the Time of Day Editor Set up lights using light components Prerequisites This tutorial requires that you have successfully downloaded and installed the Lumberyard Editor. This tutorial also requires you to use the getting started levels included with the Lumberyard download. You must have the following before starting this tutorial: Lumberyard Editor v or greater It is recommended that you are familiar with the Lumberyard component system, and have been following along with the Component basics series, you may want to complete these tutorial first. Introduction to Components and Mesh Component. Quick Start Guide: Lighting. Step 1: Setting up the Environmental Probe with Components For this tutorial we will be working in a set level from the Getting Started levels in the editor. This is a pretty simple process, you want to open the editor and open a level rather than making a new level. To open the provided level follow these steps: 1. If you have been following along with the Getting Started Series, open your My_First_Level file and skip ahead to Step 2. Otherwise, open your lumberyard editor, and click the Open Level button on the Welcome Screen.

2 2. Next we will open the level, the level we want to open is called, start-section04-lighting located at GettingStartedFiles> start-section04-lighting And now you should see a scene similar to the image below.

3 The next step in the tutorial is to set up the Environmental Probe in order to define the area within the viewport we wish to render lights and shadows. The probe also gives us control over cubemap resolution, shadow color and many other options for controlling render settings. To set up an Environmental Probe please follow these steps: 1. Right click in the Viewport and choose the option to Create New Component Entity. 2. In the Entity Outliner your new Entity should be selected already, so we will now add a Rendering Component to the entity. To do this click the Add Component button, in the Entity Inspector and navigate to Rendering -> Light -> Environment Probe.

4 3. Next we will want to play with the settings of the Environment Probe component in the Entity Inspector. In the light properties panel, set the Area X,Y,Z values to the size of the entire map. In this file, that should be X=1024, Y=1024 and Z=250 Tip: if you have the helper on you should see the environmental probe area box at the edges of the map like the image below.

5 4. Now that the probe's properties are set, it's time to create a Cubemap. To do this, we need to click on the Create button in the Light Properties panel in the Entity Inspector, and wait for the Cubemap to generate. It will take a couple of minutes. Congratulations!!! You have now set up a basic environmental probe to render lighting, and you should notice the shadows of the scene get a bit lights and much more realistic. Your scene should look something like this.

6 Step 2: Using the Time of Day Editor The Time of Day Editor gives us the ability to quickly change and even animate the global lighting cast by the sun and moon. The Time of Day editor features a variety of tools to adjust and manage time of day settings. This tutorial focuses only on changing the time of day. To set the Time of Day please follow these steps: 1. Open the Time of Day Editor by selecting it through Tools -> Other -> Time of Day or by clicking the Icon in the Editor Toolbar.

7 2. The Time of Day Editor contains the following menus and settings: 1. Editor toolbar - Icon toolbar for most common functions: Undo, Redo, Import, Export. 2. HDR Settings - Settings to manage HDR lighting 3. Time of Day Tasks - Management of basic tasks within the time of day editor 4. Current Time - Display of times, start/end, and play speed 5. Update Tasks - Controls to update the play or stop of time of day, based on play speed setting 6. Timeline editor - Management of light settings along a 24-hour time cycle 7. Parameters - Lighting settings to adjust time of day conditions 3. In the Tasks area, choose Import from File. Navigate to SamplesProject -> Levels -> GettingStartedFiles and open TimeOfDay.xml. This loads a set of time of day settings created for this tutorial. Notice the changes in light, fog, and sky colors.

8 4. In the timeline, slide the time line marker (set at 12:00 by default) to 21:00. Your scene now shows night. Experiment with changing the timeline marker to different times of day to see the lighting changes in your scene. Observe how this time adjustment also changes the settings in the Parameters area. Now that our scene is set to nighttime we are ready to add some light entities to our level. Step 3: Setting up Light Components In this section we will begin adding some entities to our level and adding Light components to those entities. To add entities with Light components to your scene please follow these steps: 1. First we will want to navigate our viewport so we are looking closely at the lamp posts. We will be attaching our entities with light components to the lamps posts to make them look turned on. 2. Next right click in the Viewport and choose the Create New Component Entity option. 3. Next with the entity selected in the Entity Outliner we will go to the Entity Inspector panel and click the Add Component button. Then, navigate to Rendering -> Light -> Projector Light to attach the component to the new entity.

9 4. Position the newly created light entity just under one of the lamp posts. The light is oriented sideways. Use the rotate tool to select and rotate the light entity so that the X Axis points down toward the ground. 5. Next we need to add a texture for our light shape. To do this click the button in the Light properties panel of the Entity Inspector next to the Texture field open the directory \SamplesProject\textures\lights\generic. Open spot_075.dds.

10 6. In the Light Properties Panel, you can modify a variety of settings to customize the light. For this tutorial, use the following settings: 1. Color = 250,250, Diffuse Multiplier = Max Distance = AttenuationBulbSize = 6 5. FOV = Experiment with these settings to get a feel for how the differences between bulb size, radius, and diffuse multiplier change based on the input values you use. Copy the light and place one under each streetlight. When finished your light should look something like this:

11 8. Next, lets add some fill lights to soften those dark areas in-between the streetlights. Right click in the Viewport and choose the Create Component Entity option again. Next with the entity selected in the Entity Outliner we will go to the Entity Inspector panel and click the Add Component button. Then, navigate to Rendering -> Lights -> Area Light to attach the component to the new entity. 1. Color = 250,250, Diffuse Multiplier = Max Distance =u Area Width = 5 5. Area Height = 5

12 9. Position the newly created light entity in-between two streetlights and above the ground. Experiment with these settings to get a feel for how the differences between bulb size, radius, and diffuse multiplier change based on the input values you use. Copy the light and place one under each streetlight. When finished your light should look something like this: Congratulations! You have successfully added entities with light components to your scene. Related Tasks and Tutorials Now that you have a level with lights and shadows, let s see what else you can add with components. The Camera Component Working with Physics and Collider Components Want to learn more about Lumberyard? Visit the complete Lumberyard Tutorials Page. We d love to hear from you! Head to our Tutorial Discussion forum to share any feedback you have, including what you do or don t like about our tutorials or new content you d like to see in the near future.

Tutorial: Importing static mesh (FBX)

Tutorial: Importing static mesh (FBX) Tutorial: Importing static mesh (FBX) This tutorial walks you through the steps needed to import a static mesh and its materials from an FBX file. At the end of the tutorial you will have new mesh and

More information

Tutorial: How to Load a UI Canvas from Lua

Tutorial: How to Load a UI Canvas from Lua Tutorial: How to Load a UI Canvas from Lua This tutorial walks you through the steps to load a UI canvas from a Lua script, including creating a Lua script file, adding the script to your level, and displaying

More information

Tutorial: Making your First Level

Tutorial: Making your First Level Tutorial: Making your First Level This tutorial walks you through the steps to making your first level, including placing objects, modifying the terrain, painting the terrain and placing vegetation. At

More information

Amazon Lumberyard Editor. Getting Started Guide Version 1.8

Amazon Lumberyard Editor. Getting Started Guide Version 1.8 Amazon Lumberyard Editor Getting Started Guide Amazon Lumberyard Editor Copyright Table of Contents Introduction to Lumberyard Editor... 1 Running Lumberyard Setup Assistant... 3 Using the Project Configurator...

More information

Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph

Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph This tutorial is the first tutorial in the Creating an Options Menu tutorial series and walks you through the steps to load a canvas using

More information

Tutorial: Getting Started - Terrain

Tutorial: Getting Started - Terrain Tutorial: Getting Started - Terrain Overview This tutorial teaches you how to apply materials to the terrain, modify the terrain height, and use the vegetation tool to paint trees onto the terrain. * This

More information

Tutorial: How to Create and Assign Materials from the Material Editor

Tutorial: How to Create and Assign Materials from the Material Editor Tutorial: How to Create and Assign Materials from the Material Editor This tutorial walks you through the steps to create and assign a new material to an object in the Lumberyard Editor. To do this we

More information

Tutorial: Accessing Maya tools

Tutorial: Accessing Maya tools Tutorial: Accessing Maya tools This tutorial walks you through the steps needed to access the Maya Lumberyard Tools for exporting art assets from Maya to Lumberyard. At the end of the tutorial, you will

More information

Tutorial: Camera basics

Tutorial: Camera basics Tutorial: Camera basics This tutorial walks you through the steps to learn camera basics in Lumberyard, including creating a first person camera, a third person camera, and tracking and dynamic zooming.

More information

Tutorial: Understanding the Lumberyard Interface

Tutorial: Understanding the Lumberyard Interface Tutorial: Understanding the Lumberyard Interface This tutorial walks you through a basic overview of the Interface. Along the way we will create our first level, generate terrain, navigate within the editor,

More information

Lumberyard. Getting Started Guide Version 1.9

Lumberyard. Getting Started Guide Version 1.9 Lumberyard Getting Started Guide Lumberyard: Getting Started Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used

More information

Tutorial: Importing Animations into Geppetto

Tutorial: Importing Animations into Geppetto Tutorial: Importing Animations into Geppetto This tutorial walks you through the steps needed to import animations with Geppetto, including setting up the.chrparams file, the Skeleton List, and importing

More information

Tutorial: Importing Height Maps and Mega-Terrain from World Machine

Tutorial: Importing Height Maps and Mega-Terrain from World Machine Tutorial: Importing Height Maps and Mega-Terrain from World Machine In this tutorial you will learn how to quickly create a new terrain, using World Machine to generate a Height Map, and Mega-Terrain texture.

More information

Tutorial: Getting Started - Flow Graph scripting

Tutorial: Getting Started - Flow Graph scripting Tutorial: Getting Started - Flow Graph scripting Overview This tutorial introduces the concept of game play scripting using the Flow Graph editor. You will set up Flow Graph scripts that do five things:

More information

Tutorial: Options Menu Layout

Tutorial: Options Menu Layout Tutorial: Options Menu Layout This tutorial walks you through the steps to add a window title and avatar selection section, including adding the window title, adding the user profile section, configuring

More information

You will learn how to do the following:

You will learn how to do the following: Tutorial: How to Interact with UI Using Lua This tutorial walks you through the steps to interact with UI using Lua, including loading and unloading UI canvases, listening to and handling UI events, working

More information

Tutorial: Introduction to Flow Graph

Tutorial: Introduction to Flow Graph Tutorial: Introduction to Flow Graph This tutorial introduces you to Flow Graph, including its core concepts, the Flow Graph editor and how to use it to create game logic. At the end of this tutorial,

More information

This allows you to choose convex or mesh colliders for you assets. Convex Collider true = Convex Collider. Convex Collider False = Mesh Collider.

This allows you to choose convex or mesh colliders for you assets. Convex Collider true = Convex Collider. Convex Collider False = Mesh Collider. AGF Asset Packager v. 0.4 (c) Axis Game Factory LLC Last Updated: 6/04/2014, By Matt McDonald. Compiled with: Unity 4.3.4. Download This tool may not work with Unity 4.5.0f6 ADDED: Convex Collider Toggle:

More information

Tutorial: How to create Basic Trail Particles

Tutorial: How to create Basic Trail Particles Tutorial: How to create Basic Trail Particles This tutorial walks you through the steps to create Basic Trail Particles. At the end of the tutorial you will have a trail particles that move around in a

More information

Tutorial: Exporting characters (Maya)

Tutorial: Exporting characters (Maya) Tutorial: Exporting characters (Maya) This tutorial walks you through the steps needed to get a character exported from Maya and ready for importing into Lumberyard, including how to export the character

More information

This is the opening view of blender.

This is the opening view of blender. This is the opening view of blender. Note that interacting with Blender is a little different from other programs that you may be used to. For example, left clicking won t select objects on the scene,

More information

Tutorial: Character creation basics

Tutorial: Character creation basics Tutorial: Character creation basics This tutorial walks you through the steps needed to understand the basics of creating a character, including how to create a character definition file, an attachments

More information

Tutorial: Exporting characters (Max)

Tutorial: Exporting characters (Max) Tutorial: Exporting characters (Max) This tutorial walks you through the steps needed to get a character into Lumberyard, including how to export the character s skin, skeleton and material. Character

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

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

What will you learn: A better understanding of 3 D space How to use keyframes Designing and planning an animation How to render animations

What will you learn: A better understanding of 3 D space How to use keyframes Designing and planning an animation How to render animations Intro to Blender Introductory Animation Shane Trautsch Crestwood High School Welcome Back! Blender can also be used for animation. In this tutorial, you will learn how to create simple animations using

More information

3D Studio Max Lesson 1.1: A Basic Overview of 3DSMax's Main Tool Bar

3D Studio Max Lesson 1.1: A Basic Overview of 3DSMax's Main Tool Bar 3D Studio Max Lesson 1.1: A Basic Overview of 3DSMax's Main Tool Bar Introduction In this tutorial, we'll just be taking a look at parts of the environment of 3D Studio Max version 4.26, and helping you

More information

Tutorial: Adding Sounds for a One-Shot Weapon

Tutorial: Adding Sounds for a One-Shot Weapon Tutorial: Adding Sounds for a One-Shot Weapon This tutorial will expand on the previous tutorial to show how to setup audio for the cannon and will tie together methods of implementing sounds into Lumberyard

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

Tutorial: Creating a Gem with code

Tutorial: Creating a Gem with code Tutorial: Creating a Gem with code This tutorial walks you through the steps to create a simple Gem with code, including using the Project Configurator to create an empty Gem, building the Gem, and drawing

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

Artlantis training for new users

Artlantis training for new users Artlantis training for new users page 2 This training program reviews the main features of Artlantis. You will learn about the various presentation types such as still images, ivisit 3D panoramas, VR objects

More information

Simple Glass TNT Molecule Tutorial

Simple Glass TNT Molecule Tutorial Simple Glass TNT Molecule Tutorial Quinten Kilborn Today, I ll be showing you how to make an awesome looking glass TNT molecule. I was messing with glass textures and found that it makes an awesome science

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

Tutorial 3D Max (for beginners) PART I

Tutorial 3D Max (for beginners) PART I Tutorial 3D Max (for beginners) PART I The Interface Introduction This tutorial gives a brief explanation of the MAX interface items commonly used and introduces you to the important areas of the interface.

More information

Tutorial: Uploading your server build

Tutorial: Uploading your server build Tutorial: Uploading your server build This tutorial walks you through the steps to setup and upload your server build to Amazon GameLift including prerequisites, installing the AWS CLI (command-line interface),

More information

Dissolving Models with Particle Flow and Animated Opacity Map

Dissolving Models with Particle Flow and Animated Opacity Map Dissolving Models with Particle Flow and Animated Opacity Map In this tutorial we are going to start taking a look at Particle Flow, and one of its uses in digital effects of making a model look as though

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

Introduction to Digital Modelling and Animation in Design week 4 Textures

Introduction to Digital Modelling and Animation in Design week 4 Textures Introduction to Digital Modelling and Animation in Design week 4 Textures Thaleia Deniozou - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

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

MANAGING MODS Imported mods are located in:..\[steamlibrary]\steamapps\common\purefarming \ PureFarming_Data\StreamingAssets\IMPORTER\mod

MANAGING MODS Imported mods are located in:..\[steamlibrary]\steamapps\common\purefarming \ PureFarming_Data\StreamingAssets\IMPORTER\mod IMPORTER MANUAL MANAGING MODS Imported mods are located in:..\[steamlibrary]\steamapps\common\purefarming \ PureFarming_Data\StreamingAssets\IMPORTER\mod Mods created by others also have to be placed in

More information

In this tutorial, you will create a scene with sandman dispersing in sand, as shown in in the image below.

In this tutorial, you will create a scene with sandman dispersing in sand, as shown in in the image below. Particle Flow In this tutorial, you will create a scene with sandman dispersing in sand, as shown in in the image below. Creating the Project Folder 1. Create a project folder with the name c17_tut1 at

More information

Texturing Theory. Overview. All it takes is for the rendered image to look right. -Jim Blinn 11/10/2018

Texturing Theory. Overview. All it takes is for the rendered image to look right. -Jim Blinn 11/10/2018 References: Real-Time Rendering 3 rd Edition Chapter 6 Texturing Theory All it takes is for the rendered image to look right. -Jim Blinn Overview Introduction The Texturing Pipeline Example The Projector

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

Creating a simple dynamic network. Clément Levallois

Creating a simple dynamic network. Clément Levallois Creating a simple dynamic network Clément Levallois 2017-02-16 Table of Contents Goals of this tutorial........................................................................ 1 open a new project in Gephi.................................................................

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

Tutorial 17: Desert City Tutorial

Tutorial 17: Desert City Tutorial Tutorial 17: Desert City Tutorial Table of Contents Tutorial 17: Desert city........................................... 3 2 Tutorial 17: Desert city Download items Tutorial data Tutorial PDF Prerequisites

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

ICDAS 3ds Max Design & 3ds Max

ICDAS 3ds Max Design & 3ds Max ICDAS 3ds Max Design & 3ds Max 2016.0 2016.0 C:\ICDAS\MANUAL\3ds Max Design\ICDAS 3ds Max Design & 3ds Max 2016.0, 2 ICDAS 2015-06-01 2014-06-01 2013-06-01 Dear user Welcome to 3ds Max Design and 3ds Max.

More information

User Interface Layouts

User Interface Layouts SAP White Paper Visualization User Interface Layouts Standard (VDS) and Legacy (RH) Table of Contents Overview 4 Standard (VDS) Layout 5 Legacy (RH) Layout 8 Copyright 47 2 / 17 The Visual Enterprise Version

More information

Welcome to the Exporting a Report tutorial. In this tutorial, you will learn how to export a report as an excel spreadsheet or an Adobe PDF document.

Welcome to the Exporting a Report tutorial. In this tutorial, you will learn how to export a report as an excel spreadsheet or an Adobe PDF document. Slide 1 - Slide 1 Welcome to the Exporting a Report tutorial. In this tutorial, you will learn how to export a report as an excel spreadsheet or an Adobe PDF document. 1 of 20 11/22/2006 Slide 2 - Slide

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

Introduction to 3D Modelling in Vectorworks

Introduction to 3D Modelling in Vectorworks Introduction to 3D Modelling in Vectorworks Vectorworks is a line of industry-specific 2D/3D design and BIM software solutions that allows designers to advance their ideas from concept through completion.

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

diffuse diffuse reflection refraction diffuse mapping diffuse reflection reflection filter mapping mapping reflection

diffuse diffuse reflection refraction diffuse mapping diffuse reflection reflection filter mapping mapping reflection Matières 1 2 3 mapping diffuse reflection diffuse transparency reflection refraction diffuse mapping diffuse reflection diffuse reflection filter mapping bump mapping mapping mapping diffuse reflection

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

StickFont Editor v1.01 User Manual. Copyright 2012 NCPlot Software LLC

StickFont Editor v1.01 User Manual. Copyright 2012 NCPlot Software LLC StickFont Editor v1.01 User Manual Copyright 2012 NCPlot Software LLC StickFont Editor Manual Table of Contents Welcome... 1 Registering StickFont Editor... 3 Getting Started... 5 Getting Started...

More information

CS148: Maya Lecture. October 9th, 2017 David Hyde

CS148: Maya Lecture. October 9th, 2017 David Hyde CS148: Maya Lecture October 9th, 2017 David Hyde Outline Rendering: A Bird s Eye View 3D Art Tools Maya Outline Demo Rendering: A Bird s Eye View AND WHERE DOES CS148 FIT IN? Image: CS148 2015 Scanline

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

Animation Basics. Learning Objectives

Animation Basics. Learning Objectives Animation Basics Learning Objectives After completing this chapter, you will be able to: Work with the time slider Understand animation playback controls Understand animation and time controls Morph compound

More information

A Guide to Autodesk Maya 2015

A Guide to Autodesk Maya 2015 A Guide to Autodesk Maya 2015 Written by Mitchell Youngerman Table of Contents Layout of Toolbars...pg 1 Creating Objects...pg 2 Selecting & Deselecting Objects...pg 3 Changing Perspective... pg 4 Transforming

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

Emission Profile Master

Emission Profile Master Emission Profile Master Welcome to this guide that will help you understand and maximize your experience using the EPM (Emission Profile Master). The Iray render engine has support for what is known as

More information

Tutorial: Initializing and administering a Cloud Canvas project

Tutorial: Initializing and administering a Cloud Canvas project Tutorial: Initializing and administering a Cloud Canvas project This tutorial walks you through the steps of getting started with Cloud Canvas, including signing up for an Amazon Web Services (AWS) account,

More information

AV Using Autodesk 3ds Max Design, Autodesk Revit, and iray to Render Compelling Photographic Scenes

AV Using Autodesk 3ds Max Design, Autodesk Revit, and iray to Render Compelling Photographic Scenes AV4672 - Using Autodesk 3ds Max Design, Autodesk Revit, and iray to Render Compelling Photographic Scenes Steven Schain Autodesk Certified Instructor AV4672 This virtual class introduces designers to the

More information

Basic Rendering Techniques Part B

Basic Rendering Techniques Part B Basic Rendering Techniques Part B Using Materials in 3d Max The simplest method for changing g the default gray color of a 3d object is to apply hue to the object using the diffuse color feature. The physical

More information

Setting up A Basic Scene in Unity

Setting up A Basic Scene in Unity Setting up A Basic Scene in Unity So begins the first of this series of tutorials aimed at helping you gain the basic understanding of skills needed in Unity to develop a 3D game. As this is a programming

More information

MAYA; AN INTRODUCTION TO MAYA; EndOfLine.info;

MAYA; AN INTRODUCTION TO MAYA; EndOfLine.info; MAYA; AN INTRODUCTION TO MAYA; EndOfLine.info; Maya is an intuitive modelling and animation software that relies on a different set of techniques and strategies than Rhinoceros. It is important to note

More information

Or select Reset button under the application button (3ds Max symbol top left of screen)

Or select Reset button under the application button (3ds Max symbol top left of screen) 3ds Max Notes 1. Starting 3ds Max file Open 3ds Max If Welcome to 3ds Max menu appears then select New Empty Scene Or select Reset button under the application button (3ds Max symbol top left of screen)

More information

THEA FOR AUTODESK FUSION 360

THEA FOR AUTODESK FUSION 360 Image by Claas Kuhnen THEA FOR AUTODESK FUSION 360 www.thearender.com/fusion USER MANUAL Revision01 v1.0 Copyright Solid Iris Technologies 1. INTRODUCTION Thea for Autodesk Fusion 360 is a bridge plug-in

More information

(Note: Gray text needs verification) 3DS Max - Merge native MAX files (Same or earlier version). Must select from list.

(Note: Gray text needs verification) 3DS Max - Merge native MAX files (Same or earlier version). Must select from list. Importing (Note: Gray text needs verification) 3DS Max - Merge native MAX files (Same or earlier version). Must select from list. 1. Geometry All 3D object and 2D shapes merge as do associated modifiers.

More information

Designing the look and feel for Smoke and Neon powers The creation of a new toolset and pipeline for I:SS Pros and cons from our new workflow and

Designing the look and feel for Smoke and Neon powers The creation of a new toolset and pipeline for I:SS Pros and cons from our new workflow and Designing the look and feel for Smoke and Neon powers The creation of a new toolset and pipeline for I:SS Pros and cons from our new workflow and lessons learned attempting to make something new Defining

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

EXERCISE 2: MODELING MINOAN COLUMNS

EXERCISE 2: MODELING MINOAN COLUMNS Minoan Column at the Palace of Minos, Crete CARLI Digital Collections EXERCISE 2: MODELING MINOAN COLUMNS ASSIGNMENT: In this exercise you will create an architectural element, a Minoan shaped column,

More information

Realistic and Fast Cloud Rendering in Computer Games. Niniane Wang Software Engineer Microsoft Flight Simulator (now at Google Inc) Intro Video

Realistic and Fast Cloud Rendering in Computer Games. Niniane Wang Software Engineer Microsoft Flight Simulator (now at Google Inc) Intro Video Realistic and Fast Cloud Rendering in Computer Games Niniane Wang Software Engineer Microsoft Flight Simulator (now at Google Inc) Intro Video 1 Agenda Previous Work 3-D Modeling + Art Pipeline Performance

More information

VISIT FOR THE LATEST UPDATES, FORUMS & MORE ASSETS.

VISIT  FOR THE LATEST UPDATES, FORUMS & MORE ASSETS. Gargoyle VISIT WWW.SFBAYSTUDIOS.COM FOR THE LATEST UPDATES, FORUMS & MORE ASSETS. 1. INTRODUCTION 2. QUICK SET UP 3. PROCEDURAL VALUES 4. SCRIPTING 5. ANIMATIONS 6. LEVEL OF DETAIL 7. CHANGE LOG 1. Introduction

More information

Profile Modeler Profile Modeler ( A SuperControl Product )

Profile Modeler Profile Modeler ( A SuperControl Product ) Profile Modeler ( A SuperControl Product ) - 1 - Index Overview... 3 Terminology... 3 Launching the Application... 4 File Menu... 4 Loading a File:... 4 To Load Multiple Files:... 4 Clearing Loaded Files:...

More information

Planets Earth, Mars and Moon Shaders Asset V Documentation (Unity 5 version)

Planets Earth, Mars and Moon Shaders Asset V Documentation (Unity 5 version) Planets Earth, Mars and Moon Shaders Asset V0.4.4 Documentation (Unity 5 version) Charles Pérois - 2015 Introduction 2 Table des matières 1. Introduction...3 2. Release Notes...4 3. How to Use...6 1. Set

More information

Interactive Tourist Map

Interactive Tourist Map Adobe Edge Animate Tutorial Mouse Events Interactive Tourist Map Lesson 1 Set up your project This lesson aims to teach you how to: Import images Set up the stage Place and size images Draw shapes Make

More information

3ds Max certification prep

3ds Max certification prep 3ds Max certification prep Study online at quizlet.com/_25oorz 1. 24 Frames per second 2. 25 Frames per second, Europe 3. 30 Frames per second, Americas and Japan 4. Absolute mode, off set mode 5. How

More information

Tutorial: Using the UUCS Crowd Simulation Plug-in for Unity

Tutorial: Using the UUCS Crowd Simulation Plug-in for Unity Tutorial: Using the UUCS Crowd Simulation Plug-in for Unity Introduction Version 1.1 - November 15, 2017 Authors: Dionysi Alexandridis, Simon Dirks, Wouter van Toll In this assignment, you will use the

More information

BRYCE 5 Mini Tutorial

BRYCE 5 Mini Tutorial BRYCE 5 Mini Tutorial How to create Panoramic Caverns by David Brinnen January 2006 HTML Version by Hans-Rudolf Wernli Cavern (above) and Pano-Cavern (below) > Start up Bryce, select «Create» and click

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2010

POWERPOINT BASICS: MICROSOFT OFFICE 2010 POWERPOINT BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Microsoft PowerPoint Components SIMPLE TASKS IN MICROSOFT POWERPOINT

More information

ANIMATOR TIMELINE EDITOR FOR UNITY

ANIMATOR TIMELINE EDITOR FOR UNITY ANIMATOR Thanks for purchasing! This document contains a how-to guide and general information to help you get the most out of this product. Look here first for answers and to get started. What s New? v1.53

More information

Lighting & 3D Graphics. Images from 3D Creative Magazine

Lighting & 3D Graphics. Images from 3D Creative Magazine Lighting & 3D Graphics Images from 3D Creative Magazine Contents Introduction Definitions 3D Lighting Basics 3D Light Sources Lighting Controls & Effects Brightness & Colour Shadows Hotspot And Falloff

More information

Modeling Level Design

Modeling Level Design Summary This tutorial has introduced you to several of the tools you can use to make a low-polygon model with editable poly functionality. These tools can be adapted to the task of modeling any low-polygon

More information

A Practical Guide To Exporting Scenes From Daz Studio To Octane Render

A Practical Guide To Exporting Scenes From Daz Studio To Octane Render 1 Revision 1.0 (2011) Content Information............................................................ Copyright........................................................ Disclaimer........................................................

More information

Adobe Animate Basics

Adobe Animate Basics Adobe Animate Basics What is Adobe Animate? Adobe Animate, formerly known as Adobe Flash, is a multimedia authoring and computer animation program. Animate can be used to design vector graphics and animation,

More information

Product Registration. Excerpt from: L230/L130 User Manual

Product Registration. Excerpt from: L230/L130 User Manual Product Registration Product registration is required after 30 days of use. Until the product has been registered vspace cannot be updated and user sessions are limited to one hour. Select "vspace Registration"

More information

User InterfaceChapter1:

User InterfaceChapter1: Chapter 1 User InterfaceChapter1: In this chapter you will learn about several aspects of the User Interface. You will learn about the overall layout of the UI, and then about the details of each element.

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

Unbelievable Visualization Techniques: Letting Your Imagination Soar!

Unbelievable Visualization Techniques: Letting Your Imagination Soar! 11/29/2005-5:00 pm - 6:30 pm Room:N. Hemispheres (Salon A4) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Unbelievable Visualization Techniques: Letting Your Imagination Soar! Chris

More information

Tangents. In this tutorial we are going to take a look at how tangents can affect an animation.

Tangents. In this tutorial we are going to take a look at how tangents can affect an animation. Tangents In this tutorial we are going to take a look at how tangents can affect an animation. One of the 12 Principles of Animation is called Slow In and Slow Out. This refers to the spacing of the in

More information

Intro to Lights & Rendering Maya 2013

Intro to Lights & Rendering Maya 2013 2000 2012 Michael O'Rourke Intro to Lights & Rendering Maya 2013 Concepts You must define lights in order for your scene/models to be visible Same as the real world if there is zero light, you can t see

More information

IAT 445 Lab 10. Special Topics in Unity. Lanz Singbeil

IAT 445 Lab 10. Special Topics in Unity. Lanz Singbeil IAT 445 Lab 10 Special Topics in Unity Special Topics in Unity We ll be briefly going over the following concepts. They are covered in more detail in your Watkins textbook: Setting up Fog Effects and a

More information

Course Information Package

Course Information Package Course Information Package PLANNING FORM FOR AN EDUCATIONAL MODULE (to be completed by the teacher) Programme of Studies: Name of the module: Target group: Level of the unit: Entrance requirements: Number

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

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

SketchUp Tool Basics

SketchUp Tool Basics SketchUp Tool Basics Open SketchUp Click the Start Button Click All Programs Open SketchUp Scroll Down to the SketchUp 2013 folder Click on the folder to open. Click on SketchUp. Set Up SketchUp (look

More information