Start Anaglyph Programming Young Joon Kim Stereoscopic & Anaglyph Course.

Slides:



Advertisements
Similar presentations
Aero Snap/Aero Peek/Aero Shake And Windows Flip 3D
Advertisements

DFSS tour Contents School and course selection Course outline page Page navigation Forums (online discussions) Reveals Completing a journal Watching a.
1 Introduction to the Visual Studio.NET IDE Powerpoint slides modified from Deitel & Deitel.
Preparing and Adding Multimedia. Speaker’s Notes This place used for writing important notes on the presentation slide that you will be talking about.
Using Draw Tools C 2012jkc. Click File on the menu bar and select Page Setup on the drop- down menu to get the Page Setup dialog box. Under the Margins.
Customizing Your Toolbars in Microsoft Office Lunch and Learn: June 7, 2005.
InDesign CS3 Lessons 1 and 2. Work Area When First Opened.
Microsoft Word 2010 Chapter 1 Creating, Formatting, and Editing a Word Document with Pictures.
Point & Edit CMS An Introduction to Point & Edit.
Course ILT Excel basics Unit objectives Start Excel; open, save, and create new workbooks; work with multiple workbooks; get help; and close a workbook.
Elegant avoiding of obstacle Young Joon Kim MSRDS First Beginner Course – STEP5.
VPL basic – data and variables Young Joon Kim MSRDS First Beginner Course – STEP6.
How to create an eBook in PowerPoint. Video.
Chapter 2 – Introduction to the Visual Studio .NET IDE
Click your mouse to continue. The Office Shortcut Bar The Office Shortcut Bar contains program buttons that, when clicked, start new documents or start.
Word wrap: a feature in word processors which causes the insertion point to automatically jump down to the beginning of the next line when you reach the.
Visual Basic CDA College Limassol Campus Lecture:Pelekanou Olga Semester C Week - 1.
Microsoft Office 2010 is the newest version of Microsoft Office, offering features that provide users with better functionality and easier ways to work.
How to Add Animations and Narration to Your PowerPoint Presentation Ms. Chen North Shore High School AP Biology.
Working with Shapes Guided Lesson. Objective  In this lesson you will learn how to insert a shape and format it by changing its fill color, outline color,
First glance of robotics course (VPL) Young Joon Kim MSRDS First Beginner Course – STEP3.
Using MIT Scratch for Programming and Control Exercise 1 Creating movement Year 11 DTG 2012.
My first robot programming - Simple “Go” Young Joon Kim MSRDS First Beginner Course – STEP4.
SPL basic – Build Simulation Environment Young Joon Kim SPL First Beginner Course – 03.
PhotoShop Creative Suite 3 Chapter 1 The Work Area.
Introduction to PowerPoint 2007 (PPT) Statement of Responsibility (When, For Whom, By Whom)
How to add Word-Art to a Word Document Purpose: To learn how to add WordArt to a Word Document.
Introduction to PowerPoint 2003 Professional Development Training for Classroom Teachers.
Lesson 1: Learning Worksheet Fundamentals Microsoft Office Excel 2003 Lesson 1 Learning Worksheet Fundamentals.
Chapter 11 Enhancing an Online Form and Using Macros Microsoft Word 2013.
THE MOUSE Left Click THE MOUSE Right Click.
VAB™ for INFINITY Tutorial
X-term Tutorial.
Chapter 2 – Introduction to the Visual Studio .NET IDE
MANIPULATING TEXT WITHIN AND BETWEEN DOCUMENTS
Sharing and Collaboration
Learning Java with Alice 3.0 Game Design Kathy Bierscheid
The mouse controls the movement of the pointer on your screen.
Module 1: Getting Started with Windows 95
IM (Instant Messaging)
Chapter 2 Adding Web Pages, Links, and Images
Examples of Slide show navigation
Key Applications Module Lesson 12 — Word Essentials
Basic Sensors – Laser Distance Sensor
Cell Simulation.
Young Joon Kim SPL basic – Quick Start SPL First Beginner Course – 01 Young Joon Kim
Review: Applying Computer Basics
VPL Patterns – Multi-Action Activity
My first robot programming - Simple “GoTo”
Macro.
Recording and editing a Podcast
SPL GraphicSprite Command
X-term Tutorial.
Drawing OSA charts. Once Synops have been downloaded and ingested.
Sharing and Collaboration
Print, Collate, and Staple
Young Joon Kim SPL basic – Quick Start SPL First Beginner Course – 01 Young Joon Kim
SPL Programming – While Loop Pattern
First glance of robotics course (SPL)
Introduction to AutoCAD
My first robot programming - Simple “Go”
SPL Programming – Procedure Pattern
Key Applications Module Lesson 12 — Word Essentials
Pose Sensors – Detect Orientation
My first robot programming - Simple “GoTo”
My first robot programming - Simple “GoFor”
SPL basic – Script types
Lab 08 Introduction to Spreadsheets MS Excel
Microsoft Excel 2007 – Level 2
MATLAB Interface Programming
Presentation transcript:

Start Anaglyph Programming Young Joon Kim Stereoscopic & Anaglyph Course

2 Topics Anaglyph Build 3D Environment Add Anaglyph Camera Change the position of camera

3 Preparation Contents of this document need anaglyph glass

4 Introduction of Anaglyph

5 Anaglyph Anaglyph is used to provide a stereoscopic 3D effect as human’s eye view object Left eyeRight eye

6 Anaglyph 2 color cameras are used - usually red and cyan object Left eyeRight eye Red channel Cyan channel (Blue+Green)

7 Source, red and cyan channel image Anaglyph Red channel from the left eye position Cyan channel from the right eye position Source target

8 Anaglyph Red + Cyan channel

9 Build 3D Environment

10 Build 3D Environment Start SPL editor

11 Build 3D Environment Add “StartSimulationEngine” by double-clicking command Double-click

12 Build 3D Environment Add “SimState/BasicObstacles.xml” by double-clicking option Double-click

13 Build 3D Environment Save as “/Script/Anaglyph1.txt Run script by pressing “F5” key

14 Add Anaglyph Camera

15 Click “Entities” tab menu Add “AddAnaglyphCam” command by double-clicking Add Anaglyph Camera Double-click

16 Add “FlushScript” command to send script to the engine Add Anaglyph Camera Double click

17 Add Anaglyph Camera Save and execute script

18 Change the position of camera

19 Change the position of camera Use Left key and Right key to move left and right Press Left keyPress Right key

20 Change the position of camera Use Up key and Down key to move forwards and backwards Press Down key to move backwardsPress Up key to move farwards

21 Change the position of camera Use Shift+Left or Shift+Right key to change LookAt angle Press Shift+Left key to turn left sidePress Shift+Right key to turn right side

22 Change the position of camera Use Shift+Up or Shift+Down key to change the position of camera up and down Press Shift+Up key to move upPress Shift+Down key to move down

23 Change the position of camera Use mouse dragging with left mouse button click to change the LookAt point of camera Use mouse dragging with right mouse button click to change the position of camera forwards and backwards

24 Change the position of camera Press Ctrl+Alt+H key to hide main simulation window or show again