BLENDER INTRO BLENDER TIPS

Size: px
Start display at page:

Download "BLENDER INTRO BLENDER TIPS"

Transcription

1 AIG-3D.ps Page 1

2 AIG-3D.ps Page 2

3 AIG-3D.ps Page 3

4 AIG-3D.ps Page 4

5 AIG-3D.ps Page 5

6 AIG-3D.ps Page 6

7 AIG-3D.ps Page 7

8 AIG-3D.ps Page 8

9 <node id="on_button" > <script id="on_button_script"> <command> <trigger type="message_event" value="sensor-mouse-in" /> <action> <set_node_attribute_value displayed="true"/> <target type="single_node" value="#lamp" /> </command> </script> <quad id="on_button" >... </quad> <node id="sensor_cube.001"> <touchsensor id="sensor_cube.001" x1="0.0" y1="0.0" z1="0.0" message_in="sensor-cube-in" message_out="sensor-cube-out"/> AIG-3D.ps Page 9

10 <aliasscript> <command pattern="/translate s f f f"> <action> <set_node_attribute_value operator="="> <transformation x="({$2})" y="({$3})" z="({$4})" /> </set_node_attribute_value> <target type="single_node" value="#({$1})" /> </command> </aliasscript> <action> <send_message_udp value="/tr ({$Camera_translation:x})" /> <target type="single_host" value="udp_client" /> AIG-3D.ps Page 10

11 <command> <trigger type="message_event" value="sensor-mouse-in" /> <action> <send_message value="/color "/> <target type="multiple_nodes" value="#cube*" /> </command> <command> <trigger type="cyclic_time" begin="0" period=" "/> <action> <set_node_attribute_value operator="+="> <transformation x="({$root:translationx_step})" y="({$root:translationy_step})" z="({$root:translationz_step})" /> </set_node_attribute_value> <target type="single_node" value="#cube.002_transl" /> </command> <command> <trigger type="time_limit" value="3"/> <action> <set_node_attribute_value operator="+="> <transformation z="3" /> </set_node_attribute_value> <target type="multiple_nodes" value="#cube*transl" /> </command> AIG-3D.ps Page 11

12 <initializationscript id="beginning_script"> <command> <action> <write_message value="welcome" /> <action delay="1"> <write_message value="to the cubic world!" /> <action delay="2"> <write_message value="" /> </command> </initializationscript> <terminationscript id="termination_script"> <command> <action> <send_message_udp value="/end"/> <target type="single_host" value="udp_client" /> </command> </terminationscript> <node id="cube.001_interp_transl"> <interpolator id="cube.001_interp_transl" type="transformation" size="2"> <schedule begin="0" dur="2" repeatcount="100" mode="sinus-periodic"/> <transformation id="cube.001_transl_ini" geometry="translation" x="-8" y="0.0" z="5" /> <transformation id="cube.001_transl_end" geometry="translation" x="-8" y="0.0" z="10" /> </interpolator> AIG-3D.ps Page 12

13 <schedule begin="0" dur="2" repeatcount="100" mode="sinus-periodic" before="hide" fill="hide"> <updatescript> <command> <action> <set_material_attribute_value operator="="> <emission r="(0.2*({$cube.001_interp_transl:z}-5))" /> </set_material_attribute_value> <target type="single_node" value="#cube" /> </command> </updatescript> </schedule> <node id="cube_interpolator"> <interpolator id="cube_interpolator" type="node" size="2"> <schedule begin="0" dur="10" repeatcount="1" mode="linear" fill="freeze" ini="1" end="2"/> <node id="cube_1"> <subdivision id="cube_1" levels="1" level0_vertices="8"... >... </subdivision> <node id="cube_2"> <subdivision id="cube_2" levels="1" level0_vertices="8"... > </subdivision> </interpolator> AIG-3D.ps Page 13

14 <scalar id="fade_in" type="float" > <interpolator id="fade_in" type="scalar" size="2"> <schedule begin="10" dur="20" repeatcount="1" mode="sinus" fill="freeze" > <updatescript> <command> <action> <set_material_attribute_value operator="="> <diffuse a="({$root:fade_in})" /> </set_material_attribute_value> <target type="single_node" value="#cube" /> </command> </updatescript> <scalar id="fade_in_src" type="float" value="0"/> <scalar id="fade_in_target" type="float" value="1"/> </interpolator> </scalar> <!-- table defined by interpolation between 9 tables --> <table id="interp_mat" type="float" size="3" > <interpolator id="interp_mat" type="table" size="9"> <schedule begin="5" dur="50" repeatcount="1" mode="linear" fill="freeze" > <updatescript> <command> <!-- defines the emission of an object --> <action> <set_material_attribute_value operator="="> <emission r="({$root:interp_mat[1]})" g="({$root:interp_mat[2]})" b="({$root:interp_mat[3]})" /> </set_material_attribute_value> <target type="single_node" value="#cube" /> </command> </updatescript> </schedule> AIG-3D.ps Page 14

