Creating the Tilt Game with Blender 2.49b

Size: px
Start display at page:

Download "Creating the Tilt Game with Blender 2.49b"

Transcription

1 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 7). Press SPACE and add a cube. Scale it larger on x and y axes to create a platform. Also make the cube thinner on the z axis. Open the Shading Buttons (F5). In the Links and Pipelines panel select Add New. This adds the default grey material to the platform. Select the camera by right-clicking it. Press G and move the camera so that the platform can be seen in the viewport. Press the LMB to place the camera. Press NUM 0 to view from the camera and ensure it looks like the diagram below. Adding the hole. Switch to Top view (NUM 7). Add a cylinder (SPACE) and scale the cylinder s size up to make it a little larger. Press S and move the mouse to scale. Click LMB to finish.

2 Position the cylinder so that it is between the centre of the platform and a corner. Also position it on the Z axis ensuring that it sits halfway through the platform. We will use the cylinder to cut a hole in the platform. Select the platform, the SHIFT-select the cylinder. Press W to open the Boolean Tools and choose Difference. Now press X and erase the selected object. This leaves behind a platform with a hole in it. Right click to select, then press N and rename the Cube to platform1. Open the Logic Buttons F4 (Pacman icon). Add a sensor, controller and actuator and link them together. Change the sensor from Always to Keyboard and assign the UP Arrow key. Ensure the actuator is a MOTION actuator and set the Rotation on the X axis to Repeat for the DOWN arrow key, but set the Rotation on X Axiz to Create sensors, controllers and actuators for the LEFT and RIGHT arrow keys, and set them to Rotate on the Y axis. Test the game (move the mouse pointer over viewport and press P). You should be able to tilt the platform. Esc to exit. Add the ball. In Top view (NUM 7) add a UVsphere by pressing SPACE. Make sure the sphere is small enough to fit through the hole. If you need to scale the sphere, then press S and move the mouse. Open the Shading Buttons (F5). In the Links and Pipelines panel select Add New. This adds the default grey material to the ball. Using multiple views, move the sphere so it is above the centre of the platform. Select the sphere (right click) and open the Logic Buttons (F4 or Pacman icon).

3 Change the sphere s type from Static to Rigid Body and set the Bounds to sphere. Also, press the Add Property button and set the name to ball. Now when you test the game (P) the ball will fall onto the platform and when you tilt the platform the ball will react in a realistic manner. With practice you should be able to guide the ball into the hole. Adding a light and shadow. In Top view, add a lamp by pressing SPACE and choosing Lamp-Spot. Using multiple views, move the lamp so that it is above the centre of the platform, looking down on it. To turn the shadows and lighting on in the Game Engine, go to the main menu at the top of the screen and choose Game Blender GLSL Materials. In the same menu ensure that all GLSL Material Settings are switched on. Some computers will warn you if your graphics card does not support GLSL settings. If this is the case then unfortunately the lighting and shadows won t work. Select the spot lamp (RMB) and change to the Shading (F5) / Lamp buttons. Under the Shadow and Spot menu ensure that Buf. Shadow is selected and Bias is set to 0.1. At the bottom of the main viewport, set the Draw Type to Textured.

