Visualisation features in examples What features of visualisation should we put in the vis.mac file? 04/09/2012John Allison1.

Slides:



Advertisements
Similar presentations
Guide to Making Figures Kyle Patrick Matt Nelson Sarah Smith.
Advertisements

Lab # 03- SS Basic Graphic Commands. Lab Objectives: To understand M-files principle. To plot multiple plots on a single graph. To use different parameters.
PHY-102 SAPIntroductory GraphicsSlide 1 Introductory Graphics In this section we will learn how about how to draw graphics on the screen in Java:  Drawing.
Jeopardy Multiple Choice Fill in the Blank Modified T/F Vocabulary Positioning of data Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400.
1 Cascading Style Sheets Continued Different kinds of selectors in a style sheet –Simple- Pseudo-Class –Contextual- Pseudo-Element –Class Image Styles.
Runway & Taxiway Markings
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 12 – Building.
Scripts and Flow Control. Scripts So far we have been entering commands directly into the command line But there is a better way Script files (and functions)
UFCEKT-20-33D Modelling and Animation 3D Modelling & Animation Lighting.
Lecture 5 Tuesday, 16 June ENGINEERING GRAPHICS 1E7 Lecture 5: Isometric Projections.
Flowchart Start Input weight and height
ENGINEERING GRAPHICS 1E9
Chapter 10 Creating 3D Objects. Objectives Extrude objects Revolve objects Manipulate surface shading and lighting Map artwork to 3D objects Work with.
Areas How do you work out the area of this shape ? HINT.
Looking at Leaflets Session 1 Looking at some professional leaflets Objectives Know what these terms mean:  Paragraph style Left aligned Justified 
(Use blue spiral binding, white laminated covers, 65 copies, pages must be numbered) Company logo UTC Board of Directors Meeting January 30-February 2,
ISOMETRICS Isometric means “equal in measure” and refers to the fact that the three receding axes are tilted at 30°. Isometric drawings are constructed.
Human-Computer Interaction Lecture 2: Visual representation.
Margin 2.5 cm Shadow Frame: coloured sheets (any colour) extend 1 cm beyond the edges of text sheets Poster Size: 60 cm (~23.5”) x 78 cm (~30.5”) Margin.
Lesson No:9 MS-Word Tools, Mail Merge and working with Tables CHBT-01 Basic Micro process & Computer Operation.
Tutorial 1 Introducing Adobe Flash CS3 Professional
Microsoft Word Objective: Understand Basic Word/Word Processing Skills Lesson: Create and Save a New Document LOL: Understand/Apply Create your first Word.
Addison Wesley is an imprint of © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 7 The Game Loop and Animation Starting Out with Games & Graphics.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
© 2010 Delmar, Cengage Learning Chapter 3 Setting Up A Document.
UFCFS D Technologies for the Web Unity 3D: Review of Topics and Related Concepts.
CONTROL SYSTEMS Control Systems A command is a directive that performs a specific task An argument is a variable that can be used by the function reveiving.
CS 174: Web Programming October 5 Class Meeting Department of Computer Science San Jose State University Fall 2015 Instructor: Ron Mak
Return to Outline Copyright © 2011 by Maribeth H. Price 3-1 Labeling and annotation.
Control flow for interactive applications CSE 3541 Matt Boggus.
UFCEK-20-3Web Games Programming Unity 3D: Review of Topics Publishing for the Web.
Pasewark & Pasewark 1 Access Lesson 5 Creating and Modifying Reports Microsoft Office 2007: Introductory.
Abadan Faculty of Petroleum Engineering Petroleum University of Technology Petroleum University of Technology │ About this template This.
Introduction to Drafting and Design In order to begin our drawing we have to set the drawing limits or the paper size.
© 2011 Delmar, Cengage Learning Chapter 10 Creating 3D Objects.
LOGO WHAT IS IT? HOW TO USE IT AND HOW USEFUL CAN IT BE?
What is it? How to use it and how useful can it be?
Session Topics Isometric Axes Coded Plans
Grade 6 T-shirt logo help. LOOK AT THESE LOGOS… * Do you know WHAT do they stand for (represent)? * How many colours do they have? * Do they have.
Open the standard.idw template. Save copy as a different file name. If you want to create as a template, save to the c:\Program Files\Autodesk \Inventor10.
LOGO BY Kaotip 9S.
Static picture effects for PowerPoint slides
Picture Books.
Inclined Surfaces in Orthographic Projection
Unit 17 Website Development
Static picture effects for PowerPoint slides
4.14 GUI and Graphics Case Study: Creating Simple Drawings (Cont.)
RING THREE RING TWO RING ONE (Intermediate) 3-D rings
MAPS Basic Components.
TAB ONE TAB TWO TAB THREE TAB FOUR TAB FIVE
Here are four triangles. What do all of these triangles have in common
موضوع بحث: تعریف علم اصول جلسه 43.
اشاره به نتایج قیاس های فقهی گاهی، حکم شرعی است
علم اصول، «نفس قواعد» است نه «علم به قواعد»
نظریات پیرامون «تمایز علوم»
Topics Graphical User Interfaces Using the tkinter Module
MAPS Basic Components.
Introduction to Turtle Graphics
Future Welcome Title of the Event Here in 60pt. Bold Dark Red. to the
Smart Graphic Layout TOPIC statement
Divide Whole Numbers by Decimal Numbers
Web4Labels 3.1 Colour and logo definition features
LEARNING STRATEGIES: TRUE COLOURS The True Colours Test.
LEARNING STRATEGIES: TRUE COLOURS The True Colours Test.
Shapes.
Professional Template for a 80(width) x 100(height) cm2 poster presentation Your name and the names of the people who have contributed to this presentation.
Translate 5 squares left and 4 squares up.
قاعده لا ضرر، تنها در شبهات حکمیه جاری است
جلسه 34.
1 ج : اشاره بعضی از اصولیون به تعریف ترکیبی آخوند با «یک لفظ»
Presentation transcript:

Visualisation features in examples What features of visualisation should we put in the vis.mac file? 04/09/2012John Allison1

04/09/2012John Allison2

Lights vector # Specify view angle: -/vis/viewer/set/viewpointThetaPhi /vis/viewer/set/viewpointVector /vis/viewer/set/lightsVector /09/2012John Allison3

A nice view # To get nice view /vis/geometry/set/visibility World 0 false /vis/geometry/set/visibility Envelope 0 false /vis/viewer/set/style surface /vis/viewer/set/hiddenMarker true /vis/viewer/set/viewpointThetaPhi /09/2012John Allison4

Name # Name /vis/set/textColour green #/vis/set/textLayout right #/vis/scene/add/text2D ! ! exampleB1 # or /vis/scene/add/text2D ! ! exampleB1 /vis/set/textLayout # Revert to normal (left adjusted) layout /vis/set/textColour # Revert to default text colour (blue) 04/09/2012John Allison5

Axes, scale, etc. # Axes, scale, etc. /vis/scene/add/scale # Simple scale line /vis/scene/add/axes # Simple axes: x=red, y=green, z=blue. /vis/scene/add/eventID # Drawn at end of event /vis/scene/add/date # Date stamp /vis/scene/add/logo2D # Simple logo /vis/scene/add/logo # 3D logo 04/09/2012John Allison6

Frame # Frame /vis/set/colour red /vis/set/lineWidth 2 /vis/scene/add/frame # Simple frame around the view /vis/set/colour # Revert to default colour (white) /vis/set/lineWidth # Revert to default line width (1.) 04/09/2012John Allison7

Labels # Attach text to one edge of Shape1, with a small, fixed offset /vis/scene/add/text cm Shape1 # Attach text to one corner of Shape2, with a small, fixed offset /vis/scene/add/text cm Shape2 04/09/2012John Allison8

Status of vis drivers 04/09/2012John Allison9

Other issues Make proper use of command line arguments –./exampleB1 --macro run1.mac --session tcsh –./exampleB1 --session tcsh run1.mac (Posix compliant) –./exampleB1 run1.mac --session tcsh (interactive) –./exampleB1 --session tcsh (executes vis.mac) –./exampleb1 run1.mac (batch) –./exampleB1 -- macro run1.mac (batch) 04/09/2012John Allison10