Artificial Intelligence in Virtual Reality. Introduction. Problems and possibilities

Size: px
Start display at page:

Download "Artificial Intelligence in Virtual Reality. Introduction. Problems and possibilities"

Transcription

1 Artificial Intelligence in Virtual Reality Daniel Sjölie VRlab, Umeå University Introduction Why do we want AI in VR? Simulation of humans (or animals) Interactive and realistic scenarios Intelligent Virtual Environments Problems and possibilities for AI in VR Simulated perception Dynamic behaviours Some examples Problems and possibilities Perception in Virtual Worlds Why simulate perception? The senses Active and passive sensing Detection and identification Perception solutions Decisions and control Plan or react? Emergence Emotions Behaviour solutions

2 Why simulate perception? Brute force alternative All data is already available in the virtual world. Realistic behaviour Characters should only react to events they would perceive in a real world. Efficiency You do not have to process events not perceived. Design modularity Separating perception from decision makes it possible to refine each part separately. The senses Sight The most important sense in most applications. Simple in principle, harder to make efficient. Many different solutions available. Sounds & smells These both propagate through a medium (air). Easy to create a simplified solution (radius). Hard to create a correct solution (medium). Touch & taste A matter of collision detection and triggers. Active and passive sensing Active sensing Active examination of the world. Generally affects the world. eg. sending out laser rays to judge distances. Passive sensing Just catch what comes your way and interpret it. eg. a camera catching the light. Virtual sensing No free possibility to have passive sensing. Need to simulate a medium to get this. Otherwise active examination of the world is necessary.

3 Detection and identification We need to detect and identify objects What detection and identification covers in general is not entirely clear but in VR there are distinct steps. Real detection Detection of objects should match the real world. Realism and performance is what matters. Virtual identification Virtual objects can include information about their identity. Basic identification can be essentialy automatic in VR. Perception solutions Identification is trivial once an object is detected Detection can be done in many ways Some approaches: Spatial subdivision (tiles) Ray-casting Image-rendering (with analysis) Simulated propagation Collision detection These approaches can often be combined Spatial subdivision Spatial subdivision is needed in some form Without it you must consider all objects. Tiles Probably the simplest form. Makes it possible to cache visible areas. Attractive for AI algorithms such as path-finding. Easy to add properties to the terrain. Could be integrated into graphics Spatial subdivision is often benefitial for the rendering of graphics. This could be adapted to enable reuse for perception.

4 Ray-casting Really two methods Cast rays to search for object Cast rays to test visibility of object Searching is generally not a good idea Must cast lots of rays to catch small objects Lots of rays are expensive Testing visibility works better Every ray is guaranteed to hit no wasted rays. Ray-casting really should be combined with spatial subdivision Image-rendering Not suited for VR without modifications! Rendering a view for each character and analyze the image throws away the identification advantage. Suited for testing of real world methods Vision limited to viewport Might be desirable in som cases (games) Modifications could be interesting Eg drawing with object ID s instead of colors. The z-buffer has interesting properties. Expensive! Rendering the scene once per character takes time! Simulated propagation Simulating the real world The goal is to make passive sensing possible. Propagation needs a medium Combine with spatial subdivision. The detection problem is largely isolated. Signal propagation is trivially parallelizable and could be executed in parallel with any AI. Can handle more than vision! Other approaches have problems here.

5 Collision detection Should rarely be necessary for perception Easy enough to implement if needed Plan or react Planning Without planning the avatars will lack the intelligence needed to simulate humans with goals and agendas. Reactions In large virtual worlds we want the avatars to be able to deal with events they cannot plan for. They need to react. How to combine these? Influence reactions with planning or force replanning when required Emergence Good stuff Makes complex behaviours manageable. Easy to experiment with. Well suited for simulations and research. Bad stuff Hard to control. Overkill for simple behaviours. Not well suited for scenarios.

6 Emotions Simulation of human behaviour requires simulation of emotions Emotions also work well in many cases for nonhuman behaviours Balance is needed Emotions should influence the behaviour but rarely control it Behaviour solutions Two basic steps Prioritize behaviours Combine behaviours Behaviour prioritizing Subsumption. Arrange behaviours into a hiearchy where lower behaviours can be overridden. Weights. Give each behaviour a weight without removing.

7 Behaviour combining Winner takes all. The behaviour with the most weight decides all. Voting. All behaviours vote, with differing influense, on each action that could be taken. Some examples ViCrowd, Lig PeopleShop, Boston Dynamics Mission Rehearsal Exercise Games ReplicantMind ViCrowd Created at Lig in Switzerland Focus on large crowds by working with groups and crowds as units. Uses hierarchies of autonomy to control the complexity of individuals.

8 ViCrowd Uses plan and re-plan. Each individual has a calculated path to follow within the group. The primary unit is the group. Individuals can change group or take command of a group. PeopleShop Created by Boston Dynamics Focus on control to make it easy to create specific scenarios More guided animation than simulation MRE Mission Rehearsal Exercise (in Bosnia) Created for the U.S. Army Simulates emotions to create engaging and realistic scenarios May be the most complete solution today