4 You should now be able to see the light and shadow effect. Also, when you test the game (P), you should see realtime lighting and shadows. The realtime shadows help you to determine where the sphere is positioned in 3D space. Next we need to create an object beneath the hole that can be used to detect the ball falling through. In Top View, press SPACE and add a Plane. Position the plane so that it is just below the hole in the platform and large enough so that the ball will hit the plane if it falls through the hole. Select the plane and then SHIFT select the platform. Press Ctrl-P and choose Make Parent. This makes the plane a child-object of the platform. When the platform moves, so will the plane. Select the plane, open the Logic Buttons (F4, Pacman icon). Add a sensor, controller and actuator, and link them together. Set the sensor to Collision and set the property to ball. Remember we set this property up earlier when making the sphere. Set the Actuator to Scene / Restart. Now, when the ball hits the plane, the game restarts. Ideally this would cause the game to go onto the next level, but we need to finish this level first before making the next. You can also make the plane invisible by toggling the Invisible button under the Logic Panel. What if the ball falls off? If the ball falls off the platform, then nothing happens. We need to restart the level if the ball falls off the platform. Add a large plane beneath the platform that will catch the ball. Add a sensor, controller and actuator, and set these up exactly as we did with the previous plane, but DO NOT Parent it to the platform. Now that we have a playable game, test it to ensure there aren t any bugs. Can you think of any flaws in the game? Flaws You can turn the platform upside down. You could flip the ball up and catch it on the plane beneath the hole without the ball falling through. You might be able to flip the ball so that it doesn t hit the large plane beneath. Ending the level Next we will add a Well Done message that appears after successfully completing the level.

5 Add a new empty scene by selecting ADD SCENE from the menu at the top of the screen, and choosing Empty. In top view, add a camera, which should be facing directly downwards. Add a plane beneath the camera to form the background of our message screen. Make sure the plane fills the view from the camera. Add the default material to the plane. Add a normal lamp to the scene above the plane and camera. Add a text object and place it between the camera and the background plane. Select the text, then go into editing Mode (TAB). Delete the default text and replace it with the words Well Done!. TAB back into Object Mode and ensure the text is selected. Press Alt-C and choose Convert Font to Mesh. Now add a material to the text mesh to ensure it stands out against the background. Finally, go back the first scene, select the plane beneath the hole and in the Logic Panel, change the Actuator from restart to Set Scene. Type the name of the second scene where it says SCE: Test the game and when you get the ball in the hole, it should display the Well Done! Message.

6

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

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

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

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

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

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

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

Game Design Unity Workshop

Game Design Unity Workshop Game Design Unity Workshop Activity 2 Goals: - Creation of small world - Creation of character - Scripting of player movement and camera following Load up unity Build Object: Mini World and basic Chase

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

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 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

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

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

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

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

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

Mesh Modeling Vase and Flower

Mesh Modeling Vase and Flower Course: 3D Design Title: Mesh Modeling Vase and Flower Dropbox File: VaseAndFlower.zip Blender: Version 2.45 Level: Beginning Author: Neal Hirsig (nhirsig@tufts.edu) Mesh Modeling Vase and Flower In this

More information

Quick Shader 0.1 Beta

Quick Shader 0.1 Beta Quick Shader 0.1 Beta Documentation (last update 2014-07-10) QuickShader is a program that allows you to write and test shaders without creating your own rendering engine. Using this tool you can quickly

More information

Chapter Adding 1- T Mo he tio B n le to nde Yo r ur Inte Scerfac ne e Landscape Scene Stormy Night.mp4 End 200 Default Animation frame 1 Location

Chapter Adding 1- T Mo he tio B n le to nde Yo r ur Inte Scerfac ne e Landscape Scene Stormy Night.mp4 End 200 Default Animation frame 1 Location 1- The Blender Interface Adding Motion to Your Scene Open your Landscape Scene file and go to your scene buttons. It s time to animate our dark and stormy night. We will start by making the correct setting

More information

3ds Max Cottage Step 1. Always start out by setting up units: We re going with this setup as we will round everything off to one inch.

3ds Max Cottage Step 1. Always start out by setting up units: We re going with this setup as we will round everything off to one inch. 3ds Max Cottage Step 1 Always start out by setting up units: We re going with this setup as we will round everything off to one inch. File/Import the CAD drawing Be sure Files of Type is set to all formats

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

Google SketchUp/Unity Tutorial Basics

Google SketchUp/Unity Tutorial Basics Software used: Google SketchUp Unity Visual Studio Google SketchUp/Unity Tutorial Basics 1) In Google SketchUp, select and delete the man to create a blank scene. 2) Select the Lines tool and draw a square

More information

Beginners Guide Maya. To be used next to Learning Maya 5 Foundation. 15 juni 2005 Clara Coepijn Raoul Franker