15 <!-- 9 tables that correspond to 9 emission colors --> <table id="interp_mat_1" type="float" size="3" value="( 0.0, 0.0, 0.0 )"/> <table id="interp_mat_2" type="float" size="3" value="( 1.0, 0.0, 0.0 )"/> <table id="interp_mat_3" type="float" size="3" value="( 0.0, 1.0, 0.0 )"/> <table id="interp_mat_4" type="float" size="3" value="( 0.0, 0.0, 1.0 )"/> <table id="interp_mat_5" type="float" size="3" value="( 1.0, 1.0, 0.0 )"/> <table id="interp_mat_6" type="float" size="3" value="( 1.0, 0.0, 1.0 )"/> <table id="interp_mat_7" type="float" size="3" value="( 0.0, 1.0, 1.0 )"/> <table id="interp_mat_8" type="float" size="3" value="( 1.0, 1.0, 1.0 )"/> <table id="interp_mat_8" type="float" size="3" value="( 0.0, 0.0, 0.0 )"/> </interpolator> </table> <node id="cube.002_transl"> <transformation id="cube.002_transl" geometry="translation" x="3" y="4" z="1" /> <node id="cube.002_rotation"> <transformation id="cube.002_transl" geometry="rotation" angle="90" x="0" y="0" z="1" /> <node id="cube.002_scale"> <transformation id="cube.002_transl" geometry="scale" x="1" y="1" z="-1" /> <node id="cube.002_transl"> <transformation id="cube.002_transl" geometry="translation" x="3" y="4" z="1" /> <node id="cube.002_rot"> <transformation id="cube.002_rot" geometry="rotation" x="1.0" y="0.0" z="0.0" angle="90.0" /> <node id="cube.002_scale"> <transformation id="cube.002_scale" geometry="scale" x="1.0" y="1.0" z="-1.0" /> <node id="cube.002"> <subdivision id="cube.004" levels="1" >... </subdivision> AIG-3D.ps Page 15

16 <!-- transforms a xz plane ellipse transf into a xy plane ellipse transf --> <node id="ellipse_rot"> <transformation id="ellipse_rot" geometry="rotation" x="1" y="0" z="0" angle="90" /> <!-- ellipse translation --> <node id="camera_ellipse_transf" interactable="true" testable="true" > <transformation id="camera_ellipse_transf" geometry="ellipse-transformation" with_roll="false"> <schedule begin="0" dur="5" repeatcount=" " mode="linear" fill="freeze"/> <ellipse id="camera_ellipse" a="15" b="-15" x="0" y="10" z="0" /> </transformation> <node id="camera_ellipse_transf" > <transformation id="camera_ellipse_transf" geometry="ellipse-transformation" with_roll="false"> <schedule begin="0" dur="5" repeatcount=" " mode="linear" fill="freeze"/> <ellipse id="camera_ellipse" a="15" b="-15" x="0" y="10" z="0" /> </transformation> <!-- camera pitch rotation --> <node id="camera_rot"> <transformation id="camera_rot" geometry="rotation" x="0" y="0" z="1" angle="30" /> <!-- camera yaw rotation --> <node id="camera_rot"> <transformation id="camera_rot" geometry="rotation" x="0" y="1" z="0" angle="90" /> <!-- head lamp bound to camera --> <node id="lamp"> <light id="lamp" type="light" constant_attenuation="0.0" linear_attenuation="0.1">... </light> <!-- camera --> <node id="camera"> <viewpoint id="camera"/> AIG-3D.ps Page 16

17 <node id="path_transf_camera"> <transformation id="path_transf_camera" geometry="path-transformation" size="1" with_roll="true"> <schedule begin="3" dur="10" repeatcount="1" mode="linear" fill="freeze"/> <path id="path camera" size="1" width="0.2" segments="300"> <bezier size="4" location="1" x1="25" y1="0" z1="30" x2="15" y2="-5" z2="15" x3="5" y3="15" z3="3" x4="-4" y4="3" z4="3" n_x="0" n_y="0" n_z="1"/> </path> </transformation> AIG-3D.ps Page 17

18 <node id="root" > <scalar id="translation_step" type="float" value="0.01" /> <set_node_attribute_value operator="+="> <transformation x="{$root:translation_step}" /> </set_node_attribute_value> <set_node_scalar_value id="translation_step" value="0.01" operator="+="/> <target type="single_node" value="#root" /> <set id="nbalignedquads" value="10"/> <quad x1="(10*{#nbalignedquads})" z1="-200" y1="-10"... /> AIG-3D.ps Page 18

19 <node id="root" > <table id="delay" type="float" size="3" value="(-0.523,-0.469,-0.168)" /> <quad y3="({$root:delay[1]}* )" y4="({$root:delay[2]}* )" /> <set_node_table_value id="delay" operator="+="/> <target type="single_node" value="#root" /> AIG-3D.ps Page 19