9 Games AI has become a selling feature The Sims is one prime example of successful game AI. The simshave a number of desires and needs that makes up the basis for their decision making. The objects contain information on their effect. Games In Black & White the creatures creates models of the minds of players and other creatures. Simulated perception is important in games like Deus Ex and Splinter cell. ReplicantMind An AI toolkit created at VRlab. One base class, Entity, for all intelligent objects. Each entity can have any number of desires. Desires are managed by processes. Processes work by reacting to perceived entities.

10 ReplicantMind - voting The actions to execute are selected by tasks. Tasks are created by processes and motivated by desires. Tasks suggest actions that suit them. Tasks vote on suggested actions and the action with most votes wins. The vote of each task is weighed according to the importance of the desire motivating the task. ReplicantMind example An entity called man has a desire to eat and an eat process. This eat process reacts to a spotted food entity by creating an approach task and motivating it with the desire to eat. The approach task suggests an action moving towards the spotted food and votes for any action taking us towards the food. This all blends with any other active processes, desires and tasks. ReplicantMind - tasks Much of the complexity ends up in the tasks. The voting can be simplified by having the effect of the action predicted and let the task evaluate the resulting situation. Getting the tasks to reach satisfying compromises can be challenging. One relatively easy way for a task to compromise is to check the last selected action and adapt.

11 The End EOF

Game Design From Concepts To Implementation

Game Design From Concepts To Implementation Game Design From Concepts To Implementation Overview of a Game Engine What is a Game Engine? (Really) Technical description of game: A Soft real-time interactive agent-based computer simulation A game

More information

Ch 1: What is Game Programming Really Like? Ch 2: What s in a Game? Quiz #1 Discussion

Ch 1: What is Game Programming Really Like? Ch 2: What s in a Game? Quiz #1 Discussion Ch 1: What is Game Programming Really Like? Ch 2: What s in a Game? Quiz #1 Discussion Developing a Game Game Architecture Resources: Chapter 2 (Game Coding Complete) What was your last game architecture

More information

Making natural looking Volumetric Clouds In Blender 2.48a

Making natural looking Volumetric Clouds In Blender 2.48a I think that everyone using Blender has made some trials about making volumetric clouds. The truth is that a kind of volumetric clouds is already available in Blender for a long time, thanks to the 3D

More information

2IOE0 Interactive Intelligent Systems

2IOE0 Interactive Intelligent Systems 2IOE0 Interactive Intelligent Systems Erik de Vink, Huub van de Wetering TU/e 2015-2016 Erik de Vink, Huub van de Wetering (TU/e) 2IOE0 Interactive Intelligent Systems 2015-2016 1 / 19 Introduction Course

More information

Preproduction in the Game Development Process

Preproduction in the Game Development Process Preproduction in the Game Development Process From Proposal to Prototype Instructor Sara R. Farr Preproduction At this point, you already have an approved game proposal outlining your game. Preproduction

More information

NATSRL Seed Project Summer 2006. Final Report. January 2007

NATSRL Seed Project Summer 2006. Final Report. January 2007 Real-Time Visual Simulation of Snow and Fog in Support of Safer Snowplow Design NATSRL Seed Project Summer 2006 Final Report Prepared by: Peter Willemsen Department of Computer Science University of Minnesota

More information

INTRODUCTION TO RENDERING TECHNIQUES

INTRODUCTION TO RENDERING TECHNIQUES INTRODUCTION TO RENDERING TECHNIQUES 22 Mar. 212 Yanir Kleiman What is 3D Graphics? Why 3D? Draw one frame at a time Model only once X 24 frames per second Color / texture only once 15, frames for a feature

More information

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine Blender Notes Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine The Blender Game Engine This week we will have an introduction to the Game Engine build

More information

INTERNSHIP REPORT CSC410. Shantanu Chaudhary 2010CS50295

INTERNSHIP REPORT CSC410. Shantanu Chaudhary 2010CS50295 INTERNSHIP REPORT CSC410 Abstract This report is being presented as part of CSC410 course to describe the details of the internship done as part of the summer internship process of the IIT-Delhi curriculum.

More information

VIRTUAL TRIAL ROOM USING AUGMENTED REALITY

VIRTUAL TRIAL ROOM USING AUGMENTED REALITY VIRTUAL TRIAL ROOM USING AUGMENTED REALITY Shreya Kamani, Neel Vasa, Kriti Srivastava, D. J. Sanghvi College of Engineering, Mumbai 53 Abstract This paper presents a Virtual Trial Room application using

More information

Sensor Modeling for a Walking Robot Simulation. 1 Introduction

Sensor Modeling for a Walking Robot Simulation. 1 Introduction Sensor Modeling for a Walking Robot Simulation L. France, A. Girault, J-D. Gascuel, B. Espiau INRIA, Grenoble, FRANCE imagis, GRAVIR/IMAG, Grenoble, FRANCE Abstract This paper proposes models of short-range

More information

Artificial Intelligence (AI)

Artificial Intelligence (AI) Overview Artificial Intelligence (AI) A brief introduction to the field. Won t go too heavily into the theory. Will focus on case studies of the application of AI to business. AI and robotics are closely

More information