Beginners Guide Maya. To be used next to Learning Maya 5 Foundation. 15 juni 2005 Clara Coepijn Raoul Franker Beginners Guide Maya To be used next to Learning Maya 5 Foundation 15 juni 2005 Clara Coepijn 0928283 Raoul Franker 1202596 Index Index 1 Introduction 2 The Interface 3 Main Shortcuts 4 Building a Character

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

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

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

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

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

SolidWorks Intro Part 1b

SolidWorks Intro Part 1b SolidWorks Intro Part 1b Dave Touretzky and Susan Finger 1. Create a new part We ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select File New Templates IPSpart If the SolidWorks

More information

https://blenderzen.com/

https://blenderzen.com/ Blender Shortcut Keys Cheat Sheet Blender is a vast multi-purpose program designed to do some very complex things. Luckily for us the creators of Blender simplified the interface and squeezed most commands

More information

Game Design Unity Workshop

Game Design Unity Workshop Game Design Unity Workshop Activity 4 Goals: - Creation of small world - Creation of character - Scripting of player movement and camera following Load up unity Build Object: Collisions in Unity Aim: Build

More information

Object Manipulation and Basic Animation

Object Manipulation and Basic Animation Object Manipulation and Basic Animation By Immer Baldos This document is a tutorial on basic modeling and animation using Blender version 2.49b. The goals are to create a Windmill using blender s built-in

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

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

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

ORGANIZING YOUR ARTWORK WITH LAYERS

ORGANIZING YOUR ARTWORK WITH LAYERS 9 ORGANIZING YOUR ARTWORK WITH LAYERS Lesson overview In this lesson, you ll learn how to do the following: Work with the Layers panel. Create, rearrange, and lock layers and sublayers. Move objects between

More information

SolidWorks 2½D Parts

SolidWorks 2½D Parts SolidWorks 2½D Parts IDeATe Laser Micro Part 1b Dave Touretzky and Susan Finger 1. Create a new part In this lab, you ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select

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

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

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

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

solidthinking Environment...1 Modeling Views...5 Console...13 Selecting Objects...15 Working Modes...19 World Browser...25 Construction Tree...

solidthinking Environment...1 Modeling Views...5 Console...13 Selecting Objects...15 Working Modes...19 World Browser...25 Construction Tree... Copyright 1993-2009 solidthinking, Inc. All rights reserved. solidthinking and renderthinking are trademarks of solidthinking, Inc. All other trademarks or service marks are the property of their respective

More information

Character Modeling COPYRIGHTED MATERIAL

Character Modeling COPYRIGHTED MATERIAL 38 Character Modeling p a r t _ 1 COPYRIGHTED MATERIAL 39 Character Modeling Character Modeling 40 1Subdivision & Polygon Modeling Many of Maya's features have seen great improvements in recent updates

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

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

Excel Rest of Us! AQuick Reference. for the. Find the facts you need fast. FREE daily etips at dummies.com

Excel Rest of Us! AQuick Reference. for the. Find the facts you need fast. FREE daily etips at dummies.com Find the facts you need fast FREE daily etips at dummies.com Excel 2002 AQuick Reference for the Rest of Us! Colin Banfield John Walkenbach Bestselling author of Excel 2002 Bible Part Online II Part II

More information

Blender: Introduction, Modelling and Exporting

Blender: Introduction, Modelling and Exporting Blender: Introduction, Modelling and Exporting 4076/GV07: Virtual Environments (VE) MSci 4th year, MSc VIVE, EngD Will Steptoe Room 6.22, Computer Science W.Steptoe@cs.ucl.ac.uk http://www.cs.ucl.ac.uk/staff/w.steptoe

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

Introduction to Unreal Engine Blueprints for Beginners. By Chaven R Yenketswamy

Introduction to Unreal Engine Blueprints for Beginners. By Chaven R Yenketswamy Introduction to Unreal Engine Blueprints for Beginners By Chaven R Yenketswamy Introduction My first two tutorials covered creating and painting 3D objects for inclusion in your Unreal Project. In this

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