20 AIG-3D.ps Page 20

21 AIG-3D.ps Page 21

22 AIG-3D.ps Page 22

Essential Mathematics for Computer Graphics fast

Essential Mathematics for Computer Graphics fast John Vince Essential Mathematics for Computer Graphics fast Springer Contents 1. MATHEMATICS 1 Is mathematics difficult? 3 Who should read this book? 4 Aims and objectives of this book 4 Assumptions made

More information

42 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2. 1.6.1 Brief review of Conic Sections

42 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2. 1.6.1 Brief review of Conic Sections 2 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE Figure 1.18: Parabola y = 2 1.6 Quadric Surfaces 1.6.1 Brief review of Conic Sections You may need to review conic sections for this to make more sense. You

More information

3D Tranformations. CS 4620 Lecture 6. Cornell CS4620 Fall 2013 Lecture 6. 2013 Steve Marschner (with previous instructors James/Bala)

3D Tranformations. CS 4620 Lecture 6. Cornell CS4620 Fall 2013 Lecture 6. 2013 Steve Marschner (with previous instructors James/Bala) 3D Tranformations CS 4620 Lecture 6 1 Translation 2 Translation 2 Translation 2 Translation 2 Scaling 3 Scaling 3 Scaling 3 Scaling 3 Rotation about z axis 4 Rotation about z axis 4 Rotation about x axis

More information

Software Manual. IDEA The Software Version 1.0

Software Manual. IDEA The Software Version 1.0 Software Manual IDEA The Software Version 1.0 > Open Technologies srl Rezzato 2014 1 Index 1 IDEA the application for Scan in a box...3 2 Application Interface...3 2.1.1 Project management panel...4 2.1.2

More information

Vector Notation: AB represents the vector from point A to point B on a graph. The vector can be computed by B A.

Vector Notation: AB represents the vector from point A to point B on a graph. The vector can be computed by B A. 1 Linear Transformations Prepared by: Robin Michelle King A transformation of an object is a change in position or dimension (or both) of the object. The resulting object after the transformation is called

More information

A. The answer as per this document is No, it cannot exist keeping all distances rational.

A. The answer as per this document is No, it cannot exist keeping all distances rational. Rational Distance [email protected] www.unsolvedproblems.org: Q. Given a unit square, can you find any point in the same plane, either inside or outside the square, that is a rational distance from

More information

JobScheduler Events Definition and Processing

JobScheduler Events Definition and Processing JobScheduler - Job Execution and Scheduling System JobScheduler Events Definition and Processing Reference March 2015 March 2015 JobScheduler Events page: 1 JobScheduler Events - Contact Information Contact

More information

Antenna Measurement 1 Antenna Ranges antenna range

Antenna Measurement 1 Antenna Ranges antenna range Antenna Measurement 1 Antenna Ranges An antenna range is a facility where antenna radiation characteristics are measured. An antenna range includes the following typical components: 1. A substantial space

More information

SOLUTIONS TO HOMEWORK ASSIGNMENT #4, MATH 253

SOLUTIONS TO HOMEWORK ASSIGNMENT #4, MATH 253 SOLUTIONS TO HOMEWORK ASSIGNMENT #4, MATH 253 1. Prove that the following differential equations are satisfied by the given functions: (a) 2 u + 2 u 2 y + 2 u 2 z =0,whereu 2 =(x2 + y 2 + z 2 ) 1/2. (b)

More information

CATIA: Navigating the CATIA V5 environment. D. CHABLAT / S. CARO [email protected]

CATIA: Navigating the CATIA V5 environment. D. CHABLAT / S. CARO Damien.Chablat@irccyn.ec-nantes.fr CATIA: Navigating the CATIA V5 environment D. CHABLAT / S. CARO [email protected] Standard Screen Layout 5 4 6 7 1 2 3 8 9 10 11 12 13 14 15 D. Chablat / S. Caro -- Institut de Recherche

More information

Transformations in the pipeline

Transformations in the pipeline Transformations in the pipeline gltranslatef() Modeling transformation ModelView Matrix OCS WCS glulookat() VCS CCS Viewing transformation Projection transformation DCS Viewport transformation (e.g. pixels)

More information

In order for the form to process and send correctly the follow objects must be in the form tag.

In order for the form to process and send correctly the follow objects must be in the form tag. Creating Forms Creating an email form within the dotcms platform, all the HTML for the form must be in the Body field of a Content Structure. All names are case sensitive. In order for the form to process

More information

Change of Variables in Double Integrals

Change of Variables in Double Integrals Change of Variables in Double Integrals Part : Area of the Image of a egion It is often advantageous to evaluate (x; y) da in a coordinate system other than the xy-coordinate system. In this section, we

More information

Section 12.6: Directional Derivatives and the Gradient Vector