Enabling GPU-accelerated High Performance Geospatial Line-of-Sight Calculations

Enabling GPU-accelerated High Performance Geospatial Line-of-Sight Calculations Enabling GPU-accelerated High Performance Geospatial Line-of-Sight Calculations Bart Adams, Ph.D. Frank Suykens, Ph.D. Intro text for this chapter Intro text for this chapter Luciad Confidential - do not

More information

7 Repetition: A Counted Loop

7 Repetition: A Counted Loop 7 Repetition: A Counted Loop In chapter 6, we looked at If/Else statements for deciding whether or not an action is taken. In a way, we might think of If/Else statements as allowing Alice to make a choice

More information

Info425, UW ischool 10/11/2007

Info425, UW ischool 10/11/2007 Today s lecture Info 424 Channeling Few Projects Schedules & grades Intro to Perception Vis Critiques Projects & Grading Introduction to Perception Show Me the Numbers (ch 6) Sit near the front: some demos

More information

Faculty of Computer Science Computer Graphics Group. Final Diploma Examination

Faculty of Computer Science Computer Graphics Group. Final Diploma Examination Faculty of Computer Science Computer Graphics Group Final Diploma Examination Communication Mechanisms for Parallel, Adaptive Level-of-Detail in VR Simulations Author: Tino Schwarze Advisors: Prof. Dr.

More information

Our Top VR Experiences. - a collection of approved apps compiled by Freefly VR

Our Top VR Experiences. - a collection of approved apps compiled by Freefly VR Our Top VR Experiences - a collection of approved apps compiled by Freefly VR Downloading VR Apps The following recommended VR Apps have QR codes linking directly to the app. All you need to do is scan

More information

Game Design for Engineers. Alex Kerfoot Software Engineer EA/Maxis Spore

Game Design for Engineers. Alex Kerfoot Software Engineer EA/Maxis Spore Game Design for Engineers Alex Kerfoot Software Engineer EA/Maxis Spore Not about How to break into the games industry Plenty of resources for that Work hard Internship Promote yourself (but be humble)

More information

Intelligent Flexible Automation

Intelligent Flexible Automation Intelligent Flexible Automation David Peters Chief Executive Officer Universal Robotics February 20-22, 2013 Orlando World Marriott Center Orlando, Florida USA Trends in AI and Computing Power Convergence

More information

[Name of the game] Game Design Document. Created by [Name of the team]:

[Name of the game] Game Design Document. Created by [Name of the team]: [Name of the game] Game Design Document Created by [Name of the team]: [Name of each team member] [Company logo] [Company name] [Date] Table of content 1 Overview... 4 1.1 Game abstract... 4 1.2 Objectives

More information

Particles, Flocks, Herds, Schools

Particles, Flocks, Herds, Schools CS 4732: Computer Animation Particles, Flocks, Herds, Schools Robert W. Lindeman Associate Professor Department of Computer Science Worcester Polytechnic Institute gogo@wpi.edu Control vs. Automation Director's

More information

Information Technology Career Field Pathways and Course Structure

Information Technology Career Field Pathways and Course Structure Information Technology Career Field Pathways and Course Structure Courses in Information Support and Services (N0) Computer Hardware 2 145025 Computer Software 145030 Networking 2 145035 Network Operating

More information

Fundamentals of Real-Time Camera Design. Mark Haigh-Hutchinson Senior Software Engineer Retro Studios, Inc.

Fundamentals of Real-Time Camera Design. Mark Haigh-Hutchinson Senior Software Engineer Retro Studios, Inc. Fundamentals of Real-Time Camera Design Mark Haigh-Hutchinson Senior Software Engineer Retro Studios, Inc. Mark Haigh-Hutchinson 21 years in the games industry 40+ published titles Programmer / Designer

More information

Binocular Vision and The Perception of Depth

Binocular Vision and The Perception of Depth Binocular Vision and The Perception of Depth Visual Perception How one visually interprets a scene 4 forms of perception to be studied: Depth Color Temporal Motion Depth Perception How does one determine

More information

game development documentation game development documentation: concept document

game development documentation game development documentation: concept document topics: game design documents design document references: cisc3665 game design fall 2011 lecture # IV.1 game development documentation notes from: Game Design: Theory & Practice (2nd Edition), by Richard

More information

Contrasting Role Plays to Video Simulations. A paper presented at the Twenty-sixth Annual IPMAAC Conference New Orleans, LA - June 30 - July 3, 2002

Contrasting Role Plays to Video Simulations. A paper presented at the Twenty-sixth Annual IPMAAC Conference New Orleans, LA - June 30 - July 3, 2002 Contrasting Role Plays to Video Simulations A paper presented at the Twenty-sixth Annual IPMAAC Conference New Orleans, LA - June 30 - July 3, 2002 by: Richard Carter New Orleans Civil Service I. Introduction

More information

Computer Science 474 Spring 2010 Virtual Reality

Computer Science 474 Spring 2010 Virtual Reality VIRTUAL REALITY Virtual Reality (VR) is the use of computer graphics and other technologies to create a simulated environment in which the user interacts. While computer graphics supplies the visual component

More information