Building a Basic Trainz Traincar Asset in Blender

Building a Basic Trainz Traincar Asset in Blender Building a Basic Trainz Traincar Asset in Blender March 27, 2017 This tutorial is based on a tutorial by Rick Hargrave s (thegrindre) published on Curtis Reid s (pencil42) website http://www.carsoncarshops.com.

More information

Peripheral Devices devices attached to the CPU (computer)

Peripheral Devices devices attached to the CPU (computer) Lesson Notes Author: Pamela Schmidt Peripheral Devices devices attached to the CPU (computer) Input Devices allows information to be sent to the computer Pointing Devices Mouse Most mice have two buttons.

More information

Open Blender and click anywhere to remove the Splash Screen.

Open Blender and click anywhere to remove the Splash Screen. Photo Detail Modelling the 3D Industrial Building Open Blender and click anywhere to remove the Splash Screen. Click on the File Menu and select "Save as". Save the Blender file as Industrial_Building01.blend

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

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

When you move an (unparented and unrotated) item in Layout, generally your mouse movements have the following effects:

When you move an (unparented and unrotated) item in Layout, generally your mouse movements have the following effects: Translate Group Move (default keyboard shortcut T) When you move an (unparented and unrotated) item in Layout, generally your mouse movements have the following effects: Movement Move Left/Right LMB Up/Down

More information

2.2 - Layouts. Bforartists Reference Manual - Copyright - This page is Public Domain

2.2 - Layouts. Bforartists Reference Manual - Copyright - This page is Public Domain 2.2 - Layouts Introduction...2 Switching Layouts...2 Standard Layouts...3 3D View full...3 Animation...3 Compositing...3 Default...4 Motion Tracking...4 Scripting...4 UV Editing...5 Video Editing...5 Game

More information

Lesson 17 Shell, Reorder, and Insert Mode

Lesson 17 Shell, Reorder, and Insert Mode Lesson 17 Shell, Reorder, and Insert Mode Figure 17.1 Oil Sink OBJECTIVES Master the use of the Shell Tool Reorder features Insert a feature at a specific point in the design order Create a Hole Pattern

More information

ARCHITECTURE & GAMES. A is for Architect Simple Mass Modeling FORM & SPACE. Industry Careers Framework. Applied. Getting Started.

ARCHITECTURE & GAMES. A is for Architect Simple Mass Modeling FORM & SPACE. Industry Careers Framework. Applied. Getting Started. A is for Architect Simple Mass Modeling One of the first introductions to form and space usually comes at a very early age. As an infant, you might have played with building blocks to help hone your motor

More information

Ultimate Game Host. Creating a basic model for garrysmod 13 using Blender 2.69 PDF Guide. Visit Us At: https://www.ultimategamehost.

Ultimate Game Host. Creating a basic model for garrysmod 13 using Blender 2.69 PDF Guide. Visit Us At: https://www.ultimategamehost. Ultimate Game Host Creating a basic model for garrysmod 13 using Blender 2.69 PDF Guide Visit Us At: https://www.ultimategamehost.com Creating A Basic Model for GarrysMod 13 using Blender 2.69 Overview:

More information

It is a good idea to practice View Control tools for 5 minutes at the start of every 3D session, before doing any other work.

It is a good idea to practice View Control tools for 5 minutes at the start of every 3D session, before doing any other work. 3D View Control Module Overview All the 2D view controls, such as Fit View, Zoom In and Out, Window Area, and Pan, can be used in 3D. As in 2D, elements to the left, right, above, or below can be excluded

More information

Graphical Editors used at CSC/Nada earlier. Main competitors. What is Maya? What is Maya? An Introduction to Maya. Maya