Section 12.6: Directional Derivatives and the Gradient Vector Section 26: Directional Derivatives and the Gradient Vector Recall that if f is a differentiable function of x and y and z = f(x, y), then the partial derivatives f x (x, y) and f y (x, y) give the rate

More information

Protecting Browser State from Web Privacy Attacks. Collin Jackson, Andrew Bortz, Dan Boneh, John Mitchell Stanford University

Protecting Browser State from Web Privacy Attacks. Collin Jackson, Andrew Bortz, Dan Boneh, John Mitchell Stanford University Protecting Browser State from Web Privacy Attacks Collin Jackson, Andrew Bortz, Dan Boneh, John Mitchell Stanford University Context-aware Phishing Bank of America customers see: Wells Fargo customers

More information

Interactive Computer Graphics

Interactive Computer Graphics Interactive Computer Graphics Lecture 18 Kinematics and Animation Interactive Graphics Lecture 18: Slide 1 Animation of 3D models In the early days physical models were altered frame by frame to create

More information

Interpolation of RGB components in Bayer CFA images

Interpolation of RGB components in Bayer CFA images Interpolation of RGB components in Bayer CFA images Demosaicing of Bayer-sampled color images Problem: Most digital color cameras, capture only one color component at each spatial location. The remaining

More information

RAJALAKSHMI ENGINEERING COLLEGE MA 2161 UNIT I - ORDINARY DIFFERENTIAL EQUATIONS PART A

RAJALAKSHMI ENGINEERING COLLEGE MA 2161 UNIT I - ORDINARY DIFFERENTIAL EQUATIONS PART A RAJALAKSHMI ENGINEERING COLLEGE MA 26 UNIT I - ORDINARY DIFFERENTIAL EQUATIONS. Solve (D 2 + D 2)y = 0. 2. Solve (D 2 + 6D + 9)y = 0. PART A 3. Solve (D 4 + 4)x = 0 where D = d dt 4. Find Particular Integral:

More information

Rotated Ellipses. And Their Intersections With Lines. Mark C. Hendricks, Ph.D. Copyright March 8, 2012

Rotated Ellipses. And Their Intersections With Lines. Mark C. Hendricks, Ph.D. Copyright March 8, 2012 Rotated Ellipses And Their Intersections With Lines b Mark C. Hendricks, Ph.D. Copright March 8, 0 Abstract: This paper addresses the mathematical equations for ellipses rotated at an angle and how to

More information

Blender Tutorial Hair «Bear» Version 05 2015 Blender 2.73 zingg formd daddelbox GmbH

Blender Tutorial Hair «Bear» Version 05 2015 Blender 2.73 zingg formd daddelbox GmbH Blender Tutorial Hair «Bear» Version 05 2015 Blender 2.73 zingg formd daddelbox GmbH File new, Reload Start Up File Right click the cube and DELETE it. Add a sphere. Add, Mesh, UV Sphere, this will be

More information

How To Run A Factory I/O On A Microsoft Gpu 2.5 (Sdk) On A Computer Or Microsoft Powerbook 2.3 (Powerpoint) On An Android Computer Or Macbook 2 (Powerstation) On

How To Run A Factory I/O On A Microsoft Gpu 2.5 (Sdk) On A Computer Or Microsoft Powerbook 2.3 (Powerpoint) On An Android Computer Or Macbook 2 (Powerstation) On User Guide November 19, 2014 Contents 3 Welcome 3 What Is FACTORY I/O 3 How Does It Work 4 I/O Drivers: Connecting To External Technologies 5 System Requirements 6 Run Mode And Edit Mode 7 Controls 8 Cameras

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

Advanced GMAT Math Questions

Advanced GMAT Math Questions Advanced GMAT Math Questions Version Quantitative Fractions and Ratios 1. The current ratio of boys to girls at a certain school is to 5. If 1 additional boys were added to the school, the new ratio of

More information

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model CHAPTER 4 CURVES 4.1 Introduction In order to understand the significance of curves, we should look into the types of model representations that are used in geometric modeling. Curves play a very significant

More information

Web Development CSE2WD Final Examination June 2012. (a) Which organisation is primarily responsible for HTML, CSS and DOM standards?

Web Development CSE2WD Final Examination June 2012. (a) Which organisation is primarily responsible for HTML, CSS and DOM standards? Question 1. (a) Which organisation is primarily responsible for HTML, CSS and DOM standards? (b) Briefly identify the primary purpose of the flowing inside the body section of an HTML document: (i) HTML

More information

Fundamentals of Computer Animation

Fundamentals of Computer Animation Fundamentals of Computer Animation Quaternions as Orientations () page 1 Visualizing a Unit Quaternion Rotation in 4D Space ( ) = w + x + y z q = Norm q + q = q q [ w, v], v = ( x, y, z) w scalar q =,

More information

Graphic Designing with Transformed Functions