7 PROVEN TIPS GET MORE BUSINESS ONLINE

7 PROVEN TIPS GET MORE BUSINESS ONLINE 7 PROVEN TIPS GET MORE BUSINESS ONLINE A beginners guide to better SEO About The Author Damien Wilson @wilson1000 Damien is the award winning Managing Director of My Website Solutions where he overlooks

More information

What are your first thoughts when faced with a new change

What are your first thoughts when faced with a new change What are your first thoughts when faced with a new change What is change? The concept of change management describes a structured approach to transitions in individual, teams, organization, and societies,that

More information

Physical Security Simulation and Analysis Tools A presentation for the Canada & United States Security Simulation Technologies Group

Physical Security Simulation and Analysis Tools A presentation for the Canada & United States Security Simulation Technologies Group SAND 2014-3718P Physical Security Simulation and Analysis Tools A presentation for the Canada & United States Security Simulation Technologies Group Unclassified Unlimited Information For Public Dissemination

More information

Approaching VR 2.0: Creating and Sharing Open Source Virtual Environments for Health Care and Research

Approaching VR 2.0: Creating and Sharing Open Source Virtual Environments for Health Care and Research Approaching VR 2.0: Creating and Sharing Open Source Virtual Environments for Health Care and Research Prof. G. Riva, Ph.D. Istituto Auxologico Italiano http://www.neurovr.org Applied Technology for Neuro-Psychology

More information

City University of Hong Kong

City University of Hong Kong City University of Hong Kong Information on a Course offered by Department of Computer Science with effect from Semester A in 2014 / 2015 Part I Course Title: AI Game Programming Course Code: CS4386 Course

More information

Programming 3D Applications with HTML5 and WebGL

Programming 3D Applications with HTML5 and WebGL Programming 3D Applications with HTML5 and WebGL Tony Parisi Beijing Cambridge Farnham Köln Sebastopol Tokyo Table of Contents Preface ix Part I. Foundations 1. Introduction 3 HTML5: A New Visual Medium

More information

361 Computer Architecture Lecture 14: Cache Memory

361 Computer Architecture Lecture 14: Cache Memory 1 361 Computer Architecture Lecture 14 Memory cache.1 The Motivation for s Memory System Processor DRAM Motivation Large memories (DRAM) are slow Small memories (SRAM) are fast Make the average access

More information

Introduction Computer stuff Pixels Line Drawing. Video Game World 2D 3D Puzzle Characters Camera Time steps

Introduction Computer stuff Pixels Line Drawing. Video Game World 2D 3D Puzzle Characters Camera Time steps Introduction Computer stuff Pixels Line Drawing Video Game World 2D 3D Puzzle Characters Camera Time steps Geometry Polygons Linear Algebra NURBS, Subdivision surfaces, etc Movement Collisions Fast Distances

More information

Computers in Film Making

Computers in Film Making Computers in Film Making Snow White (1937) Computers in Film Making Slide 1 Snow White - Disney s Folly Moral: Original Budget $250,000 Production Cost $1,488,422 Frames 127,000 Production time 3.5 years

More information

Welcome. Recently we have also developed gamification projects and we are expanding in this area using our gaming experience.

Welcome. Recently we have also developed gamification projects and we are expanding in this area using our gaming experience. Welcome Wastelands Interactive is an independent game development studio from Poland. We are a dedicated team of artists, storytellers, programmers, designers and true gamers working together for several

More information

Jeff, what are the essential aspects that make Schema Therapy (ST) different from other forms of psychotherapy?

Jeff, what are the essential aspects that make Schema Therapy (ST) different from other forms of psychotherapy? An Interview with Jeffrey Young This is a revised transcription of an interview via internet on Dec. 30 th 2008. The interviewer was Eckhard Roediger, the current secretary of the ISST. Jeff, what are

More information

Choosing My Avatar & the Psychology of Virtual Worlds: What Matters?

Choosing My Avatar & the Psychology of Virtual Worlds: What Matters? Kaleidoscope Volume 11 Article 89 July 2014 Choosing My Avatar & the Psychology of Virtual Worlds: What Matters? Jennifer Wu Follow this and additional works at: http://uknowledge.uky.edu/kaleidoscope

More information

Using a Virtual Environment to Test a Mobile App for the Ambient Assisted Living

Using a Virtual Environment to Test a Mobile App for the Ambient Assisted Living Using a Virtual Environment to Test a Mobile App for the Ambient Assisted Living Paolo Calvaresi 1, Aldo Franco Dragoni 1, Matteo Pierdicca 1, Davide Calvaresi 2, Paolo Sernani 1 1 Università Politecnica

More information

Kodu Curriculum: Single Session Intro

Kodu Curriculum: Single Session Intro Kodu Curriculum: Single Session Intro Table of Contents Kodu Curriculum: Single Session Intro... 2 Kodu Description... 2 Teaching with Kodu... 2 Basic Navigation (5 min)... 3 Creating a Simple Program

More information

The Intelligent Resource Managment For Local Area Networks

The Intelligent Resource Managment For Local Area Networks Intelligent Resource Management for Local Area Networks: Approach and Evolution 1 Roger Meike Martin Marietta Denver Aerospace Space Station Program P.O. Box 179 (MS 01744) Denver, Co. 80201 Abstract The