Graphical Editors used at CSC/Nada earlier. Main competitors. What is Maya? What is Maya? An Introduction to Maya. Maya DH2640 Grafik och interaktionsprogrammering DH2323 Datorgrafik och interaktion NA8740 Datorgrafik och användargränssnitt An Introduction to Maya original slides by Gustav Taxén Lars Kjelldahl lassekj@csc.kth.se

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

Create a Rubber Duck. This tutorial shows you how to. Create simple surfaces. Rebuild a surface. Edit surface control points. Draw and project curves

Create a Rubber Duck. This tutorial shows you how to. Create simple surfaces. Rebuild a surface. Edit surface control points. Draw and project curves Page 1 of 24 Create a Rubber Duck This exercise focuses on the free form, squishy aspect. Unlike the flashlight model, the exact size and placement of the objects is not critical. The overall form is the

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

Working with the Dope Sheet Editor to speed up animation and reverse time.

Working with the Dope Sheet Editor to speed up animation and reverse time. Bouncing a Ball Page 1 of 2 Tutorial Bouncing a Ball A bouncing ball is a common first project for new animators. This classic example is an excellent tool for explaining basic animation processes in 3ds

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

The University of Nottingham Second Life Building Tutorial

The University of Nottingham Second Life Building Tutorial s Web Campus Sandbox is open to the public for anyone to practise their building and scripting skills. A personal building tutorial is available in the sandbox (simply click the crate beneath the sign

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

Creating and Triggering Animations

Creating and Triggering Animations Creating and Triggering Animations 1. Download the zip file containing BraidGraphics and unzip. 2. Create a new Unity project names TestAnimation and set the 2D option. 3. Create the following folders

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

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

Blender. Basics. Second Edition. Classroom Tutorial Book. By James Chronister

Blender. Basics. Second Edition. Classroom Tutorial Book. By James Chronister Blender Basics Second Edition Classroom Tutorial Book By James Chronister 2004, 2006 second edition by James Chronister. This document may be reproduced without permission from the author, but please let

More information

LIGHTCONVERSE TOOLS Interface Overview

LIGHTCONVERSE TOOLS Interface Overview MANUAL 1 Contents Contents... 1 LIGHTCONVERSE TOOLS Interface Overview... 2 Tool Manager... 3 Mouse... 4 Mouse Control Operation:... 4 3D Space Area... 4 Modes... 5 Balance Calculator in Warehouse Mode...

More information

Game Design Unity Workshop

Game Design Unity Workshop Game Design Unity Workshop Activity 1 Unity Overview Unity is a game engine with the ability to create 3d and 2d environments. Unity s prime focus is to allow for the quick creation of a game from freelance

More information

for Blender v2.42a Software Box Bas van Dijk v1.1 February 2007

for Blender v2.42a Software Box Bas van Dijk v1.1 February 2007 for Blender v2.42a Software Box Bas van Dijk v1.1 February 2007 Copyright (c) 2007 - Bas van Dijk You may redistribute and copy this document as long as it keeps unchanged and it is provided in its original

More information

JRC 3D Reconstructor CAMERA CALIBRATION & ORIENTATION

JRC 3D Reconstructor CAMERA CALIBRATION & ORIENTATION Gexcel JRC 3D Reconstructor CAMERA CALIBRATION & ORIENTATION In this tutorial you will learn how to Include in the project external digital pictures of the scene you are modeling Calculate the original

More information

3D Body. Summary. Modified by Admin on Sep 13, Parent page: Objects

3D Body. Summary. Modified by Admin on Sep 13, Parent page: Objects 3D Body Old Content - visit altium.com/documentation Modified by Admin on Sep 13, 2017 Parent page: Objects A sphere, a cylinder and 4 extruded rectangles have been used to create the 3D body for an LED.

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

9 ADVANCED LAYERING. Lesson overview

9 ADVANCED LAYERING. Lesson overview 9 ADVANCED LAYERING Lesson overview In this lesson, you ll learn how to do the following: Import a layer from another file. Clip a layer. Create and edit an adjustment layer. Use Vanishing Point 3D effects

More information

Plotting Points. By Francine Wolfe Professor Susan Rodger Duke University June 2010

Plotting Points. By Francine Wolfe Professor Susan Rodger Duke University June 2010 Plotting Points By Francine Wolfe Professor Susan Rodger Duke University June 2010 Description This tutorial will show you how to create a game where the player has to plot points on a graph. The method

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

User Interface Guide

User Interface Guide User Interface Guide 1 Contents Overview... 3 Tabmenu... 4 Design modes... 4 Tool groups... 5 Design function groups... 5 Main menu... 6 Toolbars... 7 Drawing area... 9 Status bar... 11 Coordinate box...

More information

Easy Decal Version Easy Decal. Operation Manual. &u - Assets

Easy Decal Version Easy Decal. Operation Manual. &u - Assets Easy Decal Operation Manual 1 All information provided in this document is subject to change without notice and does not represent a commitment on the part of &U ASSETS. The software described by this

More information

Chapter 13 - Modifiers

Chapter 13 - Modifiers Chapter 13 - Modifiers The modifier list continues to grow with each new release of Blender. We have already discussed the Subdivision Surface (SubSurf) and Ocean modifiers in previous chapters and will

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

3.6: First Person Computer Games

3.6: First Person Computer Games 3.6: First Person Computer Games Projections of 3-D Objects Alice is an educational software program that uses a 3-D environment to teach students programming. If you have not done so already, please download

More information

Renderize Live Overview

Renderize Live Overview Renderize Live Overview The Renderize Live interface is designed to offer a comfortable, intuitive environment in which an operator can create projects. A project is a savable work session that contains

More information

File Storage & Windows Tips

File Storage & Windows Tips Recycle Bin Holds onto deleted files until you empty the bin. Windows Desktop The screen below should be similar to what you may have seen on your computer at work or at home. Icons For: Programs Files

More information

SL-6397 DECUS GAMING MOUSE

SL-6397 DECUS GAMING MOUSE Profile selection and configuration, lighting effects You can switch between 5 different profiles at the top of the left-hand column. A default profile is configured when the driver is installed for the

More information

Creating joints for the NovodeX MAX exporter

Creating joints for the NovodeX MAX exporter Creating joints for the NovodeX MAX exporter (a step-by-step tutorial by Pierre Terdiman) p.terdiman@wanadoo.fr Version 0.3 I) Creating a hinge Here we'll see how to create a hinge joint compatible with

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