Graphic Designing with Transformed Functions Math Objectives Students will be able to identify a restricted domain interval and use function translations and dilations to choose and position a portion of the graph accurately in the plane to match

More information

Dhiren Bhatia Carnegie Mellon University

Dhiren Bhatia Carnegie Mellon University Dhiren Bhatia Carnegie Mellon University University Course Evaluations available online Please Fill! December 4 : In-class final exam Held during class time All students expected to give final this date

More information

NP-AFM. Samples as large as 200 x 200 x 20 mm are profiled by the NP-AFM system, and several stage options are available for many types of samples.

NP-AFM. Samples as large as 200 x 200 x 20 mm are profiled by the NP-AFM system, and several stage options are available for many types of samples. NP-AFM The NP-AFM is a complete nanoprofiler tool including everything required for scanning samples: microscope stage, electronic box, control computer, probes, manuals, and a video microscope. Samples

More information

Outline. srgb DX9, DX10, XBox 360. Tone Mapping. Motion Blur

Outline. srgb DX9, DX10, XBox 360. Tone Mapping. Motion Blur Outline srgb DX9, DX10, XBox 360 Tone Mapping Motion Blur srgb Outline srgb & gamma review Alpha Blending: DX9 vs. DX10 & XBox 360 srgb curve: PC vs. XBox 360 srgb Review Terminology: Color textures are

More information

Cleo Communications. CUEScript Training

Cleo Communications. CUEScript Training Cleo Communications CUEScript Training Introduction RMCS Architecture Why CUEScript, What is it? How and Where Scripts in RMCS XML Primer XPath Pi Primer Introduction (cont.) Getting Started Scripting

More information

Section 9.5: Equations of Lines and Planes

Section 9.5: Equations of Lines and Planes Lines in 3D Space Section 9.5: Equations of Lines and Planes Practice HW from Stewart Textbook (not to hand in) p. 673 # 3-5 odd, 2-37 odd, 4, 47 Consider the line L through the point P = ( x, y, ) that

More information

G.H. Raisoni College of Engineering, Nagpur. Department of Information Technology

G.H. Raisoni College of Engineering, Nagpur. Department of Information Technology Practical List 1) WAP to implement line generation using DDA algorithm 2) WAP to implement line using Bresenham s line generation algorithm. 3) WAP to generate circle using circle generation algorithm

More information

Dynamic Web-Enabled Data Collection

Dynamic Web-Enabled Data Collection Dynamic Web-Enabled Data Collection S. David Riba, Introduction Web-based Data Collection Forms Error Trapping Server Side Validation Client Side Validation Dynamic generation of web pages with Scripting

More information

AP Calculus AB 2010 Free-Response Questions

AP Calculus AB 2010 Free-Response Questions AP Calculus AB 2010 Free-Response Questions The College Board The College Board is a not-for-profit membership association whose mission is to connect students to college success and opportunity. Founded

More information

Maya 2014 Basic Animation & The Graph Editor

Maya 2014 Basic Animation & The Graph Editor Maya 2014 Basic Animation & The Graph Editor When you set a Keyframe (or Key), you assign a value to an object s attribute (for example, translate, rotate, scale, color) at a specific time. Most animation

More information

Computer Graphics. Introduction. Computer graphics. What is computer graphics? Yung-Yu Chuang

Computer Graphics. Introduction. Computer graphics. What is computer graphics? Yung-Yu Chuang Introduction Computer Graphics Instructor: Yung-Yu Chuang ( 莊 永 裕 ) E-mail: [email protected] Office: CSIE 527 Grading: a MatchMove project Computer Science ce & Information o Technolog og Yung-Yu Chuang

More information

Automatic Labeling of Lane Markings for Autonomous Vehicles

Automatic Labeling of Lane Markings for Autonomous Vehicles Automatic Labeling of Lane Markings for Autonomous Vehicles Jeffrey Kiske Stanford University 450 Serra Mall, Stanford, CA 94305 [email protected] 1. Introduction As autonomous vehicles become more popular,

More information

FINANCIAL MATHEMATICS MONEY MARKET

FINANCIAL MATHEMATICS MONEY MARKET FINANCIAL MATHEMATICS MONEY MARKET 1. Methods of Interest Calculation, Yield Curve and Quotation... 2 1.1 Methods to Calculate Interest... 2 1.2 The Yield Curve... 6 1.3 Interpolation... 8 1.4 Quotation...

More information

Script Handbook for Interactive Scientific Website Building

Script Handbook for Interactive Scientific Website Building Script Handbook for Interactive Scientific Website Building Version: 173205 Released: March 25, 2014 Chung-Lin Shan Contents 1 Basic Structures 1 11 Preparation 2 12 form 4 13 switch for the further step

More information

2-View Geometry. Mark Fiala Ryerson University [email protected]