More information

CURRICULUM VITAE EDUCATION:

CURRICULUM VITAE EDUCATION: CURRICULUM VITAE Jose Antonio Lozano Computer Science and Software Development / Game and Simulation Programming Program Chair 1902 N. Loop 499 Harlingen, TX 78550 Computer Sciences Building Office Phone:

More information

Mobile Technology and Meetings: From Event Apps to Wearable Tech Jessica L. Levin, MBA, CMP, CAE

Mobile Technology and Meetings: From Event Apps to Wearable Tech Jessica L. Levin, MBA, CMP, CAE Mobile Technology and Meetings: From Event Apps to Wearable Tech Jessica L. Levin, MBA, CMP, CAE @Jessicalevin Connecting People. Embracing Technology 1 Event Technology Trends Mobile Apps For Events Consolidation

More information

A Cognitive Approach to Vision for a Mobile Robot

A Cognitive Approach to Vision for a Mobile Robot A Cognitive Approach to Vision for a Mobile Robot D. Paul Benjamin Christopher Funk Pace University, 1 Pace Plaza, New York, New York 10038, 212-346-1012 benjamin@pace.edu Damian Lyons Fordham University,

More information

Grid Computing for Artificial Intelligence

Grid Computing for Artificial Intelligence Grid Computing for Artificial Intelligence J.M.P. van Waveren May 25th 2007 2007, Id Software, Inc. Abstract To show intelligent behavior in a First Person Shooter (FPS) game an Artificial Intelligence

More information

WHITE PAPER WORK PROCESS AND TECHNOLOGIES FOR MAGENTO PERFORMANCE (BASED ON FLIGHT CLUB) June, 2014. Project Background

WHITE PAPER WORK PROCESS AND TECHNOLOGIES FOR MAGENTO PERFORMANCE (BASED ON FLIGHT CLUB) June, 2014. Project Background WHITE PAPER WORK PROCESS AND TECHNOLOGIES FOR MAGENTO PERFORMANCE (BASED ON FLIGHT CLUB) June, 2014 Project Background Flight Club is the world s leading sneaker marketplace specialising in storing, shipping,

More information

CAD and Creativity. Contents

CAD and Creativity. Contents CAD and Creativity K C Hui Department of Automation and Computer- Aided Engineering Contents Various aspects of CAD CAD training in the university and the industry Conveying fundamental concepts in CAD

More information

How to Justify Your Security Assessment Budget

How to Justify Your Security Assessment Budget 2BWhite Paper How to Justify Your Security Assessment Budget Building a Business Case For Penetration Testing WHITE PAPER Introduction Penetration testing has been established as a standard security practice

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 torsten@sfu.ca www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics

More information

The Flat Shape Everything around us is shaped

The Flat Shape Everything around us is shaped The Flat Shape Everything around us is shaped The shape is the external appearance of the bodies of nature: Objects, animals, buildings, humans. Each form has certain qualities that distinguish it from

More information

What Do Master s Thesis Titles Inform about Media Technology?

What Do Master s Thesis Titles Inform about Media Technology? What Do Master s Thesis Titles Inform about Media Technology? Oittinen, P. Aalto University, School of Science (Aalto SCI), Department of Media Technology, P.O.Box 15500, FIN-00076 Aalto, Finland, http://media.tkk.fi

More information

Digital 3D Animation

Digital 3D Animation Elizabethtown Area School District Digital 3D Animation Course Number: 753 Length of Course: 1 semester 18 weeks Grade Level: 11-12 Elective Total Clock Hours: 120 hours Length of Period: 80 minutes Date

More information

Designing Behavior-Based Systems

Designing Behavior-Based Systems Designing Behavior-Based Systems Objectives Use schema theory to design and program behaviors Design a complete behavioral system Understand how to develop a behavioral table for behaviors Understand how

More information

Georgia Institute of Technology ASE 6003: Modeling & Simulation for Systems Engineering

Georgia Institute of Technology ASE 6003: Modeling & Simulation for Systems Engineering Georgia Institute of Technology ASE 6003: Modeling & Simulation for Systems Engineering Module 12: Games and Virtual Worlds Roger D. Smith, Ph.D. Modelbenders LLC http://www.modelbenders.com Copyright

More information

CDW Video Conferencing Straw Poll Report

CDW Video Conferencing Straw Poll Report CDW Video Conferencing Straw Poll Report Summary Consider this scenario: Your company is working with a key customer on a major project that involves several partners and colleagues in multiple locations.

More information

DD1354. Christopher Peters. Sweden. http://www.csc.kth.se/~chpeters/

DD1354. Christopher Peters. Sweden. http://www.csc.kth.se/~chpeters/ DD1354 Models and Simulation Christopher Peters HPCViz, KTH Royal Institute of Technology, Sweden chpeters@kth.sese http://www.csc.kth.se/~chpeters/ The Course Team Johan Hoffman Christopher Peters [jhoffman@kth.se]

More information

Search Engine Design understanding how algorithms behind search engines are established

