Introduction to CinematicMode

Slides:



Advertisements
Similar presentations
Windows Movie Maker. Lights! Camera! Action! Produce a movie using Movie Maker.
Advertisements

GoAnimate!. Start at: GoAnimate is a website to make your own videos or animations. -Make a viral video -Create an animation lesson.
Unreal Matinee Ch. 13 CIS 488/588 Nick Martineau Matthew Sable UM-Dearborn.
Introduction to Matinee Sai-Keung Wong Chiao Tung University, Taiwan, R.O.C. Reference: Mastering Unreal Technology (MUT)
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
A Guide to Oracle9i1 Introduction To Forms Builder Chapter 5.
Learn Alice Basic and Storyboard
Given Connections Solution
Unreal Matinee Ch. 13 CIS 488/588 Nick Martineau UM-Dearborn.
Wizard Game: Class-Level Variables in Alice By Jenna Hayes Under the direction of Professor Susan Rodger Duke University, July
:56 EasyPreparation without Barcode Reader.
Without barcode reader :33. without barcode reader :33 2. Select „Easy preparation“. Click OK. 1. Start PrepGilsonST program.
Final Exam Chess Game.
Copyright © 2015 Curt Hill Building a Simple Level Adding Some Standard Actors.
EEC-693/793 Applied Computer Vision with Depth Cameras Lecture 13 Wenbing Zhao
Introduction to Kismet Sai-Keung Wong Reference: Mastering Unreal Technology (MUT)
Merging Existing Levels Sai-Keung Wong Chiao Tung University, Taiwan, R.O.C. UDK. Version Feb
Digital Blue Cameras Inset Tuesday 3 rd June 2008.
© 2012 Adobe Systems Incorporated. All Rights Reserved. Copyright 2012 Adobe Systems Incorporated. All rights reserved. ® INTRODUCTION TO FLASH ANIMATION.
INTRODUCTION TO JAVASCRIPT AND DOM Internet Engineering Spring 2012.
Triggers Movers Events and Matinee. Creating El Cheapo Static Meshes After creating an object in UnrealEd –Select the Object (not the builder brush) –Right.
IBEW 1620 Application Process.
數位娛樂與藝術專題 — 遊戲設計 Special Topics in Digital Entertainment and Arts – Game Design Room 706 #ext.
First we turn on wireframe to allow us to see through the object And as you can see the object is clearly see through.
Introduction to Level Optimization Sai-Keung Wong Chiao Tung University, Taiwan, R.O.C. Reference: Mastering Unreal Technology (MUT)
Yingcai Xiao Game Development Intro to Unreal Engine.
Film Appreciation 124. Uninterrupted sequence of frames.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4: Events Programming with Alice and Java First Edition by John Lewis.
Copyright © 2015 Curt Hill UDK Animation with Kismet and Matinee Visual Scripting.
Use SPSS for solving the problems Lecture#21. Opening SPSS The default window will have the data editor There are two sheets in the window: 1. Data view2.
Connecting to the eTeacher FTP on Win XP eTeacherGroup 2010.
Edugaming Teacher Workshop Lehigh Carbon Community College Summer 2011 TEAM ROLES Designer Writer Artist.
Lesson Seven: Using Flags. What Are Flags? Flags are Variables or Switches Used to Help With Logic Control of your character. Normally, Flags are used.
Introduction to Terrain Sai-Keung Wong National Chiao Tung University, Taiwan.
Class-Level Variables in Alice
EEC-693/793 Applied Computer Vision with Depth Cameras
Enter the term here. To do this, triple-click on this existing text and simply start typing. Do not press the delete key! Enter the term here. To do this,
Autodesk Inventor 10 Update Class
AI bots Sai-Keung Wong Chiao Tung University, Taiwan, ROC
Introduction to Game Design
STOP MOTION ANIMATION St. Brigid’s Primary Lauren McC.
EEC-693/793 Applied Computer Vision with Depth Cameras
What is SCRATCH? Learning Objectives: to explore the Scratch website
Introducing Blender.
Creating a Tank Game in Scratch
Lesson 1: Buttons and Events – 12/18
Assignment 8 Chess Game.
Introducing Blender.
Level Streaming Sai-Keung Wong Chiao Tung University, Taiwan, R.O.C.
EEC-693/793 Applied Computer Vision with Depth Cameras
Introducing Blender.
Vehicles and Conditionals
Cinematics Tyme LaDow.
Alice Camera Marker tutorial
Unreal Engine and C++ We’re finally at a point where we can start working in C++ with Unreal Engine To get everything set up for this properly, we’re going.
Game Development Intro to Unreal Engine
Computer Graphics Imaging Ying Zhu Georgia State University
Assignment 1 Creating a Heart.
CIS 488/588 Bruce R. Maxim UM-Dearborn
INTRODUCTION TO FLASH ANIMATION
Adding foley to a moving sequence
Restricting an Event with a Conditional
ROOM 2+ FEATURES A-CREEPIN’ BEFORE WE START: LANYARDS RECAP ALL HERE?
Unreal Interactive Elements
Learning to Program: Part 3 Camera Control, Invisibility and 3-D Text
Tweening along a path.
Game Over Module 4 Lesson 2.
EEC-693/793 Applied Computer Vision with Depth Cameras
What is SCRATCH? Learning Objectives: to explore the Scratch website
Computer Animation Ying Zhu Georgia State University
Presentation transcript:

Introduction to CinematicMode Sai-Keung Wong Chiao Tung University, Taiwan, R.O.C. Reference: Mastering Unreal Technology (MUT)

Contents CinematicMode CutScenes Examples

Example: CutScenes In Level Editor Create a trigger Select the trigger

Example: CutScenes In Kismet Create a touched event using the trigger New Action -> Toggle -> Toggle Cinematic Mode

Example: CutScenes

Example: CutScenes Create a variable “player” to attach it to Cinematic Mode::target

Example: CutScenes Create a matinee sequence right click-> New Matinee

Example: CutScenes Create another “toggle Cinematic Mode” and connect Matinee::completed to “toggle Cinematic Mode”::disable

Example: CutScenes Add a character Content browser->staticmesh->… Select the mesh

Example: CutScenes

Example: CutScenes In level editor Right click->add SkeletonMeshMAT

Example: CutScenes Set the skeletonMeshMAT Movement::Physics as PHYS_Interpolation for movement animation

Example: CutScenes Select the skeletonMeshMAT In Matinee, Add New Empty Group Add New Movement Track

Example: CutScenes Add some key frames and set proper positions for defining the movement of the mesh

Example: CutScenes

Example: CutScenes Add a camera actor In content browser->Actor Classes->CameraActor

Example: CutScenes Select the camera In Matinee Create a new empty group Create a new movement track Set the movement for the camera Set Movement::LookAtGroupName = the group of the skeletonMeshMAT Set Movement::Rot_Mode = IMR_LookAtGroup Note: Rot_Mode := rotation mode

Example: CutScenes

Example: CutScenes Add a new director group

Example: CutScenes Select the Director At time = 0.0, press ENTER, select “camera” At time = 9.0, press ENTER, select the level name

Example: CutScenes Save and test. Touch the trigger.

Example: CutScenes Add a teleporter to join to the final position. Save and test. Cannot get back from the control after finishing the Cinematic sequence.

Example: CutScenes Solution: Add a player variable and connect to the second Toggle Cinematic Mode::Target. Save and test.

Suggestions The cameras look at something. Try out all other possible controls of the cameras, e.g. blur, depth of field, fov, etc.