2-View Geometry. Mark Fiala Ryerson University Mark.fiala@ryerson.ca CRV 2010 Tutorial Day 2-View Geometry Mark Fiala Ryerson University [email protected] 3-Vectors for image points and lines Mark Fiala 2010 2D Homogeneous Points Add 3 rd number to a 2D point on image

More information

Pro/E Design Animation Tutorial*

Pro/E Design Animation Tutorial* MAE 377 Product Design in CAD Environment Pro/E Design Animation Tutorial* For Pro/Engineer Wildfire 3.0 Leng-Feng Lee 08 OVERVIEW: Pro/ENGINEER Design Animation provides engineers with a simple yet powerful

More information

Notes on the representational possibilities of projective quadrics in four dimensions

Notes on the representational possibilities of projective quadrics in four dimensions bacso 2006/6/22 18:13 page 167 #1 4/1 (2006), 167 177 [email protected] http://tmcs.math.klte.hu Notes on the representational possibilities of projective quadrics in four dimensions Sándor Bácsó and

More information

c. Write a JavaScript statement to print out as an alert box the value of the third Radio button (whether or not selected) in the second form.

c. Write a JavaScript statement to print out as an alert box the value of the third Radio button (whether or not selected) in the second form. Practice Problems: These problems are intended to clarify some of the basic concepts related to access to some of the form controls. In the process you should enter the problems in the computer and run

More information

Supply Elasticity. Professor Charles Fusi

Supply Elasticity. Professor Charles Fusi Demand and Supply Elasticity Professor Charles Fusi Economists have estimated that if the price of satellite delivered TV services decreases by a certain percentage, the demand for cable TV falls by about

More information

Analyzing Piecewise Functions

Analyzing Piecewise Functions Connecting Geometry to Advanced Placement* Mathematics A Resource and Strategy Guide Updated: 04/9/09 Analyzing Piecewise Functions Objective: Students will analyze attributes of a piecewise function including

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

Math 53 Worksheet Solutions- Minmax and Lagrange

Math 53 Worksheet Solutions- Minmax and Lagrange Math 5 Worksheet Solutions- Minmax and Lagrange. Find the local maximum and minimum values as well as the saddle point(s) of the function f(x, y) = e y (y x ). Solution. First we calculate the partial

More information

Keystone National Middle School Math Level 7 Placement Exam

Keystone National Middle School Math Level 7 Placement Exam Keystone National Middle School Math Level 7 Placement Exam ) Erica bought a car for $,000. She had to add Pennsylvania s sales tax of 6%. The total price of the car is closest to? $,00 $6,000 $,000 $,000

More information

Usage Tracking for IBM InfoSphere Business Glossary

Usage Tracking for IBM InfoSphere Business Glossary Usage Tracking for IBM InfoSphere Business Glossary InfoSphere Business Glossary Version 8.7 and later includes a feature that allows you to track usage of InfoSphere Business Glossary through web analytics

More information

Finite Element Formulation for Beams - Handout 2 -

Finite Element Formulation for Beams - Handout 2 - Finite Element Formulation for Beams - Handout 2 - Dr Fehmi Cirak (fc286@) Completed Version Review of Euler-Bernoulli Beam Physical beam model midline Beam domain in three-dimensions Midline, also called

More information

The Australian Journal of Mathematical Analysis and Applications

The Australian Journal of Mathematical Analysis and Applications The Australian Journal of Mathematical Analysis and Applications Volume 7, Issue, Article 11, pp. 1-14, 011 SOME HOMOGENEOUS CYCLIC INEQUALITIES OF THREE VARIABLES OF DEGREE THREE AND FOUR TETSUYA ANDO

More information

CNC Programming. Lecture 25. Engineering 475 Automated Production Systems

CNC Programming. Lecture 25. Engineering 475 Automated Production Systems CNC Programming Lecture 25 Engineering 475 Automated Production Systems Information Needed by a CNC Machine 1. Preparatory Information: units, incremental or absolute positioning 2. Coordinates: X,Y,Z,

More information

SCOPE OF ACCREDITATION TO ISO/IEC 17025:2005 & ANSI/NCSL Z540-1-1994

SCOPE OF ACCREDITATION TO ISO/IEC 17025:2005 & ANSI/NCSL Z540-1-1994 SCOPE OF ACCREDITATION TO ISO/IEC 17025:2005 & ANSI/NCSL Z540-1-1994 F. D. HURKA COMPANY 4731 Stockholm Court Charlotte, NC 28273 Paul Yanney Phone: 704 552 0008 CALIBRATION Valid To: December 31, 2016

More information

Section 2.7 One-to-One Functions and Their Inverses

Section 2.7 One-to-One Functions and Their Inverses Section. One-to-One Functions and Their Inverses One-to-One Functions HORIZONTAL LINE TEST: A function is one-to-one if and only if no horizontal line intersects its graph more than once. EXAMPLES: 1.

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS Methane Emissions from Process Equipment at Natural Gas Production Sites in the United States: Pneumatic Controllers FREQUENTLY ASKED QUESTIONS Frequently asked questions are organized into sections addressing