Search Engine Design understanding how algorithms behind search engines are established Search Engine Design understanding how algorithms behind search engines are established An article written by Koulutus- and Konsultointipalvelu KK Mediat Web: http://www.2kmediat.com/kkmediat/eng/ Last

More information

Automated EMC Rule Checking for PCB Designs in the Real-World

Automated EMC Rule Checking for PCB Designs in the Real-World Automated EMC Rule Checking for PCB Designs in the Real-World Bruce Archambeault, PhD IEEE Fellow Archambeault EMI/EMC Enterprises Missouri University of Science & Technology Adjunct Professor IBM Distinguished

More information

Automated Recording of Lectures using the Microsoft Kinect

Automated Recording of Lectures using the Microsoft Kinect Automated Recording of Lectures using the Microsoft Kinect Daniel Sailer 1, Karin Weiß 2, Manuel Braun 3, Wilhelm Büchner Hochschule Ostendstraße 3 64319 Pfungstadt, Germany 1 info@daniel-sailer.de 2 weisswieschwarz@gmx.net

More information

U.Rahamathunnisa 1, S. Pragadeeswaran 2 *Assistant Professor, SITE, VIT University, Vellore. **MS(SE) Student, SITE, VIT University, Vellore.

U.Rahamathunnisa 1, S. Pragadeeswaran 2 *Assistant Professor, SITE, VIT University, Vellore. **MS(SE) Student, SITE, VIT University, Vellore. COLLISION DETECTION GAME USING COCOS2DX-A CROSS PLATFORM U.Rahamathunnisa 1, S. Pragadeeswaran 2 *Assistant Professor, SITE, VIT University, Vellore. **MS(SE) Student, SITE, VIT University, Vellore. Abstract

More information

The Car Tutorial Part 1 Creating a Racing Game for Unity

The Car Tutorial Part 1 Creating a Racing Game for Unity The Car Tutorial Part 1 Creating a Racing Game for Unity Introduction 3 We will show 3 Prerequisites 3 We will not show 4 Part 1: Assembling the Car 5 Adding Collision 6 Shadow settings for the car model

More information

Quality Meets the CEO

Quality Meets the CEO Quality Meets the CEO Jeffery E. Payne jepayn@rstcorp.com Reliable Software Technologies Corporate management does not care about quality. This is the cold, hard reality of the software world. Management

More information

DM810 Computer Game Programming II: AI. Lecture 11. Decision Making. Marco Chiarandini

DM810 Computer Game Programming II: AI. Lecture 11. Decision Making. Marco Chiarandini DM810 Computer Game Programming II: AI Lecture 11 Marco Chiarandini Department of Mathematics & Computer Science University of Southern Denmark Resume Decision trees State Machines Behavior trees Fuzzy

More information

Thea Omni Light. Thea Spot Light. Light setup & Optimization

Thea Omni Light. Thea Spot Light. Light setup & Optimization Light setup In this tutorial we will learn how to setup lights inside Thea Studio and how to create mesh lights and optimize them for faster rendering with less noise. Let us have a look at the different

More information

BSc in Artificial Intelligence and Computer Science ABDAL MOHAMED

BSc in Artificial Intelligence and Computer Science ABDAL MOHAMED ABDAL MOHAMED Sections 1. History of AI in Racing Games 2. Neural Networks in Games History Gran Trak 10 Single-player racing arcade game released by Atari in 1974 Did not have any AI Pole Position Single-

More information

Hints and tips on how to get the most out of the performance. Book 4. Acting tips

Hints and tips on how to get the most out of the performance. Book 4. Acting tips Hints and tips on how to get the most out of the performance. Book 4 Acting tips Tips on how to introduce the show to the group, run workshops, explore the text, cast and organise the show. Before the

More information

Beyond the Open Door Policy of Leadership Communication

Beyond the Open Door Policy of Leadership Communication Beyond the Open Door Policy of Leadership Communication Angie Pastorek, Ph.D. KU-Edwards Professional Workplace Communication Graduate Certificate, Department of Communication Studies February 18, 2016

More information

Arizona Association of Student Councils

Arizona Association of Student Councils 1. Communication 1.1 Student communicates effectively in large and small groupings 1.1.a Student develops content and ideas into organized presentations. 1.1b Student learn to monitor and adjust based

More information

B2.53-R3: COMPUTER GRAPHICS. NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions.

B2.53-R3: COMPUTER GRAPHICS. NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. B2.53-R3: COMPUTER GRAPHICS NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF ANSWER

More information

COLUMBIA MISSOURIAN. MU ilab showcases 3-D, virtual. By Christa Corrigan April 26, 2014 6:00 a.m. CDT. 1 of 7 5/15/14 2:47 PM

COLUMBIA MISSOURIAN. MU ilab showcases 3-D, virtual. By Christa Corrigan April 26, 2014 6:00 a.m. CDT. 1 of 7 5/15/14 2:47 PM COLUMBIA MISSOURIAN MU ilab showcases 3-D, virtual technology By Christa Corrigan April 26, 2014 6:00 a.m. CDT Grant Abell, a senior at MU, acts out kitchen movements for the Immersive Visualization Lab

More information