Draw Guide. Chapter 7 Working with 3D Objects

Draw Guide. Chapter 7 Working with 3D Objects Draw Guide Chapter 7 Working with 3D Objects Copyright This document is Copyright 2011 2014 by the LibreOffice Documentation Team. Contributors are listed below. You may distribute or modify it under the

More information

A Guide to Processing Photos into 3D Models Using Agisoft PhotoScan

A Guide to Processing Photos into 3D Models Using Agisoft PhotoScan A Guide to Processing Photos into 3D Models Using Agisoft PhotoScan Samantha T. Porter University of Minnesota, Twin Cities Fall 2015 Index 1) Automatically masking a black background / Importing Images.

More information

Using Blender to Create a Trainz Asset - Preparation

Using Blender to Create a Trainz Asset - Preparation Using Blender to Create a Trainz Asset - Preparation Project Folder It's a good idea to create a folder for each project to keep the various files associated with a project together. The folder can be

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

By Roland Hess -- Based on the Blender Summer of Code tutorial by Michael Worcester

By Roland Hess -- Based on the Blender Summer of Code tutorial by Michael Worcester Mesh Modeling Tutorial By Roland Hess -- Based on the Blender Summer of Code tutorial by Michael Worcester In the previous chapter, you learned how to manipulate objects in Blender. You've seen how to

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

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

3D Design with 123D Design

3D Design with 123D Design 3D Design with 123D Design Introduction: 3D Design involves thinking and creating in 3 dimensions. x, y and z axis Working with 123D Design 123D Design is a 3D design software package from Autodesk. A

More information