More information

Character Animation Tutorial

Character Animation Tutorial Character Animation Tutorial 1.Overview 2.Modelling 3.Texturing 5.Skeleton and IKs 4.Keys 5.Export the character and its animations 6.Load the character in Virtools 7.Material & texture tuning 8.Merge

More information

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices MATH 30 Differential Equations Spring 006 Linear algebra and the geometry of quadratic equations Similarity transformations and orthogonal matrices First, some things to recall from linear algebra Two

More information

Differentiation of vectors

Differentiation of vectors Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where

More information

Learning a wall following behaviour in mobile robotics using stereo and mono vision

Learning a wall following behaviour in mobile robotics using stereo and mono vision Learning a wall following behaviour in mobile robotics using stereo and mono vision P. Quintía J.E. Domenech C.V. Regueiro C. Gamallo R. Iglesias Dpt. Electronics and Systems. Univ. A Coruña [email protected],

More information

Using GeoGebra to create applets for visualization and exploration.

Using GeoGebra to create applets for visualization and exploration. Handouts for ICTCM workshop on GeoGebra, March 2007 By Mike May, S.J. [email protected] Using GeoGebra to create applets for visualization and exploration. Overview: I) We will start with a fast tour

More information

Table of Contents. Overview... 2. Supported Platforms... 3. Demos/Downloads... 3. Known Issues... 3. Note... 3. Included Files...

Table of Contents. Overview... 2. Supported Platforms... 3. Demos/Downloads... 3. Known Issues... 3. Note... 3. Included Files... Table of Contents Overview... 2 Supported Platforms... 3 Demos/Downloads... 3 Known Issues... 3 Note... 3 Included Files... 5 Implementing the Block... 6 Configuring The HTML5 Polling Block... 6 Setting

More information

The Rocket Steam Locomotive - Animation

The Rocket Steam Locomotive - Animation Course: 3D Design Title: Rocket Steam Locomotive - Animation Blender: Version 2.6X Level: Beginning Author; Neal Hirsig ([email protected]) (May 2012) The Rocket Steam Locomotive - Animation In this tutorial

More information

The Use of HemoSpat To Include Bloodstains Located on Nonorthogonal Surfaces in Area-of-Origin Calculations

The Use of HemoSpat To Include Bloodstains Located on Nonorthogonal Surfaces in Area-of-Origin Calculations Technical Note The Use of HemoSpat To Include Bloodstains Located on Nonorthogonal Surfaces in Area-of-Origin Calculations Kevin Maloney 1 Jim Killeen 1 Andy Maloney 2 Abstract: Determining the origin

More information

3.1 Solving Systems Using Tables and Graphs

3.1 Solving Systems Using Tables and Graphs Algebra 2 Chapter 3 3.1 Solve Systems Using Tables & Graphs 3.1 Solving Systems Using Tables and Graphs A solution to a system of linear equations is an that makes all of the equations. To solve a system

More information

Unit 3 (Review of) Language of Stress/Strain Analysis

Unit 3 (Review of) Language of Stress/Strain Analysis Unit 3 (Review of) Language of Stress/Strain Analysis Readings: B, M, P A.2, A.3, A.6 Rivello 2.1, 2.2 T & G Ch. 1 (especially 1.7) Paul A. Lagace, Ph.D. Professor of Aeronautics & Astronautics and Engineering

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

THE PARABOLA 13.2. section

THE PARABOLA 13.2. section 698 (3 0) Chapter 3 Nonlinear Sstems and the Conic Sections 49. Fencing a rectangle. If 34 ft of fencing are used to enclose a rectangular area of 72 ft 2, then what are the dimensions of the area? 50.

More information

Data Integration through XML/XSLT. Presenter: Xin Gu

Data Integration through XML/XSLT. Presenter: Xin Gu Data Integration through XML/XSLT Presenter: Xin Gu q7.jar op.xsl goalmodel.q7 goalmodel.xml q7.xsl help, hurt GUI +, -, ++, -- goalmodel.op.xml merge.xsl goalmodel.input.xml profile.xml Goal model configurator

More information

w = COI EYE view direction vector u = w ( 010,, ) cross product with y-axis v = w u up vector

w = COI EYE view direction vector u = w ( 010,, ) cross product with y-axis v = w u up vector . w COI EYE view direction vector u w ( 00,, ) cross product with -ais v w u up vector (EQ ) Computer Animation: Algorithms and Techniques 29 up vector view vector observer center of interest 30 Computer

More information

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203.

VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : III Year, V Semester Section : CSE - 1 & 2 Subject Code : CS6504 Subject

More information

LUXEON CoB with CrispWhite Technology Retail lighting that makes an impact