The first 100 days! A guide for new sales people in their first external selling role

The first 100 days! A guide for new sales people in their first external selling role The first 100 days! A guide for new sales people in their first external selling role Foreword During my sales career I have watched so many new sales people left to their own devices without sufficient

More information

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 Contents GIS and maps The visualization process Visualization and strategies

More information

3D NAVIGATION SYSTEM FOR VIRTUAL REALITY BASED ON 3D GAME ENGINE

3D NAVIGATION SYSTEM FOR VIRTUAL REALITY BASED ON 3D GAME ENGINE 3D NAVIGATION SYSTEM FOR VIRTUAL REALITY BASED ON 3D GAME ENGINE K.H. Sharkawi, M.U. Ujang and A. Abdul-Rahman Department of Geoinformatics, Faculty of Geoinformation Science and Engineering, Universiti

More information

Multiresolution 3D Rendering on Mobile Devices

Multiresolution 3D Rendering on Mobile Devices Multiresolution 3D Rendering on Mobile Devices Javier Lluch, Rafa Gaitán, Miguel Escrivá, and Emilio Camahort Computer Graphics Section Departament of Computer Science Polytechnic University of Valencia

More information

GAME DESIGN AND DEVELOPMENT TECHNOLOGY. Game Design and Development Technology I

GAME DESIGN AND DEVELOPMENT TECHNOLOGY. Game Design and Development Technology I GAME DESIGN AND DEVELOPMENT TECHNOLOGY Game Design and Development Technology I Unit 1: Orientation and Safety Competency 1: Introduction to Game Design Competency 2: Safety in the Computer Environment

More information

Games Development Education to Industry. Dr. Catherine French Academic Group Leader Games Programming, Software Engineering and Mobile Systems

Games Development Education to Industry. Dr. Catherine French Academic Group Leader Games Programming, Software Engineering and Mobile Systems Games Development Education to Industry Dr. Catherine French Academic Group Leader Games Programming, Software Engineering and Mobile Systems How do they get from inspiration to destination? Where do they

More information

About the Render Gallery