LUXEON CoB with CrispWhite Technology Retail lighting that makes an impact LUXEON CoB with CrispWhite Technology Retail lighting that makes an impact Introduction LUXEON CoB with CrispWhite Technology delivers the warm saturated colors of high 90 CRI solutions while creating

More information

Slide.Show Quick Start Guide

Slide.Show Quick Start Guide Slide.Show Quick Start Guide Vertigo Software December 2007 Contents Introduction... 1 Your first slideshow with Slide.Show... 1 Step 1: Embed the control... 2 Step 2: Configure the control... 3 Step 3:

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

Q27.1 When a charged particle moves near a bar magnet, the magnetic force on the particle at a certain point depends

Q27.1 When a charged particle moves near a bar magnet, the magnetic force on the particle at a certain point depends Q27.1 When a charged particle moves near a bar magnet, the magnetic force on the particle at a certain point depends A. on the direction of the magnetic field at that point only. B. on the magnetic field

More information

Scientific Visualization with ParaView

Scientific Visualization with ParaView Scientific Visualization with ParaView Geilo Winter School 2016 Andrea Brambilla (GEXCON AS, Bergen) Outline Part 1 (Monday) Fundamentals Data Filtering Part 2 (Tuesday) Time Dependent Data Selection &

More information

JavaScript and Dreamweaver Examples

JavaScript and Dreamweaver Examples JavaScript and Dreamweaver Examples CSC 103 October 15, 2007 Overview The World is Flat discussion JavaScript Examples Using Dreamweaver HTML in Dreamweaver JavaScript Homework 3 (due Friday) 1 JavaScript

More information

CrontabFile Converter

CrontabFile Converter JobScheduler - Job Execution and Scheduling System CrontabFile Converter Users Manual July 2014 July 2014 CrontabFile Converter page: 1 CrontabFile Converter - Contact Information Contact Information Software-

More information

FlashTools Documentation

FlashTools Documentation FlashTools Documentation Last Updated: 28 May 2009 Thank you for purchasing one or more of the lighting FlashTools offered by Lighting Analysts, Inc. This document contains all the information your webmaster

More information

4.3 Lagrange Approximation

4.3 Lagrange Approximation 206 CHAP. 4 INTERPOLATION AND POLYNOMIAL APPROXIMATION Lagrange Polynomial Approximation 4.3 Lagrange Approximation Interpolation means to estimate a missing function value by taking a weighted average

More information

Analysis of Stresses and Strains

Analysis of Stresses and Strains Chapter 7 Analysis of Stresses and Strains 7.1 Introduction axial load = P / A torsional load in circular shaft = T / I p bending moment and shear force in beam = M y / I = V Q / I b in this chapter, we

More information

α = u v. In other words, Orthogonal Projection

α = u v. In other words, Orthogonal Projection Orthogonal Projection Given any nonzero vector v, it is possible to decompose an arbitrary vector u into a component that points in the direction of v and one that points in a direction orthogonal to v

More information

Lecture 5 Principal Minors and the Hessian

Lecture 5 Principal Minors and the Hessian Lecture 5 Principal Minors and the Hessian Eivind Eriksen BI Norwegian School of Management Department of Economics October 01, 2010 Eivind Eriksen (BI Dept of Economics) Lecture 5 Principal Minors and

More information

Advanced Surface Modeling

Advanced Surface Modeling This sample chapter is for review purposes only. Copyright The Goodheart-Willcox Co., Inc. ll rights reserved. Chapter dvanced Modeling Learning Objectives fter completing this chapter, you will be able

More information

UAV Pose Estimation using POSIT Algorithm

UAV Pose Estimation using POSIT Algorithm International Journal of Digital ontent Technology and its Applications. Volume 5, Number 4, April 211 UAV Pose Estimation using POSIT Algorithm *1 M. He, 2. Ratanasawanya, 3 M. Mehrandezh, 4 R. Paranjape

More information

B4 Computational Geometry

B4 Computational Geometry 3CG 2006 / B4 Computational Geometry David Murray [email protected] www.robots.o.ac.uk/ dwm/courses/3cg Michaelmas 2006 3CG 2006 2 / Overview Computational geometry is concerned with the derivation

More information

Monitoring Head/Eye Motion for Driver Alertness with One Camera

Monitoring Head/Eye Motion for Driver Alertness with One Camera Monitoring Head/Eye Motion for Driver Alertness with One Camera Paul Smith, Mubarak Shah, and N. da Vitoria Lobo Computer Science, University of Central Florida, Orlando, FL 32816 rps43158,shah,niels @cs.ucf.edu

More information

Chapter 3.1 Angles. Geometry. Objectives: Define what an angle is. Define the parts of an angle.

Chapter 3.1 Angles. Geometry. Objectives: Define what an angle is. Define the parts of an angle. Chapter 3.1 Angles Define what an angle is. Define the parts of an angle. Recall our definition for a ray. A ray is a line segment with a definite starting point and extends into infinity in only one direction.

More information