About the Render Gallery About the Render Gallery All of your completed rendered images are available online from the Render Gallery page. Images in the gallery are grouped in collections according to the source document (RVT

More information

Best Practices for improving internal communications

Best Practices for improving internal communications Best Practices for improving internal communications RSW is a marketing communications firm that helps organizations unify their internal and external communications to deliver a more powerful, consistent

More information

Role-Play Activities. Establishing Role-Play Groups. Preparing for the Role-Plays 1/7. Note: As written, these

Role-Play Activities. Establishing Role-Play Groups. Preparing for the Role-Plays 1/7. Note: As written, these TEACHER GUIDE DOCUMENT 20 Role-Play Activities This document contains guidelines on how to structure student role-plays as well as two sample roleplay scripts that students can act out. For more information

More information

SOFTWARE ENGINEER. For Online (front end) Java, Javascript, Flash For Online (back end) Web frameworks, relational databases, REST/SOAP, Java/Scala

SOFTWARE ENGINEER. For Online (front end) Java, Javascript, Flash For Online (back end) Web frameworks, relational databases, REST/SOAP, Java/Scala SOFTWARE ENGINEER Video Game Engineering is intellectually demanding work. Our software engineers are faced with daily challenges that involve physics (from collision detection to complex physical reactions),

More information

Introduction Solvability Rules Computer Solution Implementation. Connect Four. March 9, 2010. Connect Four

Introduction Solvability Rules Computer Solution Implementation. Connect Four. March 9, 2010. Connect Four March 9, 2010 is a tic-tac-toe like game in which two players drop discs into a 7x6 board. The first player to get four in a row (either vertically, horizontally, or diagonally) wins. The game was first

More information

Pedestrian/Car Accident

Pedestrian/Car Accident Pedestrian/Car Accident by Frank Owen, Alpha Omega Engineering, Inc. (www.aoengr.com), all rights reserved August 2012 This example is taken from the book Technische Analyse von Verkehrsunfällen anhand

More information

3D U ser I t er aces and Augmented Reality

3D U ser I t er aces and Augmented Reality 3D User Interfaces and Augmented Reality Applications Mechanical CAD 3D Animation Virtual Environments Scientific Visualization Mechanical CAD Component design Assembly testingti Mechanical properties

More information

Collision Theory and Logic

Collision Theory and Logic This sample chapter is for review purposes only. Copyright The Goodheart-Willcox Co., Inc. All rights reserved. Chapter 5 Collision Theory and Logic 3 C H A P T E R 5 Collision Theory and Logic To use

More information

1. Scope of Games and Game Systems. 2. Evolution of Current Game Designs. 3. New Game Forms Utilising New and Emerging Technical Media

1. Scope of Games and Game Systems. 2. Evolution of Current Game Designs. 3. New Game Forms Utilising New and Emerging Technical Media Game Development in Networks of the Future Craig Lindley craig.lindley@hgo.se Game Design, Cognition and Artificial Intelligence Research Group Department of Game Design, Narrative and Time-Based Media

More information

Project abstracts (not edited) of winners of Phase 1 of the SBRI call on Adaptive Autonomous Ocean Sampling Networks

Project abstracts (not edited) of winners of Phase 1 of the SBRI call on Adaptive Autonomous Ocean Sampling Networks Project abstracts (not edited) of winners of Phase 1 of the SBRI call on Adaptive Autonomous Ocean Sampling Networks NOC-DSTL-Innovate UK SBRI team Version 1: 01.04.2015 SBRI NOC-AAOSN-205 - Extending

More information

Virtual Reality finally getting reality. Martin Schrader, Nokia Technologies

Virtual Reality finally getting reality. Martin Schrader, Nokia Technologies Virtual Reality finally getting reality Martin Schrader, Nokia Technologies Overview Two examples of current VR applications Defining the scope The promise of the immersive experience Some recent moves

More information

SkillsUSA 2014 Contest Projects 3-D Visualization and Animation

SkillsUSA 2014 Contest Projects 3-D Visualization and Animation SkillsUSA Contest Projects 3-D Visualization and Animation Click the Print this Section button above to automatically print the specifications for this contest. Make sure your printer is turned on before

More information

The 3D rendering pipeline (our version for this class)

The 3D rendering pipeline (our version for this class) The 3D rendering pipeline (our version for this class) 3D models in model coordinates 3D models in world coordinates 2D Polygons in camera coordinates Pixels in image coordinates Scene graph Camera Rasterization

More information

CS 378: Computer Game Technology

CS 378: Computer Game Technology CS 378: Computer Game Technology http://www.cs.utexas.edu/~fussell/courses/cs378/ Spring 2013 University of Texas at Austin CS 378 Game Technology Don Fussell Instructor and TAs! Instructor: Don Fussell!

More information

CS 325 Computer Graphics

CS 325 Computer Graphics CS 325 Computer Graphics 01 / 25 / 2016 Instructor: Michael Eckmann Today s Topics Review the syllabus Review course policies Color CIE system chromaticity diagram color gamut, complementary colors, dominant

More information

Introductory Microeconomics

Introductory Microeconomics Introductory Microeconomics January 7 lecture Economics Definition: The social science concerned with the efficient use of scarce resources to achieve the maximum satisfaction of economic wants. Efficient:

More information

THE FLATWORLD SIMULATION CONTROL ARCHITECTURE (FSCA): A FRAMEWORK FOR SCALABLE IMMERSIVE VISUALIZATION SYSTEMS

THE FLATWORLD SIMULATION CONTROL ARCHITECTURE (FSCA): A FRAMEWORK FOR SCALABLE IMMERSIVE VISUALIZATION SYSTEMS THE FLATWORLD SIMULATION CONTROL ARCHITECTURE (FSCA): A FRAMEWORK FOR SCALABLE IMMERSIVE VISUALIZATION SYSTEMS Anton Treskunov, Jarrell Pair*, and Bill Swartout Institute for Creative Technologies University

More information

Computing Infrastructure Risk

Computing Infrastructure Risk Issue, Analysis, and Recommendation Lynn Robert Carter 2008-12 12-2323 Copyright 2008, Lynn Robert Carter Agenda Computing infrastructure at risk The root cause Solution elements are known Barriers to

More information

2004 Valve Corporation. All rights reserved. Valve, the Valve logo, Valve Source, the Source logo, Valve Hammer Editor, Half-Life, and Steam are

2004 Valve Corporation. All rights reserved. Valve, the Valve logo, Valve Source, the Source logo, Valve Hammer Editor, Half-Life, and Steam are 2004 Valve Corporation. All rights reserved. Valve, the Valve logo, Valve Source, the Source logo, Valve Hammer Editor, Half-Life, and Steam are trademarks and/or registered trademarks of Valve Corporation.

More information

Security solutions White paper. Succeeding with automated identity management implementations.

Security solutions White paper. Succeeding with automated identity management implementations. Security solutions White paper Succeeding with automated identity management implementations. March 2007 2 Contents 2 Overview 2 Understand how Tivoli Identity Manager addresses security challenges 4 Requirements

More information

not think the same. So, the consumer, at the end, is the one that decides if a game is fun or not. Whether a game is a good game.

not think the same. So, the consumer, at the end, is the one that decides if a game is fun or not. Whether a game is a good game. MR CHU: Thank you. I would like to start off by thanking the Central Policy Unit for the invitation. I was originally from Hong Kong, I left Hong Kong when I was 14 years old, it is good to come back with

More information

Page 1 of 5. (Modules, Subjects) SENG DSYS PSYS KMS ADB INS IAT

Page 1 of 5. (Modules, Subjects) SENG DSYS PSYS KMS ADB INS IAT Page 1 of 5 A. Advanced Mathematics for CS A1. Line and surface integrals 2 2 A2. Scalar and vector potentials 2 2 A3. Orthogonal curvilinear coordinates 2 2 A4. Partial differential equations 2 2 4 A5.

More information

Stage III courses COMPSCI 314

Stage III courses COMPSCI 314 Stage III courses To major in Computer Science, you have to take four Stage III COMPSCI courses, plus one other Stage III course chosen from the BSc Schedule. This may be another Stage III COMPSCI course.